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
{
"error" : "matheus.cardoso@ is not a valid username, use only letters, numbers, dots, hyphens and underscores [username-invalid]",
"errorType" : "username-invalid",
"success" : false
}
Both issues are pretty bad, because they still create the user in our database which takes up the email.
The text was updated successfully, but these errors were encountered:
cardoso
changed the title
/api/v1/users.register registering even when error happens
[BUG] /api/v1/users.register registering even when error happens
Dec 20, 2017
@cardoso We'll change the way it works on the apps: if we receive this error, the app will open another screen that will allow the user to see the suggested username and set a new one. There's no easy way to handle this error in our back-end right now.
#8475 might be a related issue.
Both issues are pretty bad, because they still create the user in our database which takes up the email.
The text was updated successfully, but these errors were encountered: