From 7aafb588ba31b7d29a66dfb43565239cb5611ae8 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Fri, 20 Apr 2018 08:52:47 +0200 Subject: [PATCH] Login template: Fixed length limit of username / password Using same limit as on install page now (255) Closes https://github.com/rsyslog/loganalyzer/issues/23 --- ChangeLog | 4 ++++ src/templates/login.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c58244..b91f4d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ --------------------------------------------------------------------------- +Version 4.1.7 (stable), xxxx-xx-xx +- Fixed mysql calls and php7 compatibility issues in convert.php +- Login template: Fixed length limit of username / password +--------------------------------------------------------------------------- Version 4.1.6 (stable), 2017-11-06 - Fixed mysqli_connect call in UserDB functions. - Replaced mysql with mysqli functions in install.php script. diff --git a/src/templates/login.html b/src/templates/login.html index 34784e0..bd29d14 100644 --- a/src/templates/login.html +++ b/src/templates/login.html @@ -28,12 +28,12 @@ {LN_LOGIN_USERNAME} - + {LN_LOGIN_PASSWORD} - +