Manage password access, connected sign-in methods, email change requests, and multi-factor authentication.
Update the password for your currently signed-in account.
Request an email change. Supabase normally sends confirmation to both the old and new email unless you disable secure email change in Auth settings.
Review identities linked to your account. Manual Google linking requires the Google provider and manual identity linking to be enabled in Supabase.
Enroll a TOTP factor with an authenticator app like Google Authenticator, 1Password, or Authy.
This page manages client-side account security actions. To fully enforce MFA for admins or all users, you also need to gate sensitive pages/actions on session assurance level `aal2`.