Hi there,
Is there a NotificationSubscriber that fires when a user gets locked after X number of invalid password attempts. I would like to notifiy the support department when that happens but I can't seem to find a relevant subscriber. If it doesn't exist, could it be added with the relevant args so I can see info about the user? I know there is OnExtranetLoginFailed with OnExtranetLoginFailedArgs.FailReason that has ExceededFailedLoginLimit as a member, but that fires whenever someone logs in with a locked account, not when the account gets locked.
Thanks,
Imar