summaryrefslogtreecommitdiff
path: root/actions/deleteaccount.php
AgeCommit message (Collapse)Author
2010-12-15syntax error in deleteaccountEvan Prodromou
2010-12-14An action to delete your own accountEvan Prodromou
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.