Skip to content

Commit

Permalink
set cookies so that iframed login works (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
plessbd authored Jun 23, 2020
1 parent 9cede19 commit 2acb418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/gui/general/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
if ($xdmodUser->getAccountStatus()) {
$formal_name = $xdmodUser->getFormalName();
$xdmodUser->postLogin();
\xd_rest\setCookies();
} else {
$message = 'Your account is currently inactive, please contact an administrator.';
}
Expand Down

0 comments on commit 2acb418

Please sign in to comment.