Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Im using Umbraco 8 and trying to set some validation for members when saving a password.
I amended the config file as explained in this thread https://our.umbraco.com/forum/developers/api-questions/69965-umbraco-memberservice-password-validation
Every so often the MembershipPasswordException is hit and im trying to avoid it.
MembershipPasswordException
The code that raises this error is MemberService.SavePassword based on https://our.umbraco.com/forum/extending-umbraco-and-using-the-api/87391-creating-new-members-password-is-stored-as-plain-text
MemberService.SavePassword
How could i validate the password has met the criteria before an attempt to save the password is made?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Validate member password
Im using Umbraco 8 and trying to set some validation for members when saving a password.
I amended the config file as explained in this thread https://our.umbraco.com/forum/developers/api-questions/69965-umbraco-memberservice-password-validation
Every so often the
MembershipPasswordException
is hit and im trying to avoid it.The code that raises this error is
MemberService.SavePassword
based on https://our.umbraco.com/forum/extending-umbraco-and-using-the-api/87391-creating-new-members-password-is-stored-as-plain-textHow could i validate the password has met the criteria before an attempt to save the password is made?
is working on a reply...