Login Script with PDO
Package:
Summary:
Manage user accounts stored in a database with PDO
Groups:
Author:
Description:
This package can be used to manage user accounts stored in a database with PDO.
It can connect to a given database using the PDO extension and perform several operations to manage user accounts. Currently it can:
- Insert new user records
- Authenticate a given user with a password and start a session
- End the logged user session
- Change the user e-mail or password
- Send an e-mail with a link to reset the user password
It can connect to a given database using the PDO extension and perform several operations to manage user accounts. Currently it can:
- Insert new user records
- Authenticate a given user with a password and start a session
- End the logged user session
- Change the user e-mail or password
- Send an e-mail with a link to reset the user password
Comments are closed.