bitzesty / devise_zxcvbn

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

Please release a new version #35

Closed greyblake closed 5 years ago

greyblake commented 5 years ago

Hey! Thanks for the nice gem.

Do you have any plans to release a new version with conditional method check_password_complexity?

It looks like the current one on rubygems (4.4.1) uses password_requires? It would be nice to have a new version with this change: https://github.com/bitzesty/devise_zxcvbn/commit/f59207d5a1ab548248a512c24348b1d0a3f2cd49

Thanks in advance!

matthewford commented 5 years ago

Thanks, released v5

greyblake commented 5 years ago

Wow! Thank you!!!