Increase registration field length limits in HTML
This commit is contained in:
parent
4701c0ecee
commit
908c14591d
1 changed files with 3 additions and 3 deletions
|
|
@ -231,11 +231,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>${FieldValid(c, "new_password", "Password:")}</td>
|
||||
<td><input type="password" name="new_password" maxlength="20" /></td>
|
||||
<td><input type="password" name="new_password" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>${FieldValid(c, "email", "E-Mail:")}</td>
|
||||
<td>${TextWidget(c, "email", reuseText, maxlength=30)}</td>
|
||||
<td>${TextWidget(c, "email", reuseText, maxlength=300)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>${FieldValid(c, "antibot", "What is " & antibot(c) & "?")}</td>
|
||||
|
|
@ -476,4 +476,4 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
#end proc
|
||||
#end proc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue