summaryrefslogtreecommitdiff
path: root/html/app/extends
diff options
context:
space:
mode:
Diffstat (limited to 'html/app/extends')
-rw-r--r--html/app/extends/ClassUserMagager.php62
1 files changed, 0 insertions, 62 deletions
diff --git a/html/app/extends/ClassUserMagager.php b/html/app/extends/ClassUserMagager.php
deleted file mode 100644
index c365670..0000000
--- a/html/app/extends/ClassUserMagager.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<?php
-
-namespace app\extends;
-
-use app\models\admin\User_model;
-use \Registry;
-
-/** ClassUserManager
- *
- * extends (anom's) UserManager
- *
- * this way it specializes the UserManagement
- * according to this app's special rules
- *
- */
-class ClassUserMagager extends UserManager
-{
-
- public function create_user()
- {
-
- }
-
-
- public function register_user()
- {
-
-
- }
-
-
- 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