nextcloud/lib/private/User
Christoph Wurst 9e82dceb66 Fix unsuccessful token login logged as error
The condition of a non-existent login token can happen for concurrent
requests. Admins can not do anything about this. So this is to be
expected to happen occasionally. This event is only bad if none of the
requests is able to re-acquire a session. Luckily this happens rarely.

If a login loop persists an admin can still lower the log level to find
this info. But a default error log level will no longer write those
infos about the failed cookie login of one request.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-22 16:49:31 +00:00
..
Backend.php Update php licenses 2021-06-04 22:02:41 +02:00
Database.php Do not save invalid display name to the database 2022-07-06 20:57:29 +00:00
LoginException.php Update php licenses 2021-06-04 22:02:41 +02:00
Manager.php Don't check the configvalue for lastLogin which is never null 2021-12-13 08:43:13 +00:00
NoUserException.php Update php licenses 2021-06-04 22:02:41 +02:00
Session.php Fix unsuccessful token login logged as error 2022-11-22 16:49:31 +00:00
User.php Revert "[stable23] Compare lowercase email when updating from ldap" 2022-09-07 12:27:37 +02:00