From 5375e22de976b74f5f04d800014c30d9c66f0fe5 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 12 Jun 2023 01:12:30 +0300 Subject: official Reliese Candidate; themes added; routes organized; fine tuning --- public/app/controllers/Auth.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/app/controllers/Auth.php') 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); -- cgit v1.2.3