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 |
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.
| 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 |