nextcloud-server/lib/private/User
Vincent Petry 6d1e858aa4
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.
2016-10-25 09:34:27 +02:00
..
Backend.php
Database.php Cache non existing DB user 2016-10-10 09:30:36 +02:00
LoginException.php
Manager.php
NoUserException.php
Session.php Fix logClientIn for non-existing users (#26292) 2016-10-25 09:34:27 +02:00
User.php Only trigger postDelete hooks when the user was deleted... 2016-09-29 15:40:53 +02:00