Changes between Version 12 and Version 13 of RightToErasure


Ignore:
Timestamp:
May 14, 2018, 11:25:51 AM (6 years ago)
Author:
skwang
Comment:

added options to enable_delete_account

Legend:

Unmodified
Added
Removed
Modified
  • RightToErasure

    v12 v13  
    3333=== Project Config ===
    3434
    35 A new project config option, `enable_delete_account` will control enabling/disabling this feature. Projects may chose to add this flag to their `config.xml` file(s). The default is false, or disabled.
     35A new project config option, `enable_delete_account` will control enabling/disabling this feature. Projects may chose to add this flag to their `config.xml` file(s). The default is false (0), which disables this feature.
     36
     37||= option =||=  description =||
     38|| 0 || disabled ||
     39|| 1 || DELETE_ACCOUNT_METHOD_OBFUSCATE ||
     40|| 2 || DELETE_ACCOUNT_METHOD_WIPE ||
     41|| 3 || DELETE_ACCOUNT_METHOD_PROJECT_DEFINED ||
     42
     43The setting of `enable_delete_account` will determine how a user is deleted. See the `inc/delete_account.inc` for all on what is deleted.
    3644
    3745=== New Tables ===