This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Igor Scheller bcce2625a8 Implemented AuthController for login
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
..
emails Changed `src/` code and templates to use the new user model
errors Implemented AuthController for login
layouts Added csrf middleware
macros Implemented AuthController for login
pages Implemented AuthController for login