From a0f9dfe0cee437ed01d07cdf0d0974650d3e5005 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Sun, 10 Jan 2021 13:02:23 +0100 Subject: [PATCH] Update README.MD --- README.MD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 6cc1522..bab83b7 100644 --- a/README.MD +++ b/README.MD @@ -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)