Page 1 of 1
Using Password= in the INI how to hide the Password field
Posted: Tue Mar 31, 2015 3:48 pm
by RobertBuch
When I set a password in the INI file and the window opens for you to type in the password is the a way to hide the Password field so people do not see what you are typing?
Robert
Re: Using Password= in the INI how to hide the Password fiel
Posted: Wed Apr 01, 2015 8:41 am
by Scott
In your password HTML file change the input type from "text" to "password".
<p><input type="password" ID="Password" size="28"></p>
--Scott
Re: Using Password= in the INI how to hide the Password fiel
Posted: Wed Apr 01, 2015 9:09 am
by RobertBuch
Thank You for the fast reply.
Robert