Setting defaults to 0

This commit is contained in:
Germano Massullo 2018-11-14 11:19:59 +01:00 committed by GitHub
parent 25bd7d3a70
commit b222e3e395
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 = 1
config.disable_account_creation_rpc = 0
config.disable_web_account_creation = 0
config.enable_login_mustagree_termsofuse = 0
config.enable_privacy_by_default = 0