mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 07:43:18 -04:00
Fix user's displayName being overwritten by (old) cookie
This commit is contained in:
parent
0af65cae37
commit
7eb505e6dd
1 changed files with 0 additions and 1 deletions
|
|
@ -866,7 +866,6 @@ 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 a new issue