Home › Forums › WoodMart support forum › Password autofilled › Reply To: Password autofilled
February 28, 2024 at 12:59 pm
#544642
WoodMart_Explorer
Participant
Hi Luke,
this problem has been solved by applying the following code:
jQuery(“input[type=password]”).attr(“autocomplete”,”new-password”);
This works well for me.
Thanks!