From c688c73a3392dbb2b3772c872c31d461633f0499 Mon Sep 17 00:00:00 2001 From: Sergio Ceron Date: Fri, 10 Apr 2026 22:09:08 -0500 Subject: [PATCH] fix: Update readme.txt Documentation --- readme.txt | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index d674727..f888dbc 100644 --- a/readme.txt +++ b/readme.txt @@ -1,2 +1,24 @@ -Los poductos que ya expiraron o se han agotado no se muestran y en caso de que se muestren no pueden ser comprados, estos cambios solo fueron aplicados a el indice(index) -, a la busqueda(search) y a los articulos por categorias(categories) \ No newline at end of file +## Login System Documentation + +### Setup +1. Clone the repository from GitHub. +2. Ensure that you have a local web server setup with PHP and MySQL. +3. Import the provided SQL database file (`database.sql`) into your MySQL database. +4. Configure the database connection in `includes/config.php` with your database credentials. + +### Usage +1. Open the application in your web browser. +2. Navigate to the login page (`login.php`). +3. Enter your username and password to log in. + +### User Roles +- **Admin**: Has access to the admin panel and additional admin functionalities. +- **Evaluator**: Can evaluate submissions on the platform. + +### Security +- Passwords are hashed using MD5 for security. +- Sessions are used to maintain user login states. + +### Additional Information +- Use `action_login.php` for validating and logging users in. +- Customize user roles and permissions in the database as required. \ No newline at end of file