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

";