Skip to content
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

fix: omniauth users are confirmed directly at sign up #94

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

moustachu
Copy link
Member

When a user sign up with an omniauth account and they need to complete its profile, we need to store the verified from the omniauth hash to use it in the creation command.
We use a session variable because we can't trust the email coming from the omniauth registration form (it can be changed in the HTML before submit).

@moustachu moustachu merged commit 09263b3 into develop Dec 8, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant