From b873a6e330ab443fcbf21422d737ceff7b088d8e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Sep 2018 14:14:09 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index dcd19e5..558b8e1 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -294,7 +294,7 @@ class Pman_Login extends Pman } if(!empty($u->oath_key) && empty($_REQUEST['oath_password'])){ - $this->jerror('LOGIN-BAD','Your account require Two-Factor Authentication'); + $this->jerror('LOGIN-BAD','Your account requires Two-Factor Authentication'); } // check if config allows non-owner passwords. -- 2.39.2