diff options
author | Oren Kanner <okanner@gmail.com> | 2016-11-17 23:21:02 -0500 |
---|---|---|
committer | Oren Kanner <okanner@gmail.com> | 2016-11-17 23:28:39 -0500 |
commit | 8dd9a8b6e00cbd91f8455218397c8da716fc9b00 (patch) | |
tree | 38bc5d16f631b01d1ba181085953783541691dd9 /changelogs | |
parent | 694b55c8281be12d5403dbb8bc6c8951f2716df5 (diff) | |
download | gitlab-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.yml | 4 |
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 |