mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 02:43:21 -04:00
For guest users on every request executes query: SELECT `uid`, `displayname` FROM `users` WHERE LOWER(`uid`) = LOWER(null) as I see, uid can't be equal to null by design. |
||
|---|---|---|
| .. | ||
| Backend.php | ||
| Database.php | ||
| LoginException.php | ||
| Manager.php | ||
| NoUserException.php | ||
| Session.php | ||
| User.php | ||