Simple login and database module
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 check a given user with a password. If the user exists and the password is correct, it will start a session and redirect the browser to a secure are page.
It can check a given user with a password. If the user exists and the password is correct, it will start a session and redirect the browser to a secure are page.
Comments are closed.