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
email for sending verification emails (if they don't match the username)
verified to check if they completed email verification
When a user registers, they start out with inactive == true and verified == false.
Verification flips both flags.
If both flags are true, this means a banned user!
The text was updated successfully, but these errors were encountered:
Extra columns:
email
for sending verification emails (if they don't match the username)verified
to check if they completed email verificationWhen a user registers, they start out with
inactive == true
andverified == false
.Verification flips both flags.
If both flags are true, this means a banned user!
The text was updated successfully, but these errors were encountered: