From: Jakub Vrana Date: Sun, 15 Jul 2018 19:01:38 +0000 (+0200) Subject: Increase username maxlength to 80 (bug #623) X-Git-Tag: v4.7.0~40 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=e8e4934e9738522e5b5c4de57a57f5790c5250f2;p=adminer.git Increase username maxlength to 80 (bug #623) --- diff --git a/adminer/user.inc.php b/adminer/user.inc.php index 27f007f8..babcc100 100644 --- a/adminer/user.inc.php +++ b/adminer/user.inc.php @@ -133,7 +133,7 @@ if ($_POST) {
" autocapitalize="off"> -
" autocapitalize="off"> +
" autocapitalize="off">
" autocomplete="new-password"> diff --git a/changes.txt b/changes.txt index 6b775e89..b7b5972b 100644 --- a/changes.txt +++ b/changes.txt @@ -2,6 +2,7 @@ Adminer 4.6.4-dev: Fix inline editing of empty cells (regression from 4.6.3) Allow adding more than two indexes and forign key columns at a time (regression from 4.4.0) Fix function change with set data type +Increase username maxlength to 80 (bug #623) MySQL: Support foreign keys created with ANSI quotes (bug #620) Adminer 4.6.3 (released 2018-06-28):