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

new.html.haml « sessions « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee06b4a17415cf06f90d5a81191fbc18498ba312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- @hide_breadcrumbs = true
- page_title _('Enter admin mode')

.row.justify-content-center
  .col-6.new-session-forms-container
    .login-page
      #signin-container
        = render 'admin/sessions/tabs_normal'
        .tab-content
          - if password_authentication_enabled_for_web?
            = render 'admin/sessions/signin_box'
          - else
            -# Show a message if none of the mechanisms above are enabled
            .prepend-top-default.center
              = _('No authentication methods configured.')