From e8e4934e9738522e5b5c4de57a57f5790c5250f2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 15 Jul 2018 21:01:38 +0200 Subject: [PATCH] Increase username maxlength to 80 (bug #623) --- adminer/user.inc.php | 2 +- changes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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):