The Javascript Password System (JPS) allows you to restrict access to your web pages by supplying "authorised" users with a password which they can use to view the protected pages. It works by using hidden directories on the web server and Javascript. So you need no web server (CGI) access at all to use it. The program can change the hidden directory on a regular basis without the need to supply your users with a new password.
Simple Password Gate is a logon script allowing your visitors to logon using a password. The password is the name of the page, for example the page photos.html would have the password photos. This script is not 100% secure.
Your users will appreciate a form control that allows them to change their passwords quickly, easily and cleanly. The Password Changer (a.k.a. Password Editor) provides you and your users with an effective control for changing their passwords.The Password Changer form control provides instantaneous feedback on whether the password and confirmations provided are valid or not. To your users it will appear as if they on a desktop application with no waiting and realtime feedback.Now Available as a Dreamweaver Extension!
The Username / Email Changer control is a simple but powerful control that ensures username / email address hygiene through an easy to use and intuitive interface. The control uses regular expressions to validate email address syntax, in addition with a confirmation challenge. A dynamic status display provides users with all the necessary feedback to ensure the quality of their responses. The control also reduces round-trip time to the server by ensuring that the email addresses provided passes all tests prior to submitting a request.
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.
This script allows you to put a cPanel/WHM login form on your site for easy login. This script also has the capability to log into different servers from the same form.This script also uses PHP.
If visitors enter the correct password, they will forward to "protected.html"; if they enter an incorrect password, they'll hit the page called "oops.html
Having a difficult time thinking up a password? Need to automatically generate a password as part of a larger application? This script can help. It randomly creates a password of any specified length using alphabetic and numeric input.