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
That said, having a database record for all confirmed email addresses lets us check for duplicates without complicating the user model (can have simple User.email field).
These records can be populated after activation though.
We can use django.signing instead of a model for email confirmation tokens.
The text was updated successfully, but these errors were encountered: