Skip to content

Commit

Permalink
#9731 removed max length restriction for auth key in login (#9732)
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir authored and asmecher committed Feb 16, 2024
1 parent 3e5d39b commit 1cbc88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frontend/pages/userLogin.tpl
Expand Up @@ -50,7 +50,7 @@
{translate key="common.required"}
</span>
</span>
<input type="text" name="username" id="username" value="{$username|default:""|escape}" maxlength="32" required aria-required="true" autocomplete="username">
<input type="text" name="username" id="username" value="{$username|default:""|escape}" required aria-required="true" autocomplete="username">
</label>
</div>
<div class="password">
Expand Down

0 comments on commit 1cbc88e

Please sign in to comment.