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):