summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_user_deactivation_effects.html.haml
blob: 6cc47214d77e974bb98023eec9b65d159b85bbd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%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|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'