Skip to content
⌘ NSIS Forum Archive

Password field

3 posts

Re DeL SiLeNziO#

Password field

Hi all,
I've a problem with a password field in a form:
I have a similar scenario:


${NSD_CreateLabel} 0 80% 90 12u "Password:"
Pop $LabelPassword
${NSD_CreateText} 100 80% 160 12u ""
Pop $TextPassword
I wish the characters entered are invisible or with an asterisk for each char.
It is possible?!