You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Perhaps it would be useful to have functions which can be used to modify data before it comes out of the database, and which similarly modify it before it goes into the database. That way, the database could store the data encrypted, and unencrypt it as it comes out and needs to be worked on.
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?
The text was updated successfully, but these errors were encountered: