mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Inconsistent password length
git-svn-id: file:///svn/phpbb/trunk@5513 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1e25c5bece
commit
8f3483b986
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><b class="gensmall">{L_PASSWORD}:</b></td>
|
<td><b class="gensmall">{L_PASSWORD}:</b></td>
|
||||||
<td>
|
<td>
|
||||||
<input class="post" type="password" name="password" size="25" maxlength="25" tabindex="2" />
|
<input class="post" type="password" name="password" size="25" maxlength="100" tabindex="2" />
|
||||||
<!-- IF U_SEND_PASSWORD --><br /><a class="gensmall" href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a><!-- ENDIF -->
|
<!-- IF U_SEND_PASSWORD --><br /><a class="gensmall" href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a><!-- ENDIF -->
|
||||||
<!-- IF U_RESEND_ACTIVATION --><br /><a class="gensmall" href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a><!-- ENDIF -->
|
<!-- IF U_RESEND_ACTIVATION --><br /><a class="gensmall" href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a><!-- ENDIF -->
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue