Tag: wpmem_login_form
-
Display form rows in columns
This tutorial will address the common question, “How do I layout the form in columns?” Let me say that this tutorial is one of those that is a “guideline,” not an exact science. That is due to the number of different variables that cannot be controlled. So for best chance of success, I recommend that…
-
Force user to update password from randomly set password
This process is similar to the customization Redirect User On First Login. The difference here is that this forces the user to change their password from the randomly set password prior to being able to continue using the site. This would occur for initial password sent when registering as well as if a forgotten password…
-
Reset password with just email
NOTE: if you are using version 2.9+, there is a new set of code snippets using some new filter hooks that make this process easier. One of the requests I get most often is how can I change the plugin to have the password reset only require the user to give their email address. This…
-
Add a helpful dialog above the password reset form
Suppose you want to add a little text above the password reset form that will help the user know what to do – in this case, put in your username and email and you’ll receive an email with a new password. Here is an easy way to do that with the wpmem_login_form filter.
-
Workaround for registration form layout issues
In some cases, you may find some strange wrapping with the default WP-Members registration form. While the best solution is to customize the CSS with a custom stylesheet for your site, there is also a quick workaround that can be applied.