summaryrefslogtreecommitdiffstats
path: root/app/view/deleteacct (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-05-29Add copyright notice to application view filesMalf Furious1-0/+14
2016-05-22Create view for delete account MVCMalf Furious1-0/+24
This page prompts for user password before actually deleteing their account.
2016-05-21Add MVC DeleteacctMalf Furious1-0/+13
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.