Handling OAuth Registration Errors for Unverified Accounts in Rodauth: Expected Behavior and Possible Solutions #18
Unanswered
Halvanhelv
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Interesting, it might make more sense if rodauth-omniauth made the account verified in that case, because that's the case when the account is created through OmniAuth login. What do you think? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have a question regarding the registration and verification process for users. I noticed that when a new user has registered but has not yet completed the verification process, and tries to register through OAuth with the same email, Rodauth displays the following error: "The account matching the external identity is currently awaiting verification." Is this behavior expected? And is there a possibility to change this process to avoid such errors during registration through external services?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions