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 a user changes their email via the account UI, the new email should be verified before it replaces the old one. Currently, email changes take effect immediately without confirming ownership of the new address.
Current behavior
User changes email in account UI → email updates immediately
Summary
When a user changes their email via the account UI, the new email should be verified before it replaces the old one. Currently, email changes take effect immediately without confirming ownership of the new address.
Current behavior
is_email_verifiedstaystruefrom the old email (bug — being fixed separately in security: account-ui passkey and TOTP setup should require password confirmation #180)RequireEmailVerificationis enabled, the user gets blocked on next login until they verify — but the old email is already goneProposed behavior
Why
Notes
email_verified = falseon email change will land first