Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fabbot | Ryan Weaver | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Fixing a bug where having an authentication failure would log you out. | Ryan Weaver | 2015-09-20 | 1 | -2/+7 |
| | | | | | | | | | | This solution is a copy of what AbstractAuthenticationListener does. Scenario: 1) Login 2) Go back to the log in page 3) Put in a bad user/pass You *should* still be logged in after a failed attempt. This commit gives that behavior. | ||||
* | meaningless author and license changes | Ryan Weaver | 2015-09-20 | 1 | -2/+11 |
| | |||||
* | Adding periods at the end of exceptions, and changing one class name to ↵ | Ryan Weaver | 2015-09-20 | 1 | -2/+2 |
| | | | | LogicException thanks to @iltar | ||||
* | Thanks fabbot! | Ryan Weaver | 2015-09-20 | 1 | -14/+17 |
| | |||||
* | Initial commit (but after some polished work) of the new Guard ↵ | Ryan Weaver | 2015-09-20 | 1 | -0/+122 |
authentication system |