From fa7303bc99ed56e6770928d59e16ee3306e26750 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 27 Mar 2023 03:19:43 +0300 Subject: several tests on user_manager extension --- html/app/models/admin/User_model.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'html/app/models/admin/User_model.php') diff --git a/html/app/models/admin/User_model.php b/html/app/models/admin/User_model.php index 80ce113..583d4d9 100644 --- a/html/app/models/admin/User_model.php +++ b/html/app/models/admin/User_model.php @@ -13,9 +13,12 @@ class User_model * @param $indexKey (string) : key for user identification * @param $value (string) * - * NOTE: $indexKey MUST BE a unique key + * NOTE: + * $indexKey MUST BE a unique key identilieng the user + * ex. username, email, etc ... * * @return $user : [array] or false + * */ public static function checkUser($indexKey, $value) { -- cgit v1.2.3