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
inhibit_user_in_use_error is already a homeserver configuration option but only applies to the username availability endpoint. This change makes it possible to configure the option when using the admin API to register a user.
Testing strategy
Add a conflicting user psql --user postgres synapse
This issue has been migrated from #15931.
This isn't meant to merge to main-line and is just a one-off fix so I can register a specific user.
Add a way to register the lower-case version of a conflicting MXID.
Basically, if you have
@Foo:matrix.org
already registered, this will allow you register@foo:matrix.org
Fix matrix-org/synapse#11426
inhibit_user_in_use_error
is already a homeserver configuration option but only applies to the username availability endpoint. This change makes it possible to configure the option when using the admin API to register a user.Testing strategy
psql --user postgres synapse
poetry run register_new_matrix_user --inhibit_user_in_use_error 1 -c homeserver.yaml
test-collision-user
and whatever data for the restSuccess!
messagePull Request Checklist
(run the linters)
The text was updated successfully, but these errors were encountered: