From ba49a49d7349ffef20715b7e705876fc6bb3ccd5 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 14:22:15 +0100 Subject: [PATCH] first touching the doku. --- README.MD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.MD b/README.MD index e69de29..b913736 100644 --- a/README.MD +++ b/README.MD @@ -0,0 +1,33 @@ +# Login Page POC +Some poc of a login / register setup with php & mysql + +## Setup: + +### Dependencies: +- webserver (tested with nginx) +- php 7.4 +- mysqld/mariad + + +1. Clone this repo +2. Create a database +3. Create a user and grant access to database +4. Change "login.php" & "register.php" +5. Have fun! + +## Features: +### Implemented +- Login +- PHP Session ID +- Password Validation +- Name & Surname +- Print all the infos (except password) on the secure.php page + +### Need implementation: +- [ ] Change password +- [ ] Change email +- [ ] Change Names +- [ ] Reset password + + +### Thanks for flying penguin stack overflow stealing! <3 \ No newline at end of file -- 2.34.1