0

I have an attribute which requires user to enter their password. I have create such attribute as Text control type, but how can I have it display as asterisk instead of plain text.

Any suggestions?

Krunal
  • 1,138
  • 1
  • 9
  • 28

1 Answers1

0

PXDBCryptString attribute on Data Access Class field should help

Ilya Sh
  • 96
  • 4
  • 1
    I think Krunal is trying to get it to work using the out of the box attributes. To my knowledge there is no way without getting into non standard ways. The best approach might to create your own dac and use PXDBCrypString or in some way see if you can to a graph cache attached and make the value field PXDBCrytString but that will do that to all attribute values. – Brendan Jul 26 '19 at 14:30