Sometimes, you just want to get the users first name, last name and email address and have it added to WordPress as subscriber.
There are plenty of WordPress plugins that allow you to set up newsletters so you can start sending out mailing lists to your subscribers..
When subscriber signs up, user is created in the wp users as subscriber.
The subscriber will contain the details provided through the form and password will be assigned consisting of complex generated string of 34 characters in length...
Upload more-subscribers to the wp-content plugins directory..
Activate the plugin through 'Plugins WordPress..
alert pops up letting the user know that their email address has been added to the database...
Sure, just leave message behind in the forum as to what you would like to have included in the plugin and I will do my best to make time and implement the new changes...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Changed default role to 'subscriber to prevent admin roles being inserted if default role is set to something else Settings -> General.
Read more