dokumented the new features

This commit is contained in:
Thies Mueller 2021-01-08 19:17:32 +01:00
parent f23fd2f5e9
commit 80fd77bbc1

View File

@ -17,17 +17,19 @@ Some poc of a login / register setup with php & mysql
## Features: ## Features:
### Implemented ### Implemented
- Login - [x] Login
- PHP Session ID - [x] PHP Session ID
- Password Validation - [x] Password Validation
- Name & Surname - [x] Name & Surname
- Print all the infos (except password) on the secure.php page - [x] Menu with different options for logged in users on the /secure.php page
- [x] Reset password
- [x] Profile page (/profile.php)
### Need implementation: ### Need implementation:
- [ ] Change password - [ ] Change password
- [ ] Change email - [ ] Change email
- [ ] Change Names - [ ] Change Names
- [ ] Reset password
### Thanks for flying penguin stack overflow stealing! <3 ### Thanks for flying penguin stack overflow stealing! <3