Commit d5797a48 authored by bmortier's avatar bmortier
Browse files

Merge branch '1.4-dev' of github.com:Lithimlin/fusiondirectory into...

Merge branch '1.4-dev' of github.com:Lithimlin/fusiondirectory into 6246-remove-max-password-length-from-recovery-page-templates-github-73
Showing with 2 additions and 2 deletions
+2 -2
......@@ -52,7 +52,7 @@
<label for="new_password_repeated">
<img class="center" src="geticon.php?context=status&amp;icon=dialog-password&amp;size=48" alt="{t}New password repeated{/t}" title="{t}New password repeated{/t}"/>&nbsp;
</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;">
......
......@@ -53,7 +53,7 @@
<label for="new_password_repeated">
<img class="center" src="geticon.php?context=status&amp;icon=dialog-password&amp;size=48" alt="{t}New password repeated{/t}" title="{t}New password repeated{/t}"/>&nbsp;
</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;">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment