diff options
author | lpsolit%gmail.com <> | 2009-08-09 19:51:43 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-08-09 19:51:43 +0000 |
commit | dd6720f4af864e29e49d26befe1ec1b04a92a71c (patch) | |
tree | e990543b337c76dabc6253fb5cbbf93b8e1f1130 /template/en | |
parent | caab33ef1a7e8da98fa1681d2e80b5c6f4a19959 (diff) | |
download | bugs-dd6720f4af864e29e49d26befe1ec1b04a92a71c.tar bugs-dd6720f4af864e29e49d26befe1ec1b04a92a71c.tar.gz bugs-dd6720f4af864e29e49d26befe1ec1b04a92a71c.tar.bz2 bugs-dd6720f4af864e29e49d26befe1ec1b04a92a71c.tar.xz bugs-dd6720f4af864e29e49d26befe1ec1b04a92a71c.zip |
Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index a30f29706..58cf4e01d 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1276,11 +1276,6 @@ [% title = "Passwords Don't Match" %] The two passwords you entered did not match. - [% ELSIF error == "password_too_long" %] - [% title = "Password Too Long" %] - The password must be no more than - [%+ constants.USER_PASSWORD_MAX_LENGTH FILTER html %] characters long. - [% ELSIF error == "password_too_short" %] [% title = "Password Too Short" %] The password must be at least |