config['users']["$username.password-hash"] ?? null; if (!isset($hash)) { return false; } return password_verify($password, $hash); } }