Login   Register  
PHP Classes
elePHPant
Icontem

Class: Authenticator_ciacob

  Classes of Claudius Tiberiu Iacob  >  Authenticator_ciacob  >  Download  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Authenticator_ciacob Support forum
Base name: authenticator
Description: Register and authenticate users
Related top rated classes: , , ,
Version: 1.5
Required PHP version: 5.0
License: Artistic License
All time users: 540 users
All time rank: 3817
Week users: 5 users
Week rank: 1161
 
  Author   Group folder image Groups   Detailed description   Freshmeat project  
  Rate classes User ratings   Dependencies   Applications   Related links   Files Files  

Author

Picture of Claudius Tiberiu Iacob
Name: Claudius Tiberiu Iacob is available for providing paid consulting. Contact Claudius Tiberiu Iacob .
Published packages: 4 Browse this author's classes Browse this author's classes
Country: Romania Romania - PHP jobs in Romania
Home page: http://www.ciacob.tk/
Age: 29
All time rank: 1765
Week rank: 767

Groups

Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image User Management User records, authentication and session handling View top rated classes

Detailed description

This package can be used to register and authenticate users with records in a database.

It can register new users, confirm user registrations, authenticate existing users and retrieve user password to send by e-mail as reminders.

The user records are stored in database. The queries to perform each user record database access are defined in a XML configuration file.

Features list:
# Open or closed registration, via master password;
# User role support;
# Live authentication (changing session unique id from one request to another);
# Password recovery OR reset support;
# Hack prevention built-in system:
* logs user out when obsolete session id is used;
* logs user out if IP address changes from one request to another;
* logs user out when session lifetime times out;
* auto-locks user on too many failed login attempts; locks are IP-based and can be reset by master.
# Easy to configure, via external XML files (provided by ParamsProxy package, see dependencies);
# SQL injections proof, thanks to built-in database traffic encoding/decoding mechanism (provided by DbProxy package, see dependencies).

Freshmeat project

Project record: authenticator_ciacob
Popularity score: 12.77
Vitality score: 0.0

User ratings

Not yet rated by the users

Packages needed by this class

Class Dependency Why it is needed
ParamsProxy
Required
You configure the Authenticator class using external XML files: this feature is provided by the ParamsProxy package.
DbProxy
Required
The Authenticator class on-the-fly encodes all traffic with the database: this feature is provided by the DbProxy package.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Related links

Link Description
My Projects All of my projects now moved under a common root. Before downloading a class from the PHP Classes Repository, check this link to see if a newer version isn't available *there*. I cannot guarantee that the version here in the repository will keep up all the time.

Files

File Role Description
Plain text file Authenticator.php Class The class file
Plain text file HowToInstall.txt Doc. Getting Started guide
HTML file Authenticator.html Doc. Documentation
Plain text file AuthenticatorDemo.php Example See "HoToInstall.txt" for info
Plain text file ProtectedContent.php Example See "HoToInstall.txt" for info
Plain text file config.xml Data See "HoToInstall.txt" for info
Plain text file dbAccess.xml Data See "HoToInstall.txt" for info
Plain text file creative-commons-a...ion-share-alike.txt Lic. License File
Download all files: authenticator.tar.gz authenticator.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.