Tag: wpmem_post_update_data
-
Force user to update data before using the site
This code example is similar in both the code used and the concept as what was outlined in Force User to Update Password from Randomly Set Password. The main difference here is that we are looking for the user to update required user fields that may not yet be complete. This may be useful in situations…
-
Request additional data fields on a specific page
This particular example is a generic tutorial for requesting additional data fields in the registration form on a specific page. Since these are fields that do not show up in the regular registration form, we need to also present the data to logged in users to add this data. While conceptually this is not an…
-
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…