Hi, During adding new customer in chrome browser there is username and password field filled automatically. Is there any simple way to block it?
It is possible for the username and password to be generated automatically, e.g. based on the email address or name and surname. and remove this field.
Why agent has come up with the password? It should be generate automatically (agent shouldn't know it)
Hi, During adding new customer in chrome browser there is username and password field filled automatically. Is there any simple way to block it?
It is possible for the username and password to be generated automatically, e.g. based on the email address or name and surname. and remove this field.
Why agent has come up with the password? It should be generate automatically (agent shouldn't know it)
Attached files: Zrzut ekranu 2024-09-24 o 14.15.10.png
Hi,
It is possible to remove the username and password field, and have them generated automatically.
To do this, add the following PHP snippet to your site:
A PHP snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/
It will then show only an email field and generated the rest automatically.
Kind regards,
Stefan
Works perfectly! Thank You