gitlab-org--gitlab-foss/spec/features
Dmitriy Zaporozhets e1299bab7b Merge branch 'feature_password_strength_indicator' into 'master'
Add a password strength indicator to SIGN UP and PROFILE pages

Fixes #1647

Added a password strength indicator to the sign up page. You can see how it looks in the following screenshot. In the sign up page, it checks if the password contains the username and alerts the user about it. If the user still wants to proceed with creating his account, nothing will stop him. This is merely a message. The indicator changes the input background color based on the strength like this:

![new_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/0e6da27cfe/new_full.png)

The password strength indicator can also be found in the profile edit page. It functions in almost the exact same way, with the exception that it doesn't check if the password contains the username.

![edit_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/f73001539e/edit_full.png)

There are tests included.

/cc @job

See merge request !1227
2014-10-30 11:32:11 +00:00
..
admin Remove unnecessary page. from tests. 2014-09-26 09:51:17 +02:00
atom Remove unnecessary page. from tests. 2014-09-26 09:51:17 +02:00
security Fix security tests 2014-09-25 16:10:03 +03:00
gitlab_flavored_markdown_spec.rb Split feature tests out to different build job 2014-04-13 19:05:52 +02:00
issues_spec.rb Remove unnecessary page. from tests. 2014-09-26 09:51:17 +02:00
notes_on_merge_requests_spec.rb Replace javascript:; links with buttons. 2014-09-22 21:01:19 +02:00
profile_spec.rb Remove rails observers from application 2014-06-17 22:51:43 +03:00
projects_spec.rb Fix tests 2014-10-28 20:02:01 +02:00
search_spec.rb Remove rails observers from application 2014-06-17 22:51:43 +03:00
users_spec.rb Updated the IDs of the fields, so that it wouldn't mess with many tests 2014-10-22 20:39:02 -05:00