diff options
Diffstat (limited to '')
-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> |