summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorOren Kanner <okanner@gmail.com>2016-11-17 23:21:02 -0500
committerOren Kanner <okanner@gmail.com>2016-11-17 23:28:39 -0500
commit8dd9a8b6e00cbd91f8455218397c8da716fc9b00 (patch)
tree38bc5d16f631b01d1ba181085953783541691dd9 /changelogs
parent694b55c8281be12d5403dbb8bc6c8951f2716df5 (diff)
downloadgitlab-ce-8dd9a8b6e00cbd91f8455218397c8da716fc9b00.tar.gz
Allow admins to stop impersonating users without e-mail addresses
Resolves #24576 Modify the guard clause of the `ApplicationController#require_email` before action to skip requests where an admin is impersonating the current user.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/24576_cant_stop_impersonating.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/24576_cant_stop_impersonating.yml b/changelogs/unreleased/24576_cant_stop_impersonating.yml
new file mode 100644
index 00000000000..8fa6eeca756
--- /dev/null
+++ b/changelogs/unreleased/24576_cant_stop_impersonating.yml
@@ -0,0 +1,4 @@
+---
+title: Allow admins to stop impersonating users without e-mail addresses
+merge_request: 7550
+author: Oren Kanner