session_start(); require_once __DIR__ . '/../../Backend/utils/EnvLoader.php'; EnvLoader::load(__DIR__ . '/../../.env'); if (empty($_SESSION['csrf_token'])) { $_SESSION['csrf_token'] = bin2hex(random_bytes(32)); } ?>
Enter your registered email address and we'll send you instructions to reset your password.
Check your inbox for the reset link. If you don't receive it within a few minutes, please check your spam folder.