Matthew C. Berntsen

Simple User Access Control System

There is an older version of this that is a wrapper available here if someone wanted to use it to learn PHP or get an idea of how this might work into things.

Downloads

Simple User Access Control System Source Code (zip)
README (html, included in above zip)
License (txt, included in above zip)

Features

Simple User Access Control System is designed as a set of subfunctions to be used in other programs such as a message board or file access system. It is written in PHP, and designed to be highly and easily customized. It handles the user login and management requests and their interface with the DB, thereby handling the security and allowing the developer to work on the other, perhaps more interesting sections of code.

Requirements