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
Currently, when creating an account, a verification e-mail is sent, but you are already immediately logged in (and can log in with your new password), even before your e-mailaddress is verified.
It might be better to require e-mail verification before allowing login (easier), or even before creating the account (might be more tricky, if allauth does not already implement this).
This is not a very big deal, but once we show registration lists to all logged in users #86, it might be slightly more important to require verification.
One alternative would be to only specialcase the registration list view and hide it if your e-mailaddress is not verified.
The text was updated successfully, but these errors were encountered:
Currently, when creating an account, a verification e-mail is sent, but you are already immediately logged in (and can log in with your new password), even before your e-mailaddress is verified.
It might be better to require e-mail verification before allowing login (easier), or even before creating the account (might be more tricky, if allauth does not already implement this).
This is not a very big deal, but once we show registration lists to all logged in users #86, it might be slightly more important to require verification.
One alternative would be to only specialcase the registration list view and hide it if your e-mailaddress is not verified.
The text was updated successfully, but these errors were encountered: