Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-01-30 21:32:56 +0300
committerDouwe Maan <douwe@gitlab.com>2018-01-30 21:32:56 +0300
commit4752f629cdcc25fd7755dd73ccf3a8e78a37b476 (patch)
tree3c211ddc209aa6470a85d9805e22b18e733d19b6 /changelogs
parentde7703a988dab8f7445dac954ab652a296a3def3 (diff)
parent1ab85b9696646bbd5aa8b0da4db35108b36e5d63 (diff)
Merge branch '21554-mark-new-user-as-external' into 'master'
Login via OAuth marked as "external" should only mark new users as "external", not existing ones Closes #21554 See merge request gitlab-org/gitlab-ce!16672
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/21554-mark-new-user-as-external.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/21554-mark-new-user-as-external.yml b/changelogs/unreleased/21554-mark-new-user-as-external.yml
new file mode 100644
index 00000000000..fb0826fc176
--- /dev/null
+++ b/changelogs/unreleased/21554-mark-new-user-as-external.yml
@@ -0,0 +1,5 @@
+---
+title: Login via OAuth now only marks new users as external
+merge_request: 16672
+author:
+type: fixed