From 5ce005a4f120c7470cd84c1af306b64c52e3dbfc Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Tue, 28 Mar 2023 03:38:35 +0300 Subject: custom user manager extended class (work in progress) --- html/app/controllers/Classroom_user.php | 69 --------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 html/app/controllers/Classroom_user.php (limited to 'html/app/controllers') diff --git a/html/app/controllers/Classroom_user.php b/html/app/controllers/Classroom_user.php deleted file mode 100644 index 616ebf6..0000000 --- a/html/app/controllers/Classroom_user.php +++ /dev/null @@ -1,69 +0,0 @@ -user = new UserManager(); - - } - - - public function register_user() - { - $req = Registry::get('REQUEST'); - print_r($req->POST); die(); - - } - - - public function login_user() - { - - } - - - /** forgot password - * - * send an otp - * (then verify) - * - */ - public function forgot_password() - { - - } - - - /** Verify Account - * - * check if posted OTP matched the one sent to the user - * - */ - public function verify_otp() - { - - } - - -} \ No newline at end of file -- cgit v1.2.3