summaryrefslogtreecommitdiffstats
path: root/web/template/account_delete.php
AgeCommit message (Collapse)AuthorFilesLines
2015-06-09Drop suffixes from confirm parametersLukas Fleischer1-1/+1
Remove the _delete and _disown suffixes from HTTP POST confirmation parameters. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2014-07-25Add support for deleting user accountsLukas Fleischer1-0/+22
Users can now delete their own accounts by clicking a link in the account edit form and confirming the deletion on a follow-up page. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>