Enabling password prompt panel

Top  Previous 

You may enable a password prompt panel. When this panel is enabled it removes the need to store the password in params.txt. This adds a important layer of security in the event you do not want users to see the password openly in clear text.

 

Example

 

<param name="promptForPassword" value="false">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

promptForPassword = false

 

The above example shows how to define this parameter in params.txt

 

 

A second parameter controls showing the GUI panel box, this can be displayed / hidden regardless of the value of promptForPassword parameter described above.

 

Example

 

<param name="showPromptForPassword" value="false">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

showPromptForPassword = false

 

The above example shows how to define this parameter in params.txt

 

See also

 

Specifying applet parameters