Recently, I had a user ask if it was possible to require that a password meet certain parameters. Specifically, his client wanted to require that passwords contained at least 2 uppercase characters, 2 lowercase, 2 numbers, and 2 special characters. Lastly, the password must be at least 8 characters long. Working together, we were able to come up with a little customization that would not only suit the clients requirements, but also would require minimal effort to maintain.
A primary consideration when customizing this (or any) plugin is how hard will it be to upgrade the plugin. WP-Members has a number of features to make this process more flexible. Much like WP itself, WP-Members uses filter and action hooks which allows you to upgrade the plugin without overriding your customization.
To gain full access to WP-Members premium content, a current support subscription is required. You can purchase
an annual support subscription for as little as $59, which provides you with access to priority support, a
customer support forum, access to code snippets, and more.
Why wait? Choose your subscription option here.
[Why join?]
Welcome to RocketGeek Interactive › Forums › Create a rule for updated passwords to meet certain requirements
Tagged: customization, str_replace, wpmem_login_form_before, wpmem_msg_dialog, wpmem_pwd_change_error