gitlab-org--gitlab-foss/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 Add tests for remove group member feature in admin area 2014-10-20 13:18:07 +03:00
dashboard Make Spinach test names consistent 2014-10-05 18:21:11 +02:00
explore Make Spinach test names consistent 2014-10-05 18:21:11 +02:00
profile Moved require from application.js to password_strength.js 2014-10-24 17:19:35 -05:00
project Add Atlassian Bamboo service 2014-10-28 05:20:36 -05:00
snippets Fix raw view for public snippets 2014-10-27 11:51:31 +02:00
steps Merge branch 'feature_password_strength_indicator' into 'master' 2014-10-30 11:32:11 +00:00
support Try wear_merged! without argument 2014-10-01 11:43:16 +03:00
groups.feature Make Spinach test names consistent 2014-10-05 18:21:11 +02:00
search.feature Save search options when switch between filter 2014-08-27 11:55:42 +03:00
snippet_search.feature Updating to persist a params snippets variable 2014-09-05 13:30:55 -04:00
user.feature Fix tests for user page 2014-06-02 13:43:07 +03:00