• Hi,
    how can I disable the strong password at the time of registration?

    This is not working anymore
    add_filter( ‘wcfm_is_allow_passowrd_strength_check’, ‘__return_false’ );

Viewing 2 replies - 1 through 2 (of 2 total)
  • add_filter( ‘wcfm_is_allow_passowrd_strength_check’, ‘__return_false’ );

    try instead,
    add_filter( ‘wcfm_is_allow_password_strength_check’, ‘__return_false’ );

    *Change the word “passowrd” to “password”.

    Thread Starter frankbaku

    (@frankbaku)

    @soumanta I changed but still not fixed. Thanks for answer

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Password Strength’ is closed to new replies.