Forum Replies Created

Viewing 11 replies - 61 through 71 (of 71 total)
  • Thread Starter Gravel

    (@g22)

    'min_password_strength' => apply_filters( 'woocommerce_min_password_strength', 3 ),

    Thank you for your reply. Is the number 3 the level of strength?

    Is 0 the lowest level and 5 the highest?

    Do I just copy this page to my child theme and woocommerce plugin will see it?

    Thanks, your help is appreciated!

    Thread Starter Gravel

    (@g22)

    Hi Mike,

    Thanks to get into this. First thank you for woocommerce which is awesome btw.

    What is you had a token based gateway and someone got into a poorly protected account and started buying stuff? I think your business would crash then!

    About this statement; Actually the only accepted payment methods are Paypal and Stripe. So tell me if I’m misunderstanding something but in the case an hacker enter in an account and start buying stuff they would need to login their paypal or stripe and buy the stuff.

    I don’t understand where they’ll steal something; I don’t understand the point of getting into an account as I’m not keeping any payment personal data.

    As for the filters could you give me a code with a custom filter I could add to my child theme? I think I’m not alone with this thing and that it could serve more people in the near futur.

    Thanks!

    Thread Starter Gravel

    (@g22)

    I’ve removed it with :

    function wc_ninja_remove_password_strength() {
    	if ( wp_script_is( 'wc-password-strength-meter', 'enqueued' ) ) {
    		wp_dequeue_script( 'wc-password-strength-meter' );
    	}
    }
    add_action( 'wp_print_scripts', 'wc_ninja_remove_password_strength', 100 );

    It’s a bad thing the system is too strong. Removing it is indeed a security flaw but my business is crashed since the user aren’t registering anymore because the password is too complicated.

    It’s not only at the checkout, I’m using Dokan plugin which is a multi vendor platform and the vendor are setting up their account before.

    Woocommerce should revise this.

    Thanks.

    Thread Starter Gravel

    (@g22)

    Ok so please visit my website : https://airsofttrade.ca/my-account/

    Try to create an account with 12345and tell me it works…

    It doesn’t.

    Thanks.

    Thread Starter Gravel

    (@g22)

    Hi Tara,

    The link you refers to tell that we can use a weak password even if mentionned.

    On my website I can’t click on Register if it tells it’s a weak password.

    There must be a way. The new wordpress system is driving me and my customers crazy.

    IT’S A MAJOR ISSUE THAT’S NEED A FIX.

    I’m not a blogger. I’m a store using your CMS with lots of people on there.

    Please help!!

    Thread Starter Gravel

    (@g22)

    If someone ever face the same problem with any theme, plugin or website just install Yoast Seo or any other good seo plugin it’ll fix on every page!

    Thread Starter Gravel

    (@g22)

    So I understand that Polylang support doesn’t care?

    Thread Starter Gravel

    (@g22)

    Ok I’ve fixed everything : Your plugin was causing an error because of permalinks. I’ve change in the database the permalinks to none. I’ve then been able to access the website after deactivating your plugin. Since I need your plugin I’ve reactivated it and been able to access wp-admin and then go in “Réglages” tab in your plugin option page and just hit save changes and it reset everything and now my site works perfectly. Still looks like I have issues with my footer and my widget logic plugin but don’t know right now what is causing it.

    Thread Starter Gravel

    (@g22)

    Hi, I’ve found the line ‘_transient_pll_languages_list’ without quotes in the db and deleted it. It still doesn’t work. What am I doing wrong? Also when I deactivate the polylang plugin I only get the homepage working the other pages doesn’t work, and the wp admin panel too doesn’t work.

    Thread Starter Gravel

    (@g22)

    1. Backup my database
    2. Backup root folder
    3.1 Upload all files to new server
    3.2 Created a new database and imported my db.
    4. Changed the site url in the table
    5. Go to my site and it redirects me to old one

    If I rename your plugin folder in ftp and add .bak at the end, the site works.

    When I rename your plugin to the correct name it then breaks again.

    Thanks helping me.

    Thread Starter Gravel

    (@g22)

Viewing 11 replies - 61 through 71 (of 71 total)