mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
set up FS by username, not login name\!
This commit is contained in:
parent
a9aa7841c9
commit
e0342db47c
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class OC_User {
|
|||
session_regenerate_id(true);
|
||||
$result = self::getUserSession()->login($uid, $password);
|
||||
if ($result) {
|
||||
OC_Util::setupFS($uid);
|
||||
OC_Util::setupFS(self::getUserSession()->getUser()->getUID());
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue