Skip to content

Commit

Permalink
Merge branch '5.1-dev' into 5.1-phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
LadySolveig committed Feb 24, 2024
2 parents 4ce2c90 + 7c6e2ca commit a19af44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ public function save($cachable = false, $urlparams = []): void
return;
}

// Method updated, destroy other active sessions
UserHelper::destroyUserSessions($userId, true);

$this->setRedirect($url);
}

Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a19af44

Please sign in to comment.