|
|
| Name: |
UserAction |
| Base name: |
useraction |
| Description: |
Authenticate users with MySQL database records |
| Related classes: |
comparison, usermanager |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
Freeware |
| All time users: |
382 users |
| All time rank: |
5209 |
| Week users: |
0 users |
| Week rank: |
2367 |
| |
|
 |
|
Innovation award
 Nominee: 1x |
This class can be used to authenticate users with records stored in a MySQL database.
It takes an user name and password and executes a MySQL database query to verify whether the specified password matches the user password.
The password is encoded with MD5 for comparison with the stored password.
| Not yet rated by the users |
| |
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 |
|
|
| File |
Role |
Description |
general.css |
Data |
CSS used for userlogin screen. This will grow, when I will create a robust user plugin |
userLogin.php |
Example |
Checks for the POST values and pass it to UserManager class |
UserManager.php |
Class |
This class contains only one method for now that checks for user credentials and returns count rows if the username/password match in the database |