Actions
Feature #105624
closedRaise an event when a Backend user password has been reset
Status:
Resolved
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2024-11-18
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In a project of mine, the Backend and Frontend users are derived from a business domain model for "Members".
It's already possible to get notified when a Frontend user reset their password (or easily override the default method), but it's currently not possible to get a notification whenever a Backend user reset their password.
I need this information so that I can synchronize back the new (hashed) password to my "members" table.
As such, I only need the Backend UID, nothing more!
Actions