diff options
author | Robin Bobbitt <ryehle@us.ibm.com> | 2017-06-07 15:49:45 -0400 |
---|---|---|
committer | Robin Bobbitt <ryehle@us.ibm.com> | 2017-06-07 21:12:51 -0400 |
commit | cb5a5eb89265f7261ecc97b6de5bd26ca092960c (patch) | |
tree | 311b3d74e10c8da8cf9c89b5c6684071d932750f /changelogs/unreleased/pat-msg-on-auth-failure.yml | |
parent | 359a8f1fc8df543e648b734acd332374bd779347 (diff) | |
download | gitlab-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.yml | 4 |
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 |