summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorImre Farkas <ifarkas@gitlab.com>2018-11-08 16:03:56 +0100
committerImre Farkas <ifarkas@gitlab.com>2018-11-12 12:16:25 +0100
commitf3cd24a9f3f581488d621475e55e3a81bbd9e67c (patch)
tree66266d4ae8b2864a2e8423f7e8022483c357ccb9 /changelogs
parent369631c84195f6b8b26624d5647ae994e64b77e8 (diff)
downloadgitlab-ce-f3cd24a9f3f581488d621475e55e3a81bbd9e67c.tar.gz
Display impersonation token value only after creationif-53347_fix_impersonation_tokens
Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/ce-53347_fix_impersonation_tokens.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ce-53347_fix_impersonation_tokens.yml b/changelogs/unreleased/ce-53347_fix_impersonation_tokens.yml
new file mode 100644
index 00000000000..6cc743d6f3a
--- /dev/null
+++ b/changelogs/unreleased/ce-53347_fix_impersonation_tokens.yml
@@ -0,0 +1,5 @@
+---
+title: Display impersonation token value only after creation
+merge_request: 22916
+author:
+type: fixed