From d52b2f50b9a5b77330c41dd93e0f3177b810c018 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 25 Oct 2015 10:52:30 +0100 Subject: Support long email addresses According to RFC 3696 (and the associated errata), an email address can be up to 256 characters long. Change the database field and the length limit on all input fields accordingly. Signed-off-by: Lukas Fleischer --- web/html/login.php | 2 +- web/template/account_edit_form.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/html/login.php b/web/html/login.php index cef9be4..0a2a1c9 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 b25ff39..28da203 100644 --- a/web/template/account_edit_form.php +++ b/web/template/account_edit_form.php @@ -69,7 +69,7 @@

- () + ()

-- cgit v1.2.3-54-g00ecf