bug:3090
don't restrict the maxlength of the password git-svn-id: http://piwigo.org/svn/trunk@29195 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b673b2b284
commit
12fc034d82
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<span class="property">
|
||||
<label for="password">{'Password'|@translate}</label>
|
||||
</span>
|
||||
<input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25">
|
||||
<input tabindex="2" class="login" type="password" name="password" id="password" size="25">
|
||||
</li>
|
||||
|
||||
{if $authorize_remembering }
|
||||
|
|
Loading…
Add table
Reference in a new issue