Posts: 6
Threads: 2
Joined: Jun 2013
Reputation:
0
Hey guys, just something really simple to ask today...
I've been searching on ******, and still cannot find the answer. How do I make it hashed like '*' when inserting text into a DIALOG_STYLE_INPUT? Yes, I am doing this for a login.
Thank you very much.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Check out the Whirlpool plugin released by ******.
EDIT: Oh I thought you meant like legit password hashing. Sorry. The poster below has the right answer.
Posts: 6
Threads: 2
Joined: Jun 2013
Reputation:
0
Alright, so I've set my login and register boxes to be DIALOG_STLYE_PASSWORD, but when I type something in it still says the letters instead of '*'
Posts: 95
Threads: 29
Joined: Jun 2012
Reputation:
0
Wherever you have used that particular dialog, change the style (second param) to DIALOG_STYLE_PASSWORD. Also check all of the dialog styles relating to that dialog, such as if you fail a password attempt does it show letters? If so, change those too.
Posts: 6
Threads: 2
Joined: Jun 2013
Reputation:
0
What do you mean about the second param?