BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › disable wp register Very weak – Please enter a stronger password
Tagged: strong password
- This topic has 4 replies, 2 contibutors, and was last updated 8 years, 6 months ago by Gabriel.
Question
April 19, 2016 at 1:17 pm #68962@ggoagaI’m having this problem and I can not solve it.
Please help.
I want to disable the strong password.Answers
April 22, 2016 at 1:15 pm #69378@
AnonymousHi @ggoaga
ou can completely remove the strength meter and restore the checkout process as it was before. To do this, add this function in your child theme functions.php file in
function bb_remove_password_strength() { if ( wp_script_is( 'wc-password-strength-meter', 'enqueued' ) ) { wp_dequeue_script( 'wc-password-strength-meter' ); } } add_action( 'wp_print_scripts', 'bb_remove_password_strength', 100 );
Let me know if above works.
Regards
Varun DubeyApril 23, 2016 at 3:36 pm #69606@ggoagathanks
April 23, 2016 at 3:40 pm #69607@ggoagaHi again,
Now I have an issue with uploading media from my iPhone.
I can not upload any pictures from my phone login as a vendor.
is it a fix for that? I can do it from a pc or mac
thanksMay 10, 2016 at 1:19 pm #70278@ggoagaHi again,
WC Vendors Pro v1.3.0 – Full Variable Products Variations still do not work even after I updated MarketPlace plugin to Version 1.0.9 . When I click on Variations tab it does not do anything. Any thoughts???
I think that marketplace prevents the variations tab to be clickable/selectable. When I deactivate the marketplace plugin it works, so this is a bug in this plugin. I’m waiting for a fix by buddyboss.
- You must be logged in to reply to this question.