Skip to content

Commit

Permalink
bug 3129: remove maxlength on login at template level
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@29347 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Sep 1, 2014
1 parent fcdfa10 commit f29a7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/template/identification.tpl
Expand Up @@ -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>
Expand Down

0 comments on commit f29a7f6

Please sign in to comment.