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() { } }