Skip to content

Commit e120524

Browse files
authored
Merge pull request element-hq#10844 from vector-im/bwindels/document-disable_custom_urls
document disable_custom_urls
2 parents eaf3bdb + b809343 commit e120524

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/config.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ For a good example, see https://riot.im/develop/config.json.
2020
if `default_hs_url` is used.
2121
* The identity server is used for verifying third party identifiers like emails
2222
and phone numbers. It is not used to store your password or account information.
23-
If not provided, the identity server defaults to vector.im. Currently the only
24-
two public identity servers are https://matrix.org and https://vector.im, however
23+
If not provided, the identity server defaults to vector.im. Currently the only
24+
two public identity servers are https://matrix.org and https://vector.im, however
2525
in future identity servers will be decentralised. In the future it will be possible
2626
to disable the identity server functionality.
2727
* Riot will fail to load if a mix of `default_server_config`, `default_server_name`, or
@@ -80,6 +80,8 @@ For a good example, see https://riot.im/develop/config.json.
8080
1. `defaultCountryCode`: The ISO 3166 alpha2 country code to use when showing
8181
country selectors, like the phone number input on the registration page.
8282
Defaults to `GB` if the given code is unknown or not provided.
83+
1. `disable_custom_urls`: disallow the user to change the
84+
default homeserver when signing up or logging in.
8385

8486
Note that `index.html` also has an og:image meta tag that is set to an image
8587
hosted on riot.im. This is the image used if links to your copy of Riot

0 commit comments

Comments
 (0)