We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a17a9 commit 8d6509aCopy full SHA for 8d6509a
1 file changed
Classes/Service/FrontendUserService.php
@@ -114,6 +114,7 @@ public function updatePassword(string $newPassword): void
114
115
// Unset reason for password change in user session
116
$this->getFrontendUser()->setKey('ses', self::SESSION_KEY, null);
117
+ $this->getFrontendUser()->storeSessionData();
118
119
// Destroy all sessions of the user except the current one
120
$sessionManager = GeneralUtility::makeInstance(SessionManager::class);
0 commit comments