Main

php


asdb
Auth Demo

php scripts

asdblock

Coming Soon

asdb :: authentication system db

Web site security for free using a mySQL and php system.

So you want to register users, password protect pages or perhaps secure other php pages. That is just what this system is designed to do.

Register users

Users register but are not enabled until they confirm the e-mail address that they provide. Once registered, users can access the secure facilities that they have been given access to.

Update Details

Users can update their own details at any time using the built in user details editor.

Lost Password Recovery

Lost password? As the system uses encrypted passwords there is no way to tell you what it is. However there is an automatic system to allow log in via an email. Once logged in you can change your password.

Secure Pages

Secure pages at two levels. First, via the mod_auth package which is installed with most apache servers. A user database is maintained and any registered user can access the secure pages. Second, via the php system which only allows users with specific access to view pages in the secured directories.

Demo

See the basic auth system here
See how it might be used here
username = jbayley
password = password

This is a lock management system. Users must log in to manage the locks they use. Logging of who did what is then simple and secure.