New Landing How can we help? Atelier Extra Strict Password Requirements for New Account Signup

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #252459
    papermouse
    Member
    Post count: 1

    When a new visitor wants to register for an account, the password requirement seems to be extra strict. Even when I enter some passwords that include lowercase, uppercase, numbers, and special characters, I still says my password is weak. Is there a way to allow simpler passwords?

    #252460
    asperty
    Member
    Post count: 32

    Hey Papermouse,

    A fellow user here who has experienced and resolved the same issue, and felt I would jump in as support might not catch this until Monday.

    The change came in woocommerce 2.5 and is not theme related.

    We added this script to our child theme functions.php file and it worked a treat:

    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 );

    The original source is :

    https://gist.github.com/WPprodigy/91df9848c2deb469cba0

    #252681
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks @asperty

    – Kyle

    #253333
    papermouse
    Member
    Post count: 1

    Tested it out and it worked great. Thanks @asperty.

    #253337
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Asperty.
    Mohammad

    #254280
    jdongj
    Member
    Post count: 17

    Hi,

    Sorry to jump in here, but it seems that this is the right place to ask the question. How do i add the code to the theme? I don’t think i have a child theme.

    On the backend, is it under Appearance ==> editor?

    Thanks for the help!

    JD

    #254282
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this plugin https://wordpress.org/plugins/custom-css-js-php/ if you dont have child theme. Its not good to change in parent theme files.
    Thanks
    Mohammad

    #254555
    jdongj
    Member
    Post count: 17

    Hi Mohammad,

    Thanks for the help. But, apologies i still don’t understand how to make the password less strict.

    I’ve downloaded your suggested plugin, copied the function wc_ninja_remove_password_strength() code mentioned above to php, and selected apply using short code, and it still does not work.

    I really appreciate any help on this matter. thanks!

    JD

    #254576
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    We are not sure about it. Please contact at wordpress support https://wordpress.org/support/ about it.
    Thanks
    Mohammad

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register