Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_user_deactivation_effects.html.haml « users « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc3896e18c055b902da3c5a938cf8ab579c76bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%p
  = s_('AdminUsers|Deactivating a user has the following effects:')
%ul
  %li
    = s_('AdminUsers|The user will be logged out')
  %li
    = s_('AdminUsers|The user will not be able to access git repositories')
  %li
    = s_('AdminUsers|The user will not be able to access the API')
  %li
    = s_('AdminUsers|The user will not receive any notifications')
  %li
    = s_('AdminUsers|The user will not be able to use slash commands')
  %li
    = s_('AdminUsers|When the user logs back in, their account will reactivate as a fully active account')
  %li
    = s_('AdminUsers|Personal projects, group and user history will be left intact')
  = render_if_exists 'admin/users/user_deactivation_effects_on_seats'