Skip to content
Snippets Groups Projects
Commit 8fd263ef authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

LDAP: update quota on every uncached userExists, i.e. also on every isLoggedIn, fixes #1278

parent 68266e70
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ class USER_LDAP extends lib\Access implements \OCP\UserInterface {
}
$this->connection->writeToCache('userExists'.$uid, true);
$this->updateQuota($dn);
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment