mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Disable captcha registration by default in tests
This commit is contained in:
parent
39e57f9728
commit
d6e0be92fe
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ def default_config(name):
|
|||
config.signing_key = [MockKey()]
|
||||
config.event_cache_size = 1
|
||||
config.enable_registration = True
|
||||
config.enable_registration_captcha = False
|
||||
config.macaroon_secret_key = "not even a little secret"
|
||||
config.expire_access_token = False
|
||||
config.server_name = name
|
||||
|
|
Loading…
Reference in a new issue