Commit Graph

1 Commits

Author SHA1 Message Date
Stan Hu 027c3264ad Guard against a login attempt with invalid CSRF token
If a user logs in with a bad CSRF token, the Warden before_logout
hook will be called with no valid user. This would lead to odd
Error 500 messages with a backtrace.

Addresses part of #50857
2018-09-26 12:20:43 -07:00