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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: