Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed obsolete getMock() usage | Fabien Potencier | 2016-12-19 | 1 | -4/+4 |
| | |||||
* | Fixing a bug where having an authentication failure would log you out. | Ryan Weaver | 2015-09-20 | 1 | -4/+46 |
| | | | | | | | | | | 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. | ||||
* | Initial commit (but after some polished work) of the new Guard ↵ | Ryan Weaver | 2015-09-20 | 1 | -0/+99 |
authentication system |