NOTE: Password Hint Temporary Fix
-
Hi everyone – please note that the current 1.1.0 version does not hide or modify the Password Hint message, which is currently:
Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! ” ? $ % ^ & ).
To get around this, you can add some CSS to your theme, child theme, or through a free plugin like Simple Custom CSS and use the code here:
small.woocommerce-password-hint { display: none; }
Link to Code: https://gist.github.com/DanielSantoro/4696007f5c800f751cbfbd925218c59a
This hides the Hint text. This is not a bug, and the plugin is still working – changing the Hint text is not something that is coded in with version 1.1.0.
Features to modify this text will be added in version 1.2.0, which I’m currently working on but have my hands tied at the moment. Stay tuned for updates!
- The topic ‘NOTE: Password Hint Temporary Fix’ is closed to new replies.