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'); } Chelsea vs Morecambe: FA Cup Showdown at Stamford Bridge - Football Catchup

Chelsea vs Morecambe: FA Cup Showdown at Stamford Bridge

Last updated on January 10, 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!

Chelsea set to face Morecambe again after four years
Image credit: emmak

Chelsea is set to host Morecambe in the FA Cup third round at Stamford Bridge on Saturday, January 11, 2025.

The match offers the Blues a chance to rebound from a four-game winless streak, while Morecambe, currently 23rd in League Two, faces a formidable challenge.

Team News

Manager Enzo Maresca has confirmed that defenders Wesley Fofana and Benoit Badiashile are sidelined with long-term injuries.

Midfielder Kiernan Dewsbury-Hall is also unavailable due to injury. However, Reece James and Romeo Lavia have returned to fitness and are available for selection.

Notably, Ben Chilwell and Cesare Casadei are excluded from the squad as they are expected to leave the club during the January transfer window.

Manager Derek Adams has a full squad at his disposal, with no significant injury concerns reported ahead of the fixture.

Predicted Lineups:

Chelsea (4-2-3-1): Jorgensen; Veiga, Disasi, Colwill, Gusto; Chukwuemeka, Rak-Sakyi; Madueke, Nkunku, Felix; Guiu.

Morecambe (4-2-3-1): Burgoyne; Hendrie, Williams, Stott, Lewis; Gibson, Shaw; Gnahoua, Wildig, Phillips; Stockton.

Match Prediction

Given the disparity between the two teams, with Chelsea being a Premier League side and Morecambe struggling in League Two, the Blues are expected to secure a comfortable victory.

This match provides an opportunity for Chelsea to regain confidence and momentum as they progress in the FA Cup.

Did You Know?

The last time the two teams met, four years ago, it ended in a 4-0 victory for Chelsea at Stamford Bridge.

Continue Reading

Leave a Comment