Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › disable password strength
- This topic has 6 replies, 2 voices, and was last updated 4 years, 11 months ago by jr.
- AuthorPosts
- September 3, 2019 at 2:40 pm #79827jrParticipant
Hi, how can I disable the strong password at the time of registration? I am losing potential clients because it makes them uncomfortable.
- September 4, 2019 at 9:20 am #79973WCFM ForumMember
Well, this will be a security concern.
Do you really want to disable this?
Thank You
- September 4, 2019 at 1:09 pm #80044jrParticipant
Yes, I explained that to the client, but he insists on facilitating user creation :c
- September 4, 2019 at 1:24 pm #80046WCFM ForumMember
HI,
Please add this code to your site –
add_filter( 'wcfm_is_allow_passowrd_strength_check', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Well, this will work after WCFM Membership next update.
Thank You
- September 4, 2019 at 1:25 pm #80047jrParticipant
Gracias, son los mejores
- September 4, 2019 at 2:00 pm #80061WCFM ForumMember
You are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers. - December 2, 2019 at 3:30 pm #95500jrParticipant
Hola, lo realicé pero el código ya no está funcionando
add_filter( ‘wcfm_is_allow_passowrd_strength_check’, ‘__return_false’ );
Tengo WCFM actualizado
- AuthorPosts
- You must be logged in to reply to this topic.