summaryrefslogtreecommitdiffstats
path: root/app/model/deleteacct.mod.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22Deprecate application codeMalf Furious1-63/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-05-27Add copyright notice to Scrott model filesMalf Furious1-0/+14
2016-05-22Add action 'delete' to Deleteacct MVCMalf Furious1-0/+34
This action will validate the user's password, and make sure you're not removing the last admin, then proceed to delete the current user's account from the database and log them out, for good.
2016-05-21Add MVC DeleteacctMalf Furious1-1/+1
This will prompt the user for their password if they opt to delete their own account. This is to prevent malicious attempt by others to trick users into having there accounts deleted by way of a XSS attack.
2016-03-27Add Dashboard modelMalf Furious1-0/+15