From 937e131442ba2d3515a02abb99112fce85f80658 Mon Sep 17 00:00:00 2001 From: babolivier Date: Wed, 26 Jan 2022 12:03:22 +0000 Subject: deploy: 95b3f952fa43e51feae166fa1678761c5e32d900 --- develop/usage/configuration/homeserver_sample_config.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'develop/usage') diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index 7ad314e896..8202e8e7c6 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -1620,6 +1620,16 @@ account_threepid_delegates: # #auto_join_rooms_for_guests: false +# Whether to inhibit errors raised when registering a new account if the user ID +# already exists. If turned on, that requests to /register/available will always +# show a user ID as available, and Synapse won't raise an error when starting +# a registration with a user ID that already exists. However, Synapse will still +# raise an error if the registration completes and the username conflicts. +# +# Defaults to false. +# +#inhibit_user_in_use_error: true + ## Metrics ### -- cgit 1.5.1