Login PHP Class
Package:
Summary:
Authenticate users stored in a MySQL database
Groups:
Author:
Description:
This class can be used to authenticate users stored in a MySQL database.
It can verify whether a given user and password are valid. The password may be hashed with MD5 or SHA1 before verification.
The class initialize session variables with values with the user records if he is successfully authenticated.
It can verify whether a given user and password are valid. The password may be hashed with MD5 or SHA1 before verification.
The class initialize session variables with values with the user records if he is successfully authenticated.
Comments are closed.