summaryrefslogtreecommitdiffstats
path: root/app/model/deleteaccount.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23Fix bug in various form handlersMalf Furious1-1/+5
Some form handlers use the current logged in user (user::getCurrent()), however do so without asserting that we are _actually_ logged in. This is probably due to that fact that index.php (usually) catches all page requests that are logged out and diverts control before any other handler can be invoked. But a few handlers sneak through the cracks. In the future, the app will be better about supportting logged out browsing, the alpha was not written with this in the forground. Signed-off-by: Malf Furious <m@lfurio.us>
2018-09-21deleteaccount: Implement form handlerMalf Furious1-0/+47