Empowering journalism with truth and speed. Welcome back to your editorial workspace.
Hello, There! 👋
Please enter your credentials to access the dashboard.
'The email or password you entered is incorrect.',
'csrf' => 'Security token expired. Please refresh the page.',
'empty' => 'Email and Password fields cannot be empty.',
'unauthorized' => 'Access Denied. You do not have permission.',
'timeout' => 'Your session has expired. Please login again.',
'system' => 'A system error occurred. Please try again later.'
];
echo $errors[$_GET['error']] ?? 'An unknown error occurred.';
?>