diff options
author | Erik Johnston <erik@matrix.org> | 2019-04-03 10:40:40 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-04-03 10:40:40 +0100 |
commit | f2fa1723757f6a5162da29c827aeb094153e9f55 (patch) | |
tree | 34390aceb6f15f06665243d916ffbd4469dc08ed /docs | |
parent | Add config option to use email as display name for new users (diff) | |
download | synapse-f2fa1723757f6a5162da29c827aeb094153e9f55.tar.xz |
Sample config
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 73d02a63fc..b48a63e5f8 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -661,6 +661,11 @@ uploads_path: "DATADIR/uploads" # #register_mxid_from_3pid: email +# Uncomment to set the display name of new users to their email address, +# rather than using the default heuristic. +# +#register_just_use_email_for_display_name: true + # Mandate that users are only allowed to associate certain formats of # 3PIDs with accounts on this server. # |