672a68d372
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
6 lines
345 B
Text
6 lines
345 B
Text
%ul.nav-links.new-session-tabs.nav-tabs{ role: 'tablist' }
|
|
%li.active{ role: 'presentation' }
|
|
%a{ href: '#login-pane', data: { toggle: 'tab' }, role: 'tab' } Sign in
|
|
- if password_authentication_enabled? && signup_enabled?
|
|
%li{ role: 'presentation' }
|
|
%a{ href: '#register-pane', data: { toggle: 'tab' }, role: 'tab' } Register
|