Skip to content

Commit 9559a4f

Browse files
committed
fix: prevent autofilling of Firefox password manager, closes #3458
1 parent bb44ce1 commit 9559a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/assets/templates/admin/user/users.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="form-floating">
3636
<input type="text" class="form-control" id="pmf-user-list-autocomplete" aria-controls=""
3737
name="user_list_search" placeholder="{{ ad_auth_user }}"
38-
spellcheck="false" autocomplete="off" autocapitalize="off" maxlength="2048"
38+
spellcheck="false" autocomplete="new-password" autocapitalize="off" maxlength="2048"
3939
onkeydown="if(event.key === 'Enter') { event.preventDefault(); return false; }">
4040
<label for="pmf-user-list-autocomplete">{{ ad_auth_user }}</label>
4141
</div>

0 commit comments

Comments
 (0)