bitzesty / devise_zxcvbn

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

Allow users to customise the weeks works list #4

Closed matthewford closed 8 years ago

matthewford commented 10 years ago

either by skipping it or by specifying another field other than email

aaronchi commented 10 years ago

+1

Would like to turn this off as it was causing conflict between js and ruby zxcvbn scores

matthewford commented 10 years ago

@aaronchi you could call it in the js and insert the email as part of user_inputs although I think we tokenize it now which should get similar scores.

matthewford commented 10 years ago

See: https://github.com/alphagov/signonotron2/blob/master/app/assets/javascripts/password-strength-indicator.js as an exmple