User Password Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
User Password Configuration
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.
Solved! Go to Solution.
- Labels:
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for your help it's working now!!!!
Wow not sure how I missed that one........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No worries! Sometimes it's hard to keep track of all of the options; there are so many! Glad I could help!