Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-27 | Fix bug with login page signup form | Malfurious | 1 | -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-26 | user: Add log events for some basic user mgmt | Malf Furious | 1 | -0/+5 | |
Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-07-22 | Fix bug with login handler | Malf Furious | 1 | -1/+1 | |
Now reloading current path after successful login, instead of redirecting to app-root. | |||||
2018-02-09 | Add login model | Malf Furious | 1 | -0/+92 | |