Category: Actions
-
Use the Admin API to add a decline activation email
When using moderated registration, users are sent an email when they are activated. This tutorial describes how to create an email when the user is deleted instead of activated. This example uses the Admin API function wpmem_add_custom_email() to add a custom email that is sent to users when they are deleted.
-
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…
-
Generate Random User Display Name and Nickname
One thing I love about WP-Members is how versatile it is. Because of this it gets used in many applications that I did not really envision when I first released it in 2006. Recently, I had a support user ask about something that I am surprised has not come up before involving using alternate display names and/or…
-
Redirect Blocked Content to a Log In Page
By default, the plugin automatically places a login form in place of blocked content if the user is not logged in. But sometimes plugin users prefer to redirect a user to a log in page when they attempt to access a page or post with blocked content. This can usually be accomplished with a custom…