You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devise cannot find an authentication strategy when logging out a Cms::ExternalUser. I suspect it is because Cms::ExternalUser does not inherit from Cms::User, so when devise receives a Cms::ExternalUser to log out it doesn't match it to an existing strategy. I think perhaps if Devise had an authentication strategy for Cms::PersistentUser it would work but that is currently un-tested.
The text was updated successfully, but these errors were encountered:
Devise cannot find an authentication strategy when logging out a Cms::ExternalUser. I suspect it is because Cms::ExternalUser does not inherit from Cms::User, so when devise receives a Cms::ExternalUser to log out it doesn't match it to an existing strategy. I think perhaps if Devise had an authentication strategy for Cms::PersistentUser it would work but that is currently un-tested.
The text was updated successfully, but these errors were encountered: