BuddyBoss Home – Web Support Forums Solutions Social MarketPlace disable wp register Very weak – Please enter a stronger password

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #68962
    @ggoaga

    I’m having this problem and I can not solve it.
    Please help.
    I want to disable the strong password.

    Answers

    #69378
    @vapvarun

    Hi @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 Dubey

    #69606
    @ggoaga

    thanks

    #69607
    @ggoaga

    Hi 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
    thanks

    #70278
    @ggoaga

    Hi 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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this question.