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.
1 parent bb44ce1 commit 9559a4fCopy full SHA for 9559a4f
phpmyfaq/assets/templates/admin/user/users.twig
@@ -35,7 +35,7 @@
35
<div class="form-floating">
36
<input type="text" class="form-control" id="pmf-user-list-autocomplete" aria-controls=""
37
name="user_list_search" placeholder="{{ ad_auth_user }}"
38
- spellcheck="false" autocomplete="off" autocapitalize="off" maxlength="2048"
+ spellcheck="false" autocomplete="new-password" autocapitalize="off" maxlength="2048"
39
onkeydown="if(event.key === 'Enter') { event.preventDefault(); return false; }">
40
<label for="pmf-user-list-autocomplete">{{ ad_auth_user }}</label>
41
</div>
0 commit comments