bug 3129: remove maxlength on login at template level
git-svn-id: http://piwigo.org/svn/trunk@29347 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
fcdfa1049b
commit
f29a7f698c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<span class="property">
|
||||
<label for="username">{'Username'|@translate}</label>
|
||||
</span>
|
||||
<input tabindex="1" class="login" type="text" name="username" id="username" size="25" maxlength="40">
|
||||
<input tabindex="1" class="login" type="text" name="username" id="username" size="25">
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue