summaryrefslogtreecommitdiff
path: root/app/views/groups/_group_admin_settings.html.haml
blob: ff59013ed67ed921c2a81da70eb1028c49d2ca7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.form-group.row
  = f.label :lfs_enabled, 'Large File Storage', class: 'col-form-label col-sm-2 pt-0'
  .col-sm-10
    .form-check
      = f.check_box :lfs_enabled, checked: @group.lfs_enabled?, class: 'form-check-input'
      = f.label :lfs_enabled, class: 'form-check-label' do
        %strong
          Allow projects within this group to use Git LFS
          = link_to icon('question-circle'), help_page_path('workflow/lfs/manage_large_binaries_with_git_lfs')
        %br/
        %span.descr This setting can be overridden in each project.

.form-group.row
  = f.label :require_two_factor_authentication, 'Two-factor authentication', class: 'col-form-label col-sm-2 pt-0'
  .col-sm-10
    .form-check
      = f.check_box :require_two_factor_authentication, class: 'form-check-input'
      = f.label :require_two_factor_authentication, class: 'form-check-label' do
        %strong
          Require all users in this group to set up Two-factor authentication
          = link_to icon('question-circle'), help_page_path('security/two_factor_authentication', anchor: 'enforcing-2fa-for-all-users-in-a-group')
.form-group.row
  .offset-sm-2.col-sm-10
    .form-check
      = f.text_field :two_factor_grace_period, class: 'form-control'
      .form-text.text-muted Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication