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 is reset. Continue Reading →
New Advanced Options Extension
The latest extension for the WP-Members plugin is the Advanced Options Extension. This extension adds a new tab to the plugin’s settings that includes settings and options for a number of common customizations.Continue Reading →
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 nicknames for users because the user base is made up of minors (children).
This made total sense to me and I understand the needs of sites that have to protect identities of users, especially minors. In this particular case, the suggestion was made to create random values for the user’s display name and nickname that was used on the site.
Here is a set of scripts that will allow you to generate random display names for users. The given example uses colors and numbers creating results such as red22 or blue99, but this can be adapted to use as many different words as you would like and can also use more than two digits. It tests for name uniqueness, not allowing duplicate results, and also includes scripts for allowing users to update their name as long as it remains unique. Continue Reading →
Using Code Snippets from the Site
When copying code snippets from the site, it is important to copy clean code. This article discusses where to put it, how to copy it, how to read comments and where to make modifications. There are also some best practices to follow.Continue Reading →
WP-Members version 3.0 released
I have been waiting a long time to finish and release WP-Members 3.0 and that day has finally come!
This is a major update and will be but the beginning of a lot of updates and improvements in the plugin.
Before I go into details for the update, please let me be clear – this is a major version release, not an incremental update. So please, test the update prior to upgrading a production site. While I always do my best to be responsive to issues, especially when updating, keep in mind this plugin now has more than 60,000 active installs, so it can get hectic around version release time.
When in doubt, test it first! And if you have questions, let me know.