remeber cookie bug fixed
This commit is contained in:
parent
340f6bbaba
commit
4bcb6f5346
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ else {
|
|||
OC_User::setUserId($_COOKIE['oc_username']);
|
||||
OC_Util::redirectToDefaultPage();
|
||||
}
|
||||
else {
|
||||
OC_User::unsetMagicInCookie();
|
||||
}
|
||||
}
|
||||
|
||||
// Someone wants to log in :
|
||||
|
|
Loading…
Reference in a new issue