login class by AmRaLaA
Package:
Summary:
Authenticate users with records in a MySQL table
Groups:
Author:
Description:
This class can be used to authenticate users with records in a MySQL table.
It can lookup in a MySQL database table verify the user name and password of a given user.
The sets a session variable if the user is correctly authenticated.
The password verification may also use the MD5 hash of the password.
It can lookup in a MySQL database table verify the user name and password of a given user.
The sets a session variable if the user is correctly authenticated.
The password verification may also use the MD5 hash of the password.
Comments are closed.