]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
An action to delete your own account
authorEvan Prodromou <evan@status.net>
Tue, 14 Dec 2010 17:38:43 +0000 (12:38 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 14 Dec 2010 17:38:43 +0000 (12:38 -0500)
commitd840578aa0ad6284f57591aae87f87865905db3c
treec37886803d848d83fbebeaa316708004ae21d919
parent6a7bf9dbf97a86881181d070894b0586d9d34129
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.
actions/deleteaccount.php [new file with mode: 0644]
actions/profilesettings.php
lib/router.php