Password Protected Web Station

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

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

Password Protected Web Station

Post by Scott »

Here is an intersting example of using a password page and the PWB Dynamic External Java Commands to password protect a computer.

Set the following in your INI for this to work.

[Browser]
...
HomePage=http://www.TeamSoftwareSolutions.com/co ... idate.html
...
ShowToolBar=True
...

[Java]
EnableExternalJava=True
...
JavaHideToolbar=PWBHideToolbar
...

The user name is "cotton" and the password is "isgood".

--Scott

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

Post by Scott »

Here are the example files. One is done using PHP programming, the other is done with JavaScript and is less secure.

http://www.TeamSoftwareSolutions.com/cotton/cotton.zip

--Scott

Post Reply