From c67644334d631f2c6da90282ccdf9059c53056af Mon Sep 17 00:00:00 2001 From: Julian Euler <jeuler@mailbox.org> Date: Thu, 2 Jun 2022 10:20:12 +0200 Subject: [PATCH] remove max password length from recovery page templates --- ihtml/themes/breezy/recovery.tpl | 2 +- ihtml/themes/legacy/recovery.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ihtml/themes/breezy/recovery.tpl b/ihtml/themes/breezy/recovery.tpl index 5b33713f0..d99757318 100644 --- a/ihtml/themes/breezy/recovery.tpl +++ b/ihtml/themes/breezy/recovery.tpl @@ -52,7 +52,7 @@ <label for="new_password_repeated"> <img class="center" src="geticon.php?context=status&icon=dialog-password&size=48" alt="{t}New password repeated{/t}" title="{t}New password repeated{/t}"/> </label> - <input type="password" name="new_password_repeated" id="new_password_repeated" maxlength="40" value="" title="{t}New password repeated{/t}" /> + <input type="password" name="new_password_repeated" id="new_password_repeated" value="" title="{t}New password repeated{/t}" /> <br> <div style="width: 190px; display: inline-block; margin-left: 54px;" title="{t}Password strength{/t}"> <span id="meterEmpty" style="padding:0;margin:0;width:100%;background-color:#DC143C;display:block;height:5px;"> diff --git a/ihtml/themes/legacy/recovery.tpl b/ihtml/themes/legacy/recovery.tpl index a8858d139..789c161a4 100644 --- a/ihtml/themes/legacy/recovery.tpl +++ b/ihtml/themes/legacy/recovery.tpl @@ -53,7 +53,7 @@ <label for="new_password_repeated"> <img class="center" src="geticon.php?context=status&icon=dialog-password&size=48" alt="{t}New password repeated{/t}" title="{t}New password repeated{/t}"/> </label> - <input type="password" name="new_password_repeated" id="new_password_repeated" maxlength="40" value="" title="{t}New password repeated{/t}" /> + <input type="password" name="new_password_repeated" id="new_password_repeated" value="" title="{t}New password repeated{/t}" /> <br> <div style="width: 190px; display: inline-block; margin-left: 54px;" title="{t}Password strength{/t}"> <span id="meterEmpty" style="padding:0;margin:0;width:100%;background-color:#DC143C;display:block;height:5px;"> -- GitLab