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

Delay account creation #36

Open
om26er opened this issue Aug 31, 2021 · 0 comments
Open

Delay account creation #36

om26er opened this issue Aug 31, 2021 · 0 comments
Assignees

Comments

@om26er
Copy link
Member

om26er commented Aug 31, 2021

When the register view is called, it creates an entry for that user in the database table. Doing that "claims" the username and email. That is not the expected behavior. We should rather have a transient database table that stores the information and ONLY "copy" those details to the main user table when user verifies their account.

@om26er om26er self-assigned this Feb 23, 2022
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

No branches or pull requests

1 participant