`7.3.4 (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 `_ After: !`screenshot-logopak localhost-2022 03 26-19_03_15 `_ * Packages: ``Neos`` `Detailed log `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~