Is it possible to encrypt the email address for users? I've got encryption already set up, the problem is that I get an invalid email address error when passing the encrypted form (obviously).
The data needs encrypting to comply with data protection regulations, so is there a way to bypass the email validation (instead handling validation myself)? Or to be able to encrypt data after PHP-Auth validates it?
Is it possible to encrypt the email address for users? I've got encryption already set up, the problem is that I get an invalid email address error when passing the encrypted form (obviously).
The data needs encrypting to comply with data protection regulations, so is there a way to bypass the email validation (instead handling validation myself)? Or to be able to encrypt data after PHP-Auth validates it?