summaryrefslogtreecommitdiffstats
path: root/app/model/auth.mod.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-01-26+ Added function to User class to fetch all users from DBMalf Furious1-0/+10
* Altered Auth MVC deflt action to return false if no users are found. This way, the Auth controller can automatically present user a page to create an admin account
2016-01-03+ Added model for Auth MVCMalf Furious1-0/+15