
Hi all,
I added a password field to the user form of the Dynamics On Prem 8.1. The field has the "Field Security" enabled.
The problem is, that the data is stored plain in the database. Is there a solutions for this security issue?
Thank you
*This post is locked for comments
I have the same question (0)Hi..
You need to write plugin on record save / update to encrypt password, so that values will be saved in database encrypted, and need to write retrieve plugin to decrypt field values and show actual value in CRM.
here is some another thread about same question..
community.dynamics.com/.../200914
hope this will help..