Revert "Fix user's displayName being overwritten by (old) cookie"
This reverts commit 2a7380cc21
.
This commit is contained in:
parent
cec17fd3e2
commit
eba35d28cd
|
@ -866,6 +866,7 @@ class OC {
|
|||
OC_User::setMagicInCookie($_COOKIE['oc_username'], $token);
|
||||
// login
|
||||
OC_User::setUserId($_COOKIE['oc_username']);
|
||||
OC_User::setDisplayName($_COOKIE['oc_username'], $_COOKIE['display_name']);
|
||||
OC_Util::redirectToDefaultPage();
|
||||
// doesn't return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue