Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
handlers/register: make sure another user id is generated when a collision occurs #610
Conversation
matrixbot
commented
Feb 29, 2016
|
Can one of the admins verify this patch? |
|
@matrixbot ok to test |
erikjohnston
added a commit
that referenced
this pull request
Mar 4, 2016
erikjohnston
merged commit ce82b9e
into
matrix-org:develop
Mar 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rugvip commentedFeb 29, 2016
Fixes a race condition that would cause user registration to fail with
without returning an error to the client, but just setting the user id and access token to null.