This package can register and login users activated using email.
It can register users by storing the user records in a database table accessed using PDO.
The package can generate a verification code that can be sent to the user by email to confirm that he owns that email address.
The package also provides other user management features like:
- Authenticate users using the email address and the password
- Keep track of how many wrong login attempts happened
- Change user password
- Assign a role to the user
- Render forms using template scripts for registration, login, activation, etc. |