Use display name from magic cookie, fixes #4884
This commit is contained in:
parent
c954b04973
commit
33c4747fdf
1 changed files with 1 additions and 0 deletions
|
@ -828,6 +828,7 @@ class OC {
|
||||||
OC_User::setMagicInCookie($_COOKIE['oc_username'], $token);
|
OC_User::setMagicInCookie($_COOKIE['oc_username'], $token);
|
||||||
// login
|
// login
|
||||||
OC_User::setUserId($_COOKIE['oc_username']);
|
OC_User::setUserId($_COOKIE['oc_username']);
|
||||||
|
OC_User::setDisplayName($_COOKIE['oc_username'], $_COOKIE['display_name']);
|
||||||
OC_Util::redirectToDefaultPage();
|
OC_Util::redirectToDefaultPage();
|
||||||
// doesn't return
|
// doesn't return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue