gitlab-org--gitlab-foss/changelogs/unreleased/29505-allow-admins-sudo-to-blocked-users.yml
Timothy Andrew 4dfdef2ddf Allow admins to sudo to blocked users.
- Currently, (for example) admins can't delete snippets for blocked users, which
  is an unexpected limitation.

- We modify `authenticate!` to conduct the `access_api` policy check against the
  `initial_current_user`, instead of the user being impersonated.

- Update CHANGELOG for !10842
2017-04-26 08:00:19 +00:00

4 lines
90 B
YAML

---
title: Allow admins to sudo to blocked users via the API
merge_request: 10842
author: