aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers/login_controller.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make imports explicit.Harald Eilertsen2018-08-011-10/+15
|
* Fix display of flash messages.Harald Eilertsen2018-08-011-1/+1
| | | | | Pass full flash to template, and style according to flash name/type.
* Move routing details into controllers.Harald Eilertsen2018-07-311-0/+4
|
* Add simple unfinished login controller.Harald Eilertsen2018-01-201-0/+38
It will not actually log you in yet, but will check email/password and report back if it is good or not. More tbd.