Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > User Authentication |
| 1. |
Three Tries
|
|
|
If you want to 'protect' a site and don't have CGI access, you can try this JavaScript. Visitors get three tries to enter the correct password then they are refused entry. The password of this example is: password.
|
| 2. |
Scott Brady's Password Protection
|
|
|
This JavaScript lets you add a password to your page. You should note that this is not totally secure. You should not keep information such as creditcard numbers or other sensitive information on the pages.
|
| 3. |
Login and password script
|
|
|
This is a simple password script that requires both a login and password to gain entry to the protected page, with an incorrect set taking the user to a "failure" page instead.
|
| 4. |
Gatekeeper
|
|
|
This user friendly script allows you to password protect your Web site/pages. The password is the filename without the .html ending. This password for this example is gatekeeper-in.
|
| 5. |
Easy Password Script
|
|
|
This simple script will send a user to a page only if they supply the correct password, helping to keep the page hidden from others.
|
|
|