7.1.7 (2022-05-17)

Overview of merged pull requests

TASK: Destroy user sessions on certain actions

This adds a new method

UserService::destroyActiveSessionsForUser(User $user, bool $keepCurrentSession = false): void

and calls the method when a user is deactivated, removed or when the password is changed.

  • Packages: Neos

TASK: Add missing exclamation-triangle icon to error message

When you see this error message style (resource://Neos.Neos/Private/Templates/Error/Index.html), an icon is missing.

Before:

!`screenshot-logopak localhost-2022 03 26-19_01_22 <https://user-images.githubusercontent.com/1208133/160251760-a96f989b-0491-4f24-8c7b-a50cb4c07351.png>`_

After: !`screenshot-logopak localhost-2022 03 26-19_03_15 <https://user-images.githubusercontent.com/1208133/160251805-7bc2c476-af00-44b7-a202-b2fa07081708.png>`_

  • Packages: Neos

Detailed log