summaryrefslogtreecommitdiffstats
path: root/app/model/login.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-27Fix bug with login page signup formMalfurious1-0/+2
Some PHP update has changed the behavior of referencing a missing key in an array, so the mechanism I was using to specify the default login page tab was bugged (emitting errors) and did not allow to manually switch to signup after the app is initialized. To fix this, simply define the missing values to empty strings. Signed-off-by: Malfurious <m@lfurio.us>
2018-10-26user: Add log events for some basic user mgmtMalf Furious1-0/+5
Signed-off-by: Malf Furious <m@lfurio.us>
2018-07-22Fix bug with login handlerMalf Furious1-1/+1
Now reloading current path after successful login, instead of redirecting to app-root.
2018-02-09Add login modelMalf Furious1-0/+92