Skip to content

Commit acf9ed0

Browse files
committed
Merge branch '4.0' into 'main'
2 parents 8c998fc + 9559a4f commit acf9ed0

File tree

1 file changed

+1
-1
lines changed
  • phpmyfaq/assets/templates/admin/user

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="form-floating">
3838
<input type="text" class="form-control" id="pmf-user-list-autocomplete" aria-controls=""
3939
name="user_list_search" placeholder="{{ 'ad_auth_user' | translate }}"
40-
spellcheck="false" autocomplete="off" autocapitalize="off" maxlength="2048">
40+
spellcheck="false" autocomplete="new-password" autocapitalize="off" maxlength="2048">
4141
<label for="pmf-user-list-autocomplete">{{ 'ad_auth_user' | translate }}</label>
4242
</div>
4343
</div>

0 commit comments

Comments
 (0)