The user unlock notification is only sent when triggered manually from the screen listing Origam users. It would be useful if it would be sent automatically when a user is unlocked based on the UserLockoutConfig from appssettings.json.
There are no built-in notifications for this, are they? This must be modeled in your solution. Or do we have such a notification built into the root package?
I have’t tested it in recent versions, but it is something that should already be implemented, see Add template file for UserUnlockNotification
It can possibly be done as part of the IdentityService.UnlockUser process in the Identity_UnlockUser workflow.