From 50f4d78d57f80df3d57715193a64c799ccc4f281 Mon Sep 17 00:00:00 2001 From: lopar Date: Thu, 27 Aug 2020 20:22:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D1=82=D0=B0=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rememberpassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rememberpassword.php b/rememberpassword.php index c190459..04a5f0b 100644 --- a/rememberpassword.php +++ b/rememberpassword.php @@ -45,7 +45,7 @@ if ($login) { $statusMessage = ERROR_TOO_MANY_TRIES; } } else { - $statusMessage = ERROR_NO_SUCH_USER; + $statusMessage = ERROR_WRONG_LOGIN; } }