mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-04-30 18:42:43 +02:00
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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user