mirror of https://github.com/BOINC/boinc.git
web: add <enable_delete_account>0</enable_delete_account> to default
project config.xml
This commit is contained in:
parent
fd06682839
commit
d67a8c4b09
|
@ -497,6 +497,7 @@ class Project:
|
|||
config.send_result_abort = 1
|
||||
config.dont_generate_upload_certificates = 1
|
||||
config.ignore_upload_certificates = 1
|
||||
config.enable_delete_account = 0
|
||||
if web_only:
|
||||
config.no_computing = 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue