Commit graph

8 commits

Author SHA1 Message Date
Robin Bobbitt
672a68d372 Fixes needed when GitLab sign-in is not enabled
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
2017-07-13 10:08:27 -04:00
Semyon Pupkov
0dfccd995a Add active_when helper
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
2017-02-15 14:29:48 +05:00
Kushal Pandya
fb3e365412 HAMLLint: Fix SpaceInsideHashAttributes offences 2016-12-31 11:58:36 +05:30
Luc Didry
45c9d1e7bb Fix no "Register" tab if ldap auth is enabled (#24038)
This commit is dedicated to GuilhemB, thanks for supporting me on Tipeee
:-)
2016-11-10 17:24:42 +01:00
Bryce Johnson
57046eb0ab Ensure custom provider tab labels don't break layout.
(Also fix some issues for session views on small screens.)
2016-10-20 21:57:34 +02:00
Bryce Johnson
8a62d0cec5 Fix href to server pane. 2016-10-18 11:12:41 +02:00
Bryce Johnson
a185c32bef Fix tab refs in ldap tabs. 2016-10-18 11:12:41 +02:00
Bryce Johnson
1dd826d4aa Make UX upgrades to SignIn/Register views.
- Tab between register and sign in forms
- Add individual input validation error messages
- Validate username
- Update many styles for all login-box forms
2016-10-15 08:27:21 +02:00