summaryrefslogtreecommitdiff
path: root/spec/features/signup_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add email and password confirmation fields to registration formDrew Blessing2017-01-031-9/+12
| | | | | | | | | | | It's too easy to mistype an email or password when signing up. The support team is receiving an increasing number of requests because users mistype their email. We can eliminate this problem by requiring users to confirm the email before registering. The same issue can occur for the password field so we should add this, too. We should note that password confirmation is part of the default Devise forms. I don't know why/when GitLab removed it.
* Make UX upgrades to SignIn/Register views.Bryce Johnson2016-10-151-4/+4
| | | | | | | - Tab between register and sign in forms - Add individual input validation error messages - Validate username - Update many styles for all login-box forms
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-2/+0
|
* Change landing page when skipping confirmation email and add documentationFelipe Artur2016-05-161-11/+34
|
* Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur2016-05-161-0/+2
|
* Merge branch 'rs-unique-signup-fields' into 'master' Douwe Maan2016-05-041-12/+12
|\ | | | | | | | | | | | | Improve uniqueness of field names on the signup form Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075 See merge request !3826
| * Improve uniqueness of field names on the signup formrs-unique-signup-fieldsRobert Speicher2016-04-191-12/+12
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
* | Improved confirmation UXconfirmation-screenPhil Hughes2016-04-211-2/+2
|/ | | | Closes #4228
* Add acceptance test to check if the user password persists after form ↵Timothy Andrew2016-04-181-0/+55
redisplays. - While signing up.