Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > User Authentication |
| 1. |
Simple Login Script
|
|
|
This script enables you to create a member's only area on your web site. It uses cookies to ensure a correct login is supplied before granting access, to the area. Also includes the option to have a logout button on your member's area pages. Also member's can be directed to their own pages after login. Version 1.9 includes support for frames.
|
| 2. |
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.
|
| 3. |
Cookie Protection
|
|
|
You can use a basic cookie script to keep visitors (that don't have the cookie on their system) from viewing certain parts of your site (kind of.... There are always ways around it). The cookie is placed when the password provided is correct. Then, when they are forwarded to the password protected page, the cookie allows them to stay. Those without the cookie are sent back.
|
| 4. |
Multiple Users Prompt
|
|
|
This JavaScript is just like the previous Multiple Users one, but doesn't use a table interface to login. Instead, after clicking the Login! button, the script will prompt users for their username and password, and then perform the password-protection.
|
| 5. |
Password Pro
|
|
|
Password Pro is a password protection program written in JavaScript that uses an encryption mechanism, to hide the password from the source code. You can use Password Pro to protect folders or files. The pages name must be the same with your password, and the script is case sensitive and can only recognize numbers and letters.
|
|
|