gitlab-org--gitlab-foss/changelogs/unreleased/sh-guard-against-ldap-login-csrf-fail.yml
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

5 lines
106 B
YAML

---
title: Guard against a login attempt with invalid CSRF token
merge_request: 21934
author:
type: fixed