summaryrefslogtreecommitdiffstats
path: root/app/controller/auth.control.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-01-28Finish signup and initialSignup actions on Auth MVCMalf Furious1-2/+20
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-03+ Added controller for new MVC "Auth"Malf Furious1-0/+33