summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorRobin Bobbitt <ryehle@us.ibm.com>2017-06-12 12:13:22 -0400
committerRobin Bobbitt <ryehle@us.ibm.com>2017-06-26 14:41:27 -0400
commit7eb26c7ff7a78df9cb8fe5b30d48c80ce4eb8a99 (patch)
treee2add1651b79dd3a24a524f165a0b14fee8e8804 /changelogs
parent4988c3a8740324fbc7e66e67a8373d783f9c1ae4 (diff)
downloadgitlab-ce-7eb26c7ff7a78df9cb8fe5b30d48c80ce4eb8a99.tar.gz
Provide hint to create a personal access token for Git over HTTP
If internal auth is disabled and user is not an LDAP user, present the user with an alert to create a personal access token if he does not have one already.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/pat-alert-when-signin-disabled.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/pat-alert-when-signin-disabled.yml b/changelogs/unreleased/pat-alert-when-signin-disabled.yml
new file mode 100644
index 00000000000..dca3670aeb7
--- /dev/null
+++ b/changelogs/unreleased/pat-alert-when-signin-disabled.yml
@@ -0,0 +1,4 @@
+---
+title: Provide hint to create a personal access token for Git over HTTP
+merge_request: 12105
+author: Robin Bobbitt