We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c998fc + 9559a4f commit acf9ed0Copy full SHA for acf9ed0
phpmyfaq/assets/templates/admin/user/user.twig
@@ -37,7 +37,7 @@
37
<div class="form-floating">
38
<input type="text" class="form-control" id="pmf-user-list-autocomplete" aria-controls=""
39
name="user_list_search" placeholder="{{ 'ad_auth_user' | translate }}"
40
- spellcheck="false" autocomplete="off" autocapitalize="off" maxlength="2048">
+ spellcheck="false" autocomplete="new-password" autocapitalize="off" maxlength="2048">
41
<label for="pmf-user-list-autocomplete">{{ 'ad_auth_user' | translate }}</label>
42
</div>
43
0 commit comments