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. |
| 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 (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 | |
| 43 | The setting of `enable_delete_account` will determine how a user is deleted. See the `inc/delete_account.inc` for all on what is deleted. |