From ba199de62676260d3d7599f0a5806c41231096c3 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Mon, 9 Sep 2019 19:00:20 -0400 Subject: [PATCH] Remove maxlength specific from e-mail password and confirmation fields Fixes #382 The maxlength attribute will silently drop all characters after the indicated limit. Users will not have feedback that their password is (now) wrong. There seems to a password policy that is actively checked, and may be defined by the admin (default: 64 character limit). --- bureau/admin/mail_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bureau/admin/mail_edit.php b/bureau/admin/mail_edit.php index af9da51b..37795369 100755 --- a/bureau/admin/mail_edit.php +++ b/bureau/admin/mail_edit.php @@ -100,8 +100,8 @@ echo $msg->msg_html_all();
- - + +