This class can register and authenticate users stored in MySQL.
It can connect to a MySQL server using the MySQLi extension and create new user records in a MySQL table with a given e-mail, user name and password.
The e-mail address is validated before creation. If it is invalid the class can add increase a counter of invalid access attempts and block accesses from the same IP address for a certain period.
After a successful account creation the class returns an activation key that may be sent to the user e-mail address, so he can activate his account. The class can also takes care of the account activation verifying the activation key.
The class can also login the user verifying the user name and password. When the login attempt is valid, it returns a session code.
|
|
| Name: |
PHPAuth 2.0 |
| Base name: |
phpauth-2 |
| Description: |
Register and authenticate users stored in MySQL |
| Version: |
- |
| PHP version: |
5.3 |
| License: |
BSD License |
| All time users: |
835 users |
| All time rank: |
3632 |
| Week users: |
2 users |
| Week rank: |
1329  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|