Skip to content
Unverified Commit 6d1e858a authored by Vincent Petry's avatar Vincent Petry Committed by Roeland Jago Douma
Browse files

Fix logClientIn for non-existing users (#26292)

The check for two factor enforcement would return true for non-existing
users. This fix makes it return false in order to be able to perform
the regular login which will then fail and return false.

This prevents throwing PasswordLoginForbidden for non-existing users.
parent 1ff328ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment