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
Emailed the account owner when signup hits an existing address
* SignUpApiAction and BeginAction now email the owner of an already-registered
address (new sendExistingAccountEmail helper) instead of doing nothing. Both
signup paths now send an email, so response timing no longer reveals whether
an account exists.
* The existing account is never modified, and send failures are logged and
swallowed so the response stays identical to a new signup. The email points
the owner to the "Forgot your password?" reset flow.
* Renamed the SignUpApiAction success status from USER_ADDED to SUCCESS, which
was misleading in the existing-account case where no user is added. The
external signup wiki form must key its success branch off SUCCESS.
Co-Authored-By: Claude <[email protected]>
0 commit comments