From 6e688fc6ee758ab5f1ad53b35e5d14659fb092a5 Mon Sep 17 00:00:00 2001 From: Artem Anisimov Date: Tue, 14 Sep 2010 20:50:38 +0200 Subject: [PATCH] Bug 595664: Maximum password length is hardcoded in the UI when editing user accounts r/a=LpSolit --- template/en/default/admin/sudo.html.tmpl | 3 +-- template/en/default/admin/users/userdata.html.tmpl | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/template/en/default/admin/sudo.html.tmpl b/template/en/default/admin/sudo.html.tmpl index 680bcfbb38..283eebe156 100644 --- a/template/en/default/admin/sudo.html.tmpl +++ b/template/en/default/admin/sudo.html.tmpl @@ -83,8 +83,7 @@ password: - +
This is done for two reasons. First of all, it is done to reduce the chances of someone doing large amounts of damage using your diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl index f23aa1b85c..9b182fa14c 100644 --- a/template/en/default/admin/users/userdata.html.tmpl +++ b/template/en/default/admin/users/userdata.html.tmpl @@ -61,9 +61,8 @@ - + [% IF editform %]
(Enter new password to change.) [% END %] -- 2.47.2