Skip to content

Allow administrators to enable automatic deactivation of dormant users

What does this MR do?

This MR implements the UI to allow administrators to enable / disable automatic deactivation of dormant users.

Backend was implemented with !57778 (merged). After some discussion we decided to have a guard that prevents the background job to run on GitLab.com, hence all the unless Gitlab.com? checks in this MR - it does not make sense to expose the UI if the functionality is not available.

Screenshots (strongly suggested)

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #320875 (closed)

Edited by Krasimir Angelov

Merge request reports