diff options
author | Aaron Raimist <aaron@raim.ist> | 2020-03-25 12:49:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 17:49:34 +0000 |
commit | 6ca5e56fd12bbccb6b3ab43ed7c0281e4822274a (patch) | |
tree | 2ce1fb8df4f85e89569ebfc9dac0463ee36de8cc /docs | |
parent | Move catchup of replication streams to worker. (#7024) (diff) | |
download | synapse-6ca5e56fd12bbccb6b3ab43ed7c0281e4822274a.tar.xz |
Remove unused captcha_bypass_secret option (#7137)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 276e43b732..2ef83646b3 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -872,10 +872,6 @@ media_store_path: "DATADIR/media_store" # #enable_registration_captcha: false -# A secret key used to bypass the captcha test entirely. -# -#captcha_bypass_secret: "YOUR_SECRET_HERE" - # The API endpoint to use for verifying m.login.recaptcha responses. # #recaptcha_siteverify_api: "https://www.recaptcha.net/recaptcha/api/siteverify" |