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