Pman/Login.php
authorAlan Knowles <alan@roojs.com>
Mon, 17 Sep 2018 06:14:09 +0000 (14:14 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Sep 2018 06:14:09 +0000 (14:14 +0800)
Pman/Login.php

index dcd19e5..558b8e1 100644 (file)
@@ -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.