Update login.php

This commit is contained in:
slawkens 2025-04-23 18:04:54 +02:00
parent de0512f11a
commit fa1f927082

View File

@ -143,7 +143,7 @@ switch ($action) {
if ($limiter->exceeded($ip)) {
sendError($ban_msg);
}
sendError(($inputEmail != false ? 'Email' : 'Account name') . ' or password is not correct.');
}