Changes between Version 146 and Version 147 of ProjectOptions


Ignore:
Timestamp:
May 17, 2018, 9:23:34 AM (6 years ago)
Author:
Kevin Reed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v146 v147  
    6868 <workload_sim>0|1</workload_sim>::
    6969        Use a more expensive, but more accurate, method to decide whether hosts can complete jobs within their delay bound.
     70
     71 <enable_delete_account>x</enable_delete_account>::
     72        Controls enabling/disabling the ability for users to delete their account feature. The default is false (0), which disables this feature.  The value of this field will determine how a user is deleted. See the `inc/delete_account.inc` for all on what is deleted.
     73
     74        ||= option =||=  description =||
     75        || 0 || disabled ||
     76        || 1 || DELETE_ACCOUNT_METHOD_OBFUSCATE ||
     77        || 2 || DELETE_ACCOUNT_METHOD_WIPE ||
     78        || 3 || DELETE_ACCOUNT_METHOD_PROJECT_DEFINED ||
    7079
    7180=== App version selection ===