From 6b766b8e77a633e147a697aaf9f86ad71bcf3dfb Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Sat, 30 Jan 2016 01:04:23 +0100 Subject: Shorten maxlength of email input fields to 254 characters After 24734d0 (Shorten Email column to 254 characters, 2015-11-12) the maximum length of the input fields should be shortened, too. Signed-off-by: Marcel Korpel Signed-off-by: Lukas Fleischer --- web/html/login.php | 2 +- web/template/account_edit_form.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/login.php b/web/html/login.php index 0a2a1c97..7345439d 100644 --- a/web/html/login.php +++ b/web/html/login.php @@ -29,7 +29,7 @@ html_header('AUR ' . __("Login"));

- +

diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php index 28da2032..cb0fa33b 100644 --- a/web/template/account_edit_form.php +++ b/web/template/account_edit_form.php @@ -69,7 +69,7 @@

- () + ()

-- cgit v1.2.3-24-g4f1b