An action to delete your own account

The new DeleteaccountAction lets a user delete their own account
(subject to global rights set by the admin). It presents a form to
delete the account, with an "I am sure." text entry box.

It then schedules the account for deletion and logs the user out.
This commit is contained in:
Evan Prodromou
2010-12-14 12:38:43 -05:00
parent 6a7bf9dbf9
commit d840578aa0
3 changed files with 329 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ class Router
'geocode',
'version',
'backupaccount',
'deleteaccount',
);
foreach ($main as $a) {