Changed default value of config.disable_account_creation_rpc

Changed default value of config.disable_account_creation_rpc from 0 to 1
This commit is contained in:
Germano Massullo 2018-11-14 10:43:48 +01:00 committed by GitHub
parent f9963d54c3
commit 25bd7d3a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ class Project:
config.max_wus_to_send = 50
config.daily_result_quota = 500
config.disable_account_creation = 0
config.disable_account_creation_rpc = 0
config.disable_account_creation_rpc = 1
config.disable_web_account_creation = 0
config.enable_login_mustagree_termsofuse = 0
config.enable_privacy_by_default = 0