The customer would like to have a safe login system.
The system will be written in PHP, the data is stored in a MySQL database.
There will be a default user for the customer, which has all the permissions.
This user can add a new user to the database and it can edit and delete existing registered users.
After successful login some functions will be available depending on one's permissions.
Required things to use this application:
- >= Apache 2.4.39
- >= PHP 7.3.7
- >= MySQL 5.0.12
- Google Chrome or Mozilla Firefox
Installation:
- Copy all files from web directory onto your server
- Open classes/Database.php for editing, and change the MySQL login data
- Import afplabor_db.sql into your database
Username: root Password: root
Username: demo Password: demo