From 80fd77bbc136abe244eed7295efcde7e2978abcb Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 19:17:32 +0100 Subject: [PATCH] dokumented the new features --- README.MD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.MD b/README.MD index 7a54bb7..6cc1522 100644 --- a/README.MD +++ b/README.MD @@ -17,17 +17,19 @@ Some poc of a login / register setup with php & mysql ## Features: ### Implemented -- Login -- PHP Session ID -- Password Validation -- Name & Surname -- Print all the infos (except password) on the secure.php page +- [x] Login +- [x] PHP Session ID +- [x] Password Validation +- [x] Name & Surname +- [x] Menu with different options for logged in users on the /secure.php page +- [x] Reset password +- [x] Profile page (/profile.php) ### Need implementation: - [ ] Change password - [ ] Change email - [ ] Change Names -- [ ] Reset password + ### Thanks for flying penguin stack overflow stealing! <3