bitzesty / devise_zxcvbn

Devise plugin to reject weak passwords using zxcvbn
MIT License
194 stars 38 forks source link

Removed field from error message and added path to devise's config #8

Closed acangiano closed 9 years ago

acangiano commented 9 years ago

Using the error message recommended in the README file would produce an error such as "Password Password not strong...". This fixes that and adds the path to devise.rb in the getting started section.