Changes between Version 147 and Version 148 of ProjectOptions


Ignore:
Timestamp:
Oct 19, 2018, 2:09:50 PM (5 years ago)
Author:
Kevin Reed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v147 v148  
    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 ||
    7970
    8071=== App version selection ===
     
    480471        Do not hide incomplete results when using adaptive replication.
    481472
     473 <enable_delete_account>x</enable_delete_account>::
     474        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.
     475
     476        ||= option =||=  description =||
     477        || 0 || disabled ||
     478        || 1 || DELETE_ACCOUNT_METHOD_OBFUSCATE ||
     479        || 2 || DELETE_ACCOUNT_METHOD_WIPE ||
     480        || 3 || DELETE_ACCOUNT_METHOD_PROJECT_DEFINED ||
     481
     482 <enable_privacy_by_default/>::
     483        If enabled, set "Show Hosts" field to false when new user accounts are created.  In the future other privacy settings will be based on this value as well.
     484
    482485 <no_forum_rating/>::
    483486        Disable forum post rating.