Pman/Login.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 08:15:51 +0000 (16:15 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 08:15:51 +0000 (16:15 +0800)
Pman/Login.php

index 309bfd0..4485403 100644 (file)
@@ -257,7 +257,7 @@ class Pman_Login extends Pman
         
        
         $u = DB_DataObject::factory($tbl);
-        
+        $this->jerror('LOGIN-RATE', "Login failures are rate limited - please try later");
         // ratelimit
         if (!empty($_SERVER['REMOTE_ADDR'])) {
             //DB_DataObject::DebugLevel(1);