Password Protected Template Options
If you have an Allwebco template with password protection built-in, the setup options are outlined below.
Changing the password:
Allwebco protected templates us a basic javascript password system. To change the password, open the window-login.htm in Notepad or HTML view and find the following code near the top of the page:
<!--- PASSWORD PROTECTION SCRIPT
function TheLogin() {
var password = 'music';
This type of protection is not considered secure and some users can find your password.
Making the protected folder more secure:
You can optionally add a protected directory in your hosting control panel, or you can install a login script.
To add secure protection through hosting, you will need to have a hosting account with password protection options. Check in your hosting control panel for this application. This option is included in all Allwebco hosting packages.
Step #2
Login to your control panel at "http://your-domain.com/cgi-bin/plusmail". Choose "Site Manager". Select the folder on the left named "protected-area" with the radio button. Select the "Protect" button at the bottom. Enter your username and password and select "Add User".
Step #3
Now you must edit the template links. In your menu.js, change the "Login" link to go to "http://your-domain.com/protected-area" instead of "window-login.htm". Do the same for the "menu_windows.js" and the "window-welcome.htm" if you have those files.