An easy to use class for user manipulation class. It is very flexible and can be easily integrated into established projects, as it uses variable settings for database tables and fields, and session and cookie names.
A class to implement simple authentication for database-oriented webpages.
An expansion on the concept of the PEAR class. Supports forgotten username and password retrieval, database independant authentication and options for authenticating against a database or ASCII file.
This class allows you to password protect a set of web pages using basic authentication.
I created this class to present the public with an easy to use system for protecting pages and registering users. The main features are user-login, user registration, user update, remember login information, page protection, forgotten password recovery, mail based account activation and multi-language message reporting.
This class implements a new PHP session handler that can replace the default PHP session handler by storing session data in a MySQL database table. The session handler works by creating an object of this class. After that, applications just need to use the same code to store and retrieve session variables.
A simple, powerful permission system designed as a drop in solution for web developers.
Make PHP generated web content available only to you.
A nice little function that will generate a completely random password.
A compact suite to manage users. The core handles basic authentication and other modules handle utility functions such as database and permissions work.