Commit Graph

7 Commits (2a18f6758bb669968c3673ea3b583d426f1f50bb)

Author SHA1 Message Date
Igor Scheller 810068dcf8 Fixes: AuthController session error merging and StatsTest
Igor Scheller e124b41977 Tests: TestCase: Initialize $this->app on every run
msquare 6df62659da show password recovery always, fix test
Igor Scheller 6743106d9a Replaced validation with `respect/validation`
Igor Scheller 6d5ada2522 Added validation to AuthController
Igor Scheller bcce2625a8 Implemented AuthController for login
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
Igor Scheller 6ed891fc04 Added logout via AuthController