mirror of https://github.com/BOINC/boinc.git
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:
parent
f9963d54c3
commit
25bd7d3a70
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue