SimpleAuth is a simple and secure multi-user PHP login system. No database required. No php knowledge needed to implement this login system.
You can secure all kind of pages : customer area, administration interface, member page or any private page.
Free email support if you have any question : Use the contact form
Features
- Multilingual version (English, French, Deutsch, Spanish) (NEW)
- No database required
- Compatible with PHP4 and PHP5
- Single or Multi-user system
- Access controls by user groups (NEW)
- Secure (Designed by a Zend Certified Engineer)
- Only 1 file to work with (no image or css additional files)
- Very EASY to implement : Paste a single line of code in each page
- Auto-detection of common installation mistakes (NEW)
- No redirection to a login page
- Login form is fully customizable with CSS and HTML
- Dynamic Session id to prevent “Man in the middle attack”
- Ideal for graphic designers, not developers or people who are unfamiliar with security
Example usage
You have to start each page to be secured by this single line of code :
<?php ${(require_once('SimpleAuth.php'))}->protectme(); ?>
WishList
Want a feature? Submit your ideas to the SimpleAuth Whishlist !ChangeLog
Version 3.1 (25/10/2011)
- Change the default redirection location
Version 3.0 (13/10/2011)
- Spanish support - Access controls by user groups - Choose the logout page (home page, login form, other website, ...) - Options can be set with a default value (for all pages) - Spelling correction - Documentation updated and more samples - Demonstration Mode (Login and password are display)
Version 2.0 (28/04/2011)
- Choose a language - 3 translations (English, French, German) - Enable / Disable changing language - Improved compatibility Ie6 - Setting a list of authorized users on a page - Image compression illustration - protectme returns an instance of SimpleAuth - Automatic check commons installations problems - UTF-8 for international - Load images as HTTP resource
Version 1.1 (16/04/2011)
- Spelling correction
Version 1.0 (11/04/2011)
- Initial version


