-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot reset password if registered by omniauth #77
Comments
I think this is a normal behavior. You can't change your password because you don't define it when you register. And it's not the purpose of omniauth login :) |
@smarquez1 - that is the expected behavior. The idea is that OmniAuth users are using OAuth providers to verify their identity, so the password system is redundant. |
Cool, thanks for the clarification |
Sorry to revive this issue, but should shouldn't we return a message like: |
Your users shouldn't be able to use this controller if they are logged-in via Omniauth |
After I register a new user using Omniauth, if I'm logged out and try to reset my password I cannot do it.
I think the problem resides in the passwords controller L30.
Of course, the user still can log in using the same omniauth account so this might not be considered a bug.
The text was updated successfully, but these errors were encountered: