-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registering with numeric only id will fail and error is displayed wrongly on email field #1410
Comments
from chat
|
Riot-Web does not (sadly) show the error at when you enter the id with only digit, but shows it after you confirm Captcha, email, etc. True it is displayed at a better place though :) Also it make request to register in a infinite loop when this error occurs, but I should report this issue in Riot-Web project... |
To fix the issue, I assume we can use https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-register-available, hoping it will return the same error. |
Too bad $ curl -X GET "https://matrix-client.matrix.org/_matrix/client/r0/register/available?username=1234567890"
{
"available": true
} |
…x.org with userId containing only digits (#1410)
…x.org with userId containing only digits (#1410)
Temporary fix to show error when user is creating an account on matrix.org with userId containing only digits (#1410)
Now waiting for matrix-org/synapse#8125 to properly manage this error and removing the temporary patch |
No description provided.
The text was updated successfully, but these errors were encountered: