From 85ea0e4340b57d2a50887071ead445a48bcd0d69 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Fri, 8 May 2026 06:28:54 +0300 Subject: [PATCH] Update: 2026-05-08 06:28:54 --- public/create_test_account.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/create_test_account.php b/public/create_test_account.php index 57d25f9..bbde69c 100644 --- a/public/create_test_account.php +++ b/public/create_test_account.php @@ -65,10 +65,6 @@ try { $passwordHash ]); - // 7. Insert Gamification Profile (Optional but good for testing dashboard) - $stmtProfile = $db->prepare("INSERT INTO user_profiles (user_id, points, current_level, rank_title) VALUES (?, 1500, 2, 'مُحاسب مبتدئ') ON DUPLICATE KEY UPDATE points=1500"); - $stmtProfile->execute([$userId]); - $db->commit(); echo "

✅ تم إنشاء الحساب التجريبي بنجاح!

"; echo "

البريد الإلكتروني: $userEmail

";