This class can be used to authenticate and manage user accounts stored in SQLite.
It implements several operations and display HTML forms to authenticate users and manage their account records stored in a SQLite database.
Currently it can register a new account, activate registered accounts, authenticate an user and start a session, end a logged user session, change the user password or e-mail address.
|
Screenshots |
|
|
Pages that reference this package |
|
|
PHP Login Script Several sites I am working on required some kind of authentication using PHP, but since the sites were entirely custom coded – and needed to be to serve their purpose – I was unable and unwilling to use a CMS just to have user registration and logins... |
Latest pages that reference packages
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
users.sql |
Data |
Database Source |
File |
Role |
Description |
user.php |
Class |
User Class |