Category: Filters
-
Add Really Simple CAPTCHA to the Login Form
The question about integrating CAPTCHA into the login is coming up more frequently. With the wpmem_login_form_rows filter, the login form is infinitely flexible so you can add additional elements to the form. I have put together an example of integrating the Really Simple CAPTCHA process into the current login process. The process is relatively simple,…
-
Replace the default login and registration forms with buttons
A frequent question that I receive is how to replace the plugin’s default process of placing the login and registration forms with a process that takes the user to a login page (and/or registration page). I’ve put together a code snippet that you can use as-is, or customize as needed in order to create a…
-
Send new user an activation link in the new registration email
In the past, I have put together a method for making the link in the admin notification email a single click process for activating users. But what if you want users to be sent an activation link to confirm their account and activate themselves? This tutorial will walk you through changing the initial email to…