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

_user_block_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: 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')