Closed aaronshim closed 8 years ago
Hi @aaronshim, so sorry to hear about the issue! Based on this traceback, it looks like the error is originating in Devise itself, not devise_cas_authenticatable. Would you mind reporting it in https://github.com/plataformatec/devise instead?
https://github.com/plataformatec/devise/issues/3624 suggests a quick fix. We can create the fields password
and encrypted_password
in the user/account model, and that happens to fix this behavior for the time being.
@nbudin , thank you for your help! :)
Interesting - it seems given that Devise issue as if it's a general issue for Devise 3.5 upgrades that don't use the password_authenticatable module. I'll definitely keep this in mind if I hear any further questions that sound like they might be related to this.
Thanks for the update!
I am trying out cas authentication in the Rails 5 beta 3 release, but I keep running into this error when I attempt to do anything that handles authentication.
and the full stack trace
What should I define to fix the
encrypted_password_changed?
error?