From f9ac67f6917eb5f4db89cf8407a33ad37d7f3935 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 25 Oct 2015 10:43:05 +0100 Subject: Fix user name length limit on the account edit form Change the maxlength attribute of the user name input field such that it corresponds to the username_max_len option. Signed-off-by: Lukas Fleischer --- web/template/account_edit_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php index 16655c0..b25ff39 100644 --- a/web/template/account_edit_form.php +++ b/web/template/account_edit_form.php @@ -17,7 +17,7 @@

- () + ()