debian-mirror-gitlab/app/views/admin/application_settings/_user_restrictions.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
408 B
Text
Raw Normal View History

2022-11-25 23:54:43 +05:30
- form = local_assigns.fetch(:form)
.form-group
= label_tag _('User restrictions')
= render_if_exists 'admin/application_settings/updating_name_disabled_for_users', form: form
2023-01-13 00:05:48 +05:30
= form.gitlab_ui_checkbox_component :can_create_group, _("Allow new users to create top-level groups")
2023-03-17 16:20:25 +05:30
= form.gitlab_ui_checkbox_component :user_defaults_to_private_profile, _("Make new users' profiles private by default")