From 592c23359ef8865477f7a139abee07fe4246728d Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Wed, 29 Oct 2025 16:44:19 -0500 Subject: [PATCH] message for info too long --- inc/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/config.php b/inc/config.php index 458b9ee1..bdba69e8 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1275,6 +1275,7 @@ // Moderator errors 'toomanyunban' => _('You are only allowed to unban %s users at a time. You tried to unban %u users.'), 'invalid' => _('Invalid username and/or password.'), + 'infotoolong' => _('Username and/or password contains too many characters.'), 'insecure' => _('Login on insecure connections is disabled.'), 'notamod' => _('You are not a mod…'), 'invalidafter' => _('Invalid username and/or password. Your user may have been deleted or changed.'),