I want to create a password attribute for Contact entity in CRM portal for my organization. I can add it as a "custom attribute" through the designer, and can display it on the form for user to input. However, the problem is that, the attribute, and a field on the form designer are in plain Text format, whereas, I want them as a strict password. That means, they must not be human-readable, and possibly, should be stored in encrypted format.
Any idea on how to achieve it?
Thanks