bitzesty / devise_zxcvbn

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

undefined method `skip_password_complexity?' for #<User:0x000055564192c1f0> #36

Closed jogaco closed 4 years ago

jogaco commented 4 years ago

I'm getting this error after upgrading to latest version.

matthewford commented 4 years ago

This is probably due to the renaming of the method, but we should perhaps stub it so that if you do not have it set on your model, it would alias to the old method.