diff options
Diffstat (limited to 'public/app/controllers/Auth.php')
| -rw-r--r-- | public/app/controllers/Auth.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/app/controllers/Auth.php b/public/app/controllers/Auth.php index f356dfe..e0d84fc 100644 --- a/public/app/controllers/Auth.php +++ b/public/app/controllers/Auth.php @@ -166,6 +166,7 @@ class Auth { // acivate target user and set password $check = Access_model::activate_set_password($req->POST, $password); + // TODO: Cache_service::update_teachers(); if ($check != 0) { Render::json([ @@ -201,6 +202,7 @@ class Auth { $req->POST, $uid ); + // TODO: Cache_service::update_teachers(); // user properties changed, so update user's session token self::reset_user_token($uid); |
