Change password policy in LearnPress
-
Hello
How can I please change the “strong password” in learnpress?
I can see into the plugin code at: “learnpress>inc>class-lp-forms-handler.php” the following class method: “register_validate_field”.This method forces the user to use strong password. And this method is used as filter into the “process_register” method :
add_filter( ‘learn-press/register-validate-field’, array(__CLASS__, ‘register_validate_field’), 10, 3 );
How can I please change this filter? Because I need to allow my user to use more open password, many people do not subscribe to my service because their password doesn’t match the learnpress policy and I do not have to force them.
I need to remove these rule:
– Password must include at least one of these characters ~!@#$%^&*() !
– Password must include at least one capitalized letter!
– Password can not have spacing!Thank you so much,
Kelvin
- The topic ‘Change password policy in LearnPress’ is closed to new replies.