Is there a way to disable random password generation in Word press ?
how can we disable wp_generate_password function
Is there a way to disable random password generation in Word press ?
how can we disable wp_generate_password function
Comments are closed.
For inexperienced users can be annoying/confusing to see auto-generated password on first screen. Add the following code to the wp-content/themes/your_current_theme/functions.php to disable this function.
It is very easy to disable auto generated passwords.
1). follow the path
WooCommerce -> Settings -> Account & Privacy
2). remove checks in account creation section (shown in the picture)
3). save changes.