summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/pat-msg-on-auth-failure.yml
diff options
context:
space:
mode:
authorRobin Bobbitt <ryehle@us.ibm.com>2017-06-07 15:49:45 -0400
committerRobin Bobbitt <ryehle@us.ibm.com>2017-06-07 21:12:51 -0400
commitcb5a5eb89265f7261ecc97b6de5bd26ca092960c (patch)
tree311b3d74e10c8da8cf9c89b5c6684071d932750f /changelogs/unreleased/pat-msg-on-auth-failure.yml
parent359a8f1fc8df543e648b734acd332374bd779347 (diff)
downloadgitlab-ce-cb5a5eb89265f7261ecc97b6de5bd26ca092960c.tar.gz
Instruct user to use a personal access token for Git over HTTP
If internal auth is disabled and LDAP is not configured on the instance, present the user with a message to create a personal access token if his Git over HTTP auth attempt fails.
Diffstat (limited to 'changelogs/unreleased/pat-msg-on-auth-failure.yml')
-rw-r--r--changelogs/unreleased/pat-msg-on-auth-failure.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/pat-msg-on-auth-failure.yml b/changelogs/unreleased/pat-msg-on-auth-failure.yml
new file mode 100644
index 00000000000..c1b1528bb7a
--- /dev/null
+++ b/changelogs/unreleased/pat-msg-on-auth-failure.yml
@@ -0,0 +1,4 @@
+---
+title: Instruct user to use personal access token for Git over HTTP
+merge_request: 11986
+author: Robin Bobbitt