Skip to main content
1-Visitor
November 5, 2016
Solved

User Password Configuration

  • November 5, 2016
  • 1 reply
  • 2370 views

What is the best way to handle the user password creation text box?

Currently the user password and confirmation text boxes are displayed in plain text.  I have tried a number of methods to convert the text into a diffrent character masking the entered password.  I have also tried changing the fonts to hide the password, changing font color to the background color, transparent font color, and placing a label on top of the password text box.  I have also written a function that takes in the password and outputs the appropriate number of masking characters.

I can't seem to get the standard password screen effect that displays ****** or a different character for each password character entered.


Any tips would be helpful.

Best answer by ttielebein

There is a property of the textbox widget called MaskInputCharacters. If you select true for this, then you will see the behavior you are requesting.

1 reply

5-Regular Member
November 7, 2016

There is a property of the textbox widget called MaskInputCharacters. If you select true for this, then you will see the behavior you are requesting.

pbaierl1-VisitorAuthor
1-Visitor
November 7, 2016

Thanks for your help it's working now!!!!

Wow not sure how I missed that one........

5-Regular Member
November 8, 2016

No worries! Sometimes it's hard to keep track of all of the options; there are so many! Glad I could help!