Hi all, I want to encrypt the member email in Umbraco. I have successfully done this, but when I am attempting to save the member at a later time the CMS throws an email validation error on the member view page before hitting the server.
In the background I ignore all member data that is encrypted so do not double encrypt it, but I cannot get that far as the JS validation is blocking on the email field.
Is there anyway I can disable this validation? or any other suggestions welcome.
I have tried removing the "val-email" from the email property editor but it still throws the error
Cheers
David
UPDATE:
Changing the property editor to type text and removing "val-email" gets around the js validation but the PostSave API call in Umbraco is still returning invalid email
Member Email Encryption Validation Error
Hi all, I want to encrypt the member email in Umbraco. I have successfully done this, but when I am attempting to save the member at a later time the CMS throws an email validation error on the member view page before hitting the server.
In the background I ignore all member data that is encrypted so do not double encrypt it, but I cannot get that far as the JS validation is blocking on the email field.
Is there anyway I can disable this validation? or any other suggestions welcome.
I have tried removing the "val-email" from the email property editor but it still throws the error
Cheers David
UPDATE: Changing the property editor to type text and removing "val-email" gets around the js validation but the PostSave API call in Umbraco is still returning invalid email
Response Preview of Email field is:
is working on a reply...