debian-mirror-gitlab/app/views/admin/users/_user_block_effects.html.haml
2019-12-21 20:55:43 +05:30

11 lines
322 B
Text

%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')