summary refs log tree commit diff
path: root/develop/usage/configuration
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2022-06-30 16:22:17 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2022-06-30 16:22:17 +0000
commit843e51823db5346b08640ada8e813229541778b7 (patch)
tree4e3475e56729c121bd3d844a1ac72baebe113646 /develop/usage/configuration
parentdeploy: 0ceb3af10b88f9f195fd42db12d33dafda8e6261 (diff)
downloadsynapse-843e51823db5346b08640ada8e813229541778b7.tar.xz
deploy: 8330fc9953032f21eb4c7d5f0627c1e6aba2459c
Diffstat (limited to 'develop/usage/configuration')
-rw-r--r--develop/usage/configuration/config_documentation.html2
-rw-r--r--develop/usage/configuration/user_authentication/single_sign_on/cas.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 0bade482ef..a71941c56f 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -2649,7 +2649,7 @@ to log in and reauthenticate, whilst preventing new users from setting passwords <li><code>localdb_enabled</code>: Set to false to disable authentication against the local password database. This is ignored if <code>enabled</code> is false, and is only useful if you have other <code>password_providers</code>. Defaults to true. </li> -<li><code>pepper</code>: Set the value here to a secret random string for extra security. # Uncomment and change to a secret random string for extra security. +<li><code>pepper</code>: Set the value here to a secret random string for extra security. DO NOT CHANGE THIS AFTER INITIAL SETUP!</li> <li><code>policy</code>: Define and enforce a password policy, such as minimum lengths for passwords, etc. Each parameter is optional. This is an implementation of MSC2000. Parameters are as follows: diff --git a/develop/usage/configuration/user_authentication/single_sign_on/cas.html b/develop/usage/configuration/user_authentication/single_sign_on/cas.html
index 80fa41b039..9463ac3cc0 100644 --- a/develop/usage/configuration/user_authentication/single_sign_on/cas.html +++ b/develop/usage/configuration/user_authentication/single_sign_on/cas.html
@@ -150,8 +150,8 @@ <p>Synapse supports authenticating users via the <a href="https://en.wikipedia.org/wiki/Central_Authentication_Service">Central Authentication Service protocol</a> (CAS) natively.</p> -<p>Please see the <code>cas_config</code> and <code>sso</code> sections of the <a href="../../../configuration/homeserver_sample_config.html">Synapse configuration -file</a> for more details.</p> +<p>Please see the <a href="../../../configuration/config_documentation.html#cas_config">cas_config</a> and <a href="../../../configuration/config_documentation.html#sso">sso</a> +sections of the configuration manual for more details.</p> </main>