function handle_fan_login() { if (!defined('DOING_AJAX') || !DOING_AJAX) { wp_die('Invalid access.'); } if (session_status() === PHP_SESSION_NONE) { session_start(); } $nickname = sanitize_user(trim($_POST['nickname'] ?? '')); $pin = sanitize_text_field(trim($_POST['pin'] ?? '')); error_log("🔍 Trying to log in with nickname: $nickname"); if (empty($nickname) || empty($pin)) { error_log("❌ Missing fields: Nickname or PIN"); wp_send_json_error('Please enter both nickname and PIN.'); } $user = get_user_by('login', $nickname); if (!$user) { error_log("❌ Nickname not found: $nickname"); wp_send_json_error('Nickname not found.'); } if (!wp_check_password($pin, $user->user_pass, $user->ID)) { error_log("❌ Incorrect PIN for: $nickname"); wp_send_json_error('Incorrect PIN.'); } $_SESSION['fan'] = $nickname; error_log("✅ Successful login for: $nickname"); wp_send_json_success('success'); } Haaland Backs City's New Signings to Boost Confidence - Football Catchup

Haaland Backs City’s New Signings to Boost Confidence

Last updated on January 28, 2025

2 min read
Want to stay updated with the latest football news, transfer gossip, match reactions, and fan debates?
Join our WhatsApp community and be part of the conversation!

Erling Haaland celebrates his goal against Chelsea.
Image credit: Erling Haaland

Manchester City is looking to regain confidence in the second half of the season, with their new signings expected to play a crucial role.

Despite Pep Guardiola’s reluctance to make January transfers, the club has invested £120 million to bring in Vitor Reis, Abdukodir Khusanov, and Omar Marmoush.

Khusanov and Marmoush made their debuts against Chelsea, with Khusanov enduring a difficult opening but eventually settling into the game.

Erling Haaland, who knows the pressures of joining a team mid-season from his own experience at Borussia Dortmund, was impressed by their response.

Haaland, who scored the decisive goal in the win over Chelsea, emphasized the importance of new players bringing energy and stability to a squad that has struggled for form since October.

Last week’s collapse against Paris Saint-Germain in the Champions League exposed City’s fragility, making the need for reinforcements even more pressing.

“These players have to come in with energy and their qualities. They have to help the team get better and be more confident. That’s what you have to do as a new signing,” Haaland said after the match.

Continue Reading

2 thoughts on “Haaland Backs City’s New Signings to Boost Confidence”

Leave a Comment