Commit 14c268e7 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-89' into 'master'

Clarify when user can be deactivated

See merge request gitlab-org/gitlab!27491
parents af369562 579f08f7
...@@ -36,7 +36,7 @@ A user can be deactivated from the Admin Area. To do this: ...@@ -36,7 +36,7 @@ A user can be deactivated from the Admin Area. To do this:
Please note that for the deactivation option to be visible to an admin, the user: Please note that for the deactivation option to be visible to an admin, the user:
- Must be currently active. - Must be currently active.
- Should not have any activity in the last 180 days. - Must not have any signins or activity in the last 180 days.
Users can also be deactivated using the [GitLab API](../../api/users.md#deactivate-user). Users can also be deactivated using the [GitLab API](../../api/users.md#deactivate-user).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment