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
When I add @Encrypted annotation to a property in my entity, I get the following message on execution :
The record in DB is done, but there is still a problem with my entity Pass.
If I remove @Encrypted annotation, it works but the property is inevitably stored in clear in DB.
I followed your documentation to install and use the bundle.
So am I doing something wrong ? Or have I forgot something ?
PS: I work with Wamp in local
The text was updated successfully, but these errors were encountered:
Hi,
When I add @Encrypted annotation to a property in my entity, I get the following message on execution :
The record in DB is done, but there is still a problem with my entity Pass.
If I remove @Encrypted annotation, it works but the property is inevitably stored in clear in DB.
I followed your documentation to install and use the bundle.
So am I doing something wrong ? Or have I forgot something ?
PS: I work with Wamp in local
The text was updated successfully, but these errors were encountered: