| | 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 || |