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:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-05-24 10:46:30 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-05-24 19:19:48 +0300
commit7a139c1602016485b8a2038dfc6121e47039c669 (patch)
treedc45dbcaf05157b8538ace1233270fccebbd73d3 /changelogs
parentc52db71e36ee70c4c5be80b029cf4362f28e3667 (diff)
Add username to terms message in git and API calls
This will make it clearer to users which account is being used to make the API/git call. So they know which account needs to be used to accept the terms. Closes #46649
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/bvl-add-username-to-terms-message.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-add-username-to-terms-message.yml b/changelogs/unreleased/bvl-add-username-to-terms-message.yml
new file mode 100644
index 00000000000..b95d87e9265
--- /dev/null
+++ b/changelogs/unreleased/bvl-add-username-to-terms-message.yml
@@ -0,0 +1,5 @@
+---
+title: Add username to terms message in git and API calls
+merge_request: 19126
+author:
+type: changed