phatworx / devise_security_extension

An enterprise security extension for devise, trying to meet industrial standard security demands for web applications.
MIT License
747 stars 346 forks source link

Dynamic password expirable is not working #157

Closed praveenkannanm closed 8 years ago

praveenkannanm commented 8 years ago

I tried to override the method in user model its not working. def expire_password_after end Anyone knows the solution?

manno commented 8 years ago

I wrote a test for password expirable and it's working: https://github.com/phatworx/devise_security_extension/commit/bccec1b328f3ad1e753603137e23eb25e86bad5a

Maybe the 0.10.0 gem works for you?