Hello
We are using a realm security defenses with Brute force detection that has "Lockout permanently" setting.
Is there any way to enable user getting an email notification when this happens?
Currently when user logs in incorrectly 5x, they will get permanently locked out and from that point onward, system will not even send emails when "Forgot password" flow initiated.
We'd like to know if there is a way to send email to user stating that their account has been permanently locked out and that they can reach out to administrator for help.
Alternatively, if this is not possible out of the box, is there a way to notify administrator via email. Perhaps by using email event listener but only for this certain event (although that does not seem to be possible as defined event listeners use all defined even types)?
Thanks...
Z