nextcloud/lib/private/User
Roeland Jago Douma 2223d19997
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-30 19:30:45 +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 00:37:20 +02:00
LoginException.php Update with robin 2016-07-21 18:13:58 +02:00
Manager.php Properly escape column name in "createFunction" call 2018-10-16 15:24:02 +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-30 19:30:45 +01:00
User.php Properly return boolean on enable state 2018-04-09 11:26:26 +02:00