This class can Authenticate users in a MySQL database table.
It can query a MySQL table to check if the password for a given user is correct.
A session is started and persistent cookies are set if the user authenticates correctly.
The class can also check if the user previously authenticated successfully by checking the user session or cookies. It can redirect to a given page depending on the result.
It can also log out the current user by removing any session or cookies.
A separate class is provided as login page controller for the PHPBasic framework.
|
|
| Name: |
Login page Authentication |
| Base name: |
mysql-auth-login |
| Description: |
Authenticate users in a MySQL database table |
| Version: |
1 |
| PHP version: |
5.2 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1287 users |
| All time rank: |
2615 |
| Week users: |
3 users |
| Week rank: |
963  |
| |
|
| 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 |
|
|