Update README.MD

This commit is contained in:
Thies Mueller 2021-01-10 13:02:23 +01:00 committed by GitHub
parent a07152086a
commit a0f9dfe0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,13 @@ Some poc of a login / register setup with php & mysql
- [x] Menu with different options for logged in users on the /secure.php page
- [x] Reset password
- [x] Profile page (/profile.php)
- [x] User activation
### Need implementation:
- [ ] Change password
- [ ] Change email
- [ ] Change Names
- [ ] Change password (#2) (currently only via forgot password)
- [ ] Change email (#6)
- [ ] Change Names (#4)
- [ ] Page only accessible for users that are validated (#16)