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
If for example, I'm using email addresses as the Username, I wouldn't want the system to respond that "A user with that username already exists.". It's the same problem that PASSWORD_RESET_SHOW_EMAIL_NOT_FOUND is trying to solve
Created a version controlling the response and email behavior in this situation - need to add some tests before creating a pull request.
The text was updated successfully, but these errors were encountered:
oliver-zhou
changed the title
/auth/register should have the option to not respond if username already exists
/auth/register should have the option to mask response to prevent existing users from being discovered
Jul 12, 2017
If for example, I'm using email addresses as the Username, I wouldn't want the system to respond that "A user with that username already exists.". It's the same problem that PASSWORD_RESET_SHOW_EMAIL_NOT_FOUND is trying to solve
Created a version controlling the response and email behavior in this situation - need to add some tests before creating a pull request.
The text was updated successfully, but these errors were encountered: