I am trying to reimplement some custom code in version 10, from a version 8 site, the code was an extension to the Back office, that ran some custom password checking and locked the user account if the check failed.
I have been looking to implement this in version 10 and can't find any over ride for protected override void OnLoginSuccess(IdentityAuditEventArgs e) can any one point me in the correct direction please.
Custom Password Policey
Hi,
I am trying to reimplement some custom code in version 10, from a version 8 site, the code was an extension to the Back office, that ran some custom password checking and locked the user account if the check failed.
I have been looking to implement this in version 10 and can't find any over ride for protected override void OnLoginSuccess(IdentityAuditEventArgs e) can any one point me in the correct direction please.
Hi Darren,
I believe you need to implement a notification handler
https://our.umbraco.com/documentation/reference/Notifications/MemberService-Notifications/
It may not be relevant now, but I was on about a custome password policey for Umbraco Users not Members.
Thanks.
is working on a reply...