nextcloud/lib/private/User
Roeland Jago Douma e3f3212fbc Error out early on an expired token
Fixes #12131

If we hit an expired token there is no need to continue checking. Since
we know it is a token.

We also should not register this with the bruteforce throttler as it is
actually a valid token. Just expired. Instead the authentication should
fail. And buisness continues as usual.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-31 10:54:17 +01:00
..
Backend.php Update license headers 2017-11-06 16:56:19 +01:00
Database.php Just update password hash without validating 2018-10-03 12:09:43 +02:00
LoginException.php Update with robin 2016-07-21 18:13:58 +02:00
Manager.php filter null values for UserManager::getByEmail 2018-10-22 15:51:57 +02:00
NoUserException.php Fix others 2016-07-21 18:13:57 +02:00
Session.php Error out early on an expired token 2018-10-31 10:54:17 +01:00
User.php Properly return boolean on enable state 2018-04-09 11:26:26 +02:00