Commit graph

11 commits

Author SHA1 Message Date
Robert Speicher
a6ba8647f9 Improve uniqueness of field names on the signup form
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
2016-04-19 16:00:45 -04:00
Timothy Andrew
d5f44d8a4b Don't retrieve default values from params
- In the signup page.
2016-04-13 13:03:11 +05:30
Timothy Andrew
e57a9551df Don't populate the password field on signup validation errors.
- Previously, we were pulling `params[:user][:password] as the default
  value for the password field. This is incorrect; we should be pulling
  it from `@user.password` or the like.
2016-04-13 12:02:20 +05:30
Gabriel Mazetto
a3469d914a reCAPTCHA is configurable through Admin Settings, no reload needed. 2015-12-28 18:50:29 -02:00
Stan Hu
4c6591c922 Make sign-up form retain fields after failed CAPTCHA test 2015-12-27 19:47:21 -08:00
Stan Hu
9f7d379c2a Add support for Google reCAPTCHA in user registration to prevent spammers 2015-12-27 09:04:11 -08:00
Robert Speicher
8714038410 Improve wording below signup box
[ci skip]
2015-04-07 17:46:00 -04:00
Douwe Maan
7c39e728ef Move OAuth signin options just below signin box. 2015-02-13 15:16:17 +01:00
Douwe Maan
da1608196b Add headings to signin/signup blocks on signin page. 2015-02-13 15:16:00 +01:00
Douwe Maan
485e55f88c Clean up devise views. 2015-02-05 19:12:47 +01:00
Dmitriy Zaporozhets
d02a22ba21 Redesign signin/singup pages 2015-01-07 17:07:36 -08:00