nextcloud/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 Unnecessary fully qualified names 2016-08-14 19:36:06 +02:00
Database.php Cache non existing DB user 2016-10-10 09:30:36 +02:00
LoginException.php Update with robin 2016-07-21 18:13:58 +02:00
Manager.php Fix issues where some user settings cannot be loaded when the user id differs in case sensitivity - fixes #25684 (#25686) 2016-08-29 14:33:16 +02:00
NoUserException.php Fix others 2016-07-21 18:13:57 +02:00
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