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:
flop25 2014-08-10 16:06:05 +00:00
parent b673b2b284
commit 12fc034d82

View file

@ -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 }