Tag: actions
-
Only Allow Registration From Specified Email Domains
One really fun thing about developing, maintaining, and supporting WP-Members over the years is putting together unique customizations and code snippets based on user requests that I never thought of. It shows how truly versatile the plugin is and that there is a very diverse user base. This particular snippet comes from a user request…
-
Adding WP-Members Columns to the User Admin Panel
With both the general plugin and the various extensions, there are several columns that you may wish to add to the User Admin Panel. In my user panel, I like to see the date a user registered, their last login, and when their subscription expires. These custom columns involve data that is native to…
-
Add a first name greeting to the new registration email
As much as I try to make the plugin as flexible as possible with a framework that includes lots of hooks for customization, every once in awhile a question pops up that forces me to think outside the box, so to speak. Case in point, I recently received a question in the forum about putting…
-
Email Admin When a User Updates Registration Data
Here’s a request I get from time to time – how can the admin receive email notification that a user updated their data, so I figured it is about time to put that together as a tutorial. This one should be fairly straight forward and can be used cut-and-paste for the general features. As usual,…
-
Add password and email confirmation to the registration process
NOTE: As of plugin version 2.9.3, password, password confirm, and email confirm fields are included in the plugin’s default fields. All you need to do is enable them. Everything described in this post is now integrated into the plugin. Some users like to have a confirmation process in their registration. For example, having two email fields…