sumitarora5 / thinkrepo1

For bug tracker
0 stars 0 forks source link

password strength is of "7" characters not "6" characters. It should be corrected on login page #42

Closed deeptichugh closed 10 years ago

deeptichugh commented 10 years ago

Steps to reproduce

1.) Go to register page and enter start entering the requested details 2.) Enter a password of "6" characters 3.) It doesn't accept the registration and again asks to enter a password with "6" characters 4.) the system whereas is accepting a password with "7" characters 5.) So the system should prompt that the password should be minimum "7" Characters not "6" characters.

Screen shot attached for reference ( on entering a "6" characters password)

image

sumitarora5 commented 10 years ago

Fixed the issue, corrected the char length check