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
New users who lose or expire their confirmation email had no recovery
path: they cannot sign in until confirmed and cannot re-register because
emails are globally unique. Add a dedicated unauthenticated page (and a
link from the sign-in page) where they enter their email to re-send the
confirmation link, mirroring the existing password-reset flow.
Only unconfirmed accounts are sent mail, and the action always shows the
same generic notice so it never reveals whether an email exists or is
already confirmed. Reuses the existing RegistrationMailer.confirmation
and the on-demand email_confirmation token.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments