NoMethodError password_expires_at After upgrade to 5.3
Created by: alexnederlof
After I upgraded from 5.2 to 5.3 I get the following error (retuning with a 500) when I try to login:
Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mDTqOYL+3Oo8QgT4y0wIR0Qva+w/E33vxeGFM/BmYWc=", "user"=>{"login"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}}
Completed 500 Internal Server Error in 203ms
NoMethodError (undefined method `password_expires_at' for #<User:0x00000005769b98>):
app/controllers/application_controller.rb:162:in `check_password_expiration'
I am not using OmniAuth nor LDAP