diff options
author | plegall <plg@piwigo.org> | 2014-09-01 07:34:22 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-01 07:34:22 +0000 |
commit | f29a7f698cc1f7a7d1af8af58c64e2e0461a9979 (patch) | |
tree | f8454a8004b8f25664672770264cdb80fcfade5c /themes/default | |
parent | fcdfa1049bd04979f6ad607f5fcc9494a855502b (diff) |
bug 3129: remove maxlength on login at template level
git-svn-id: http://piwigo.org/svn/trunk@29347 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/identification.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/identification.tpl b/themes/default/template/identification.tpl index 0dc367c7d..8380c97cd 100644 --- a/themes/default/template/identification.tpl +++ b/themes/default/template/identification.tpl @@ -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> |