summary refs log tree commit diff
path: root/develop/usage/configuration/homeserver_sample_config.html
diff options
context:
space:
mode:
authorbabolivier <babolivier@users.noreply.github.com>2022-01-26 12:03:22 +0000
committerbabolivier <babolivier@users.noreply.github.com>2022-01-26 12:03:22 +0000
commit937e131442ba2d3515a02abb99112fce85f80658 (patch)
tree97a8be9218b4e5093fdab38e81a96e103630f4ac /develop/usage/configuration/homeserver_sample_config.html
parentdeploy: 6a72c910f180ee8b4bd78223775af48492769472 (diff)
downloadsynapse-937e131442ba2d3515a02abb99112fce85f80658.tar.xz
deploy: 95b3f952fa43e51feae166fa1678761c5e32d900
Diffstat (limited to 'develop/usage/configuration/homeserver_sample_config.html')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html10
1 files changed, 10 insertions, 0 deletions
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 ###