summaryrefslogtreecommitdiffstats
path: root/app/model/auth.mod.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-01-28Finish signup and initialSignup actions on Auth MVCMalf Furious1-0/+15
If no accounts exist no login page will be shown. Instead, the app presents the signup page to allow the administrator to create his account. This is the only case where a new account should be an admin by default.
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