Using Password= in the INI how to hide the Password field

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
RobertBuch
Observer
Observer
Posts: 2
Joined: Tue Mar 31, 2015 3:29 pm

Using Password= in the INI how to hide the Password field

Post 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

Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Re: Using Password= in the INI how to hide the Password fiel

Post 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

RobertBuch
Observer
Observer
Posts: 2
Joined: Tue Mar 31, 2015 3:29 pm

Re: Using Password= in the INI how to hide the Password fiel

Post by RobertBuch »

Thank You for the fast reply.

Robert

Post Reply