A simple issue but creates sloppy impression with new registration.
Upon entering a password with registration, a new user get this conflicting message:
*Good
But below the password field, the following warning message appears:
Very weak - please enter a stronger password
Go to wp-admin->lms settings->registration forms
Hi Thanks for the solution but I do not have any registration forms.
Please advise
Please share your admin credentials with website URL in private reply. We will have a look.
This reply has been marked as private.
Hey,
Please goto wp-admin > appearance > customize > custom css > paste & save.
.register form#signup_form div#basic-details-section label.strong>span,
.register form#signup_form div#basic-details-section label.short>span,
.register form#signup_form div#basic-details-section label.weak>span,
.register form#signup_form div#basic-details-section label.good>span
{ display: none !important; }
Regards