summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_user_block_effects.html.haml
blob: 8ffbe145169c00861da654803d71ffedd830f599 (plain)
1
2
3
4
5
6
7
8
9
10
11
%p
  = s_('AdminUsers|Blocking user has the following effects:')
%ul
  %li
    = s_('AdminUsers|User will not be able to login')
  %li
    = s_('AdminUsers|User will not be able to access git repositories')
  %li
    = s_('AdminUsers|Personal projects will be left')
  %li
    = s_('AdminUsers|Owned groups will be left')