summary refs log tree commit diff
path: root/docs/usage/configuration
diff options
context:
space:
mode:
author_ <x5f@fastmail.com>2025-05-15 04:31:52 -0700
committerGitHub <noreply@github.com>2025-05-15 11:31:52 +0000
commit44ae5362fd952dbb209f4b52ee9c96641163f032 (patch)
tree96633992edbd35c9574f688202f9cf5704433047 /docs/usage/configuration
parentFix room_list_publication_rules docs for v1.126.0 (#18286) (diff)
downloadsynapse-44ae5362fd952dbb209f4b52ee9c96641163f032.tar.xz
Add option to allow registrations that begin with '_' (#18262)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'docs/usage/configuration')
-rw-r--r--docs/usage/configuration/config_documentation.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md

index 2228c18a6c..e688bc5cd8 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md
@@ -2887,6 +2887,20 @@ Example configuration: inhibit_user_in_use_error: true ``` --- +### `allow_underscore_prefixed_registration` + +Whether users are allowed to register with a underscore-prefixed localpart. +By default, AppServices use prefixes like `_example` to namespace their +associated ghost users. If turned on, this may result in clashes or confusion. +Useful when provisioning users from an external identity provider. + +Defaults to false. + +Example configuration: +```yaml +allow_underscore_prefixed_registration: false +``` +--- ## User session management --- ### `session_lifetime`