Meta Box
Support Forum
Support › MB User Profile › Dsiable password strength on update pageResolved
Hi,
I want to disable the password strength meter on the "mb_user_profile_info" update password page. Please let me know best practice.
Best regards, Yumikom
You can use the attribute password_strength and set it to false to disable password strength
password_strength
false
[mb_user_profile_info id="rwmb-user-info" password_strength="false"]
See the settings here https://docs.metabox.io/extensions/mb-user-profile/#registration-form
Hi Long,
I was able to set it up successfully. There is no description in 'Shortcode attributes' of 'mb_user_profile_info' in the manual, so I'm glad you checked it.
Thanks, Yumikom
Thanks, I'm going to update the documentation.