From 24a8452880476201ab231b86f6a9cde1e74e107c Mon Sep 17 00:00:00 2001 From: canyonknight Date: Tue, 9 Oct 2012 16:37:18 -0400 Subject: Remove character limit on password length As all new passwords are hashed and therefore stored in the database at the same length, this limitation is no longer needed. Fixes FS#31855 Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/html/login.php | 2 +- web/html/passreset.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'web/html') diff --git a/web/html/login.php b/web/html/login.php index ed323f8..d5bb1e7 100644 --- a/web/html/login.php +++ b/web/html/login.php @@ -32,7 +32,7 @@ html_header('AUR ' . __("Login"));

- +

diff --git a/web/html/passreset.php b/web/html/passreset.php index 13697b9..42dfc86 100644 --- a/web/html/passreset.php +++ b/web/html/passreset.php @@ -86,11 +86,11 @@ html_header(__("Password Reset")); - + - +
-- cgit v1.2.3-54-g00ecf