Skip to content

Commit

Permalink
pkp#9731 removed max length restriction for auth key in login
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Feb 15, 2024
1 parent afa7217 commit a6b219a
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 a6b219a

Please sign in to comment.