Skip to content
  • Vincent Petry's avatar
    Fix logClientIn for non-existing users (#26292) · 14931fa2
    Vincent Petry authored
    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.
    14931fa2