Skip to content
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

Missing check in user creation task #176

Open
ghost opened this issue Aug 4, 2021 · 3 comments
Open

Missing check in user creation task #176

ghost opened this issue Aug 4, 2021 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ghost
Copy link

ghost commented Aug 4, 2021

Description

Server don't check if the user with given User-ID already exist.

Steps to reproduce

  1. Create user with User-ID "abcdef" with Displayname "123"
  2. User was created.
  3. Create user with username "abcdef" with Displayname "Hello"
  4. There will be only User-ID "abcdef" with Displayname "Hello"

step1
step2
step3
step4

Version information

Synapse-Admin (0.8.1-8-g5262518)

@ghost
Copy link
Author

ghost commented Aug 4, 2021

That's related with: matrix-org/synapse#8165

@dklimpel
Copy link
Contributor

dklimpel commented Aug 4, 2021

IMO this is an upstream "bug". matrix-org/synapse#8165
There is only one API for create and delete.

@dklimpel
Copy link
Contributor

There is a new API for a pre-check: matrix-org/synapse#10578

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants