Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


sending new password to ALL members
Date: 2008/03/31 18:54 By: djackso1 Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
Can anyone recommend a way to email all users in the system their username and a new password?

This is for a new installation and its ok to send new/random passwords. My goal is to send a 'welcome to the new system' email, providing the user's the info they need to login to the new system. There are approximately 500 members in the system.

I'm using:
Joomla 1.0.13 and CB 1.1

I appreciate any ideas.

-DJ

Post edited by: djackso1, at: 2008/03/31 18:57
Click here to see the profile of this user The administrator has disabled public write access.

Re:sending new password to ALL members
Date: 2008/04/01 07:45 By: mediaguru Status: CB Doc subscriber  
Karma: 59  
Platinum Joomlapolitan

Posts: 767
graphgraph
This would take some work. You'd have to generate the passwords, write them to the DB and then email each individual with the info.

Sounds like a custom component to me.
CB WISHLIST

1. Contextual (member type) registration fields (business, personal, artist etc).
2. Photo gallery style search results (like myspace)
3. Comments on profile gallery photos.
4. Auto resize profile images in backend.
5. Customizable user web pages (see tagworld)
6. Images in CB fields/tabs.

My main CB site: http://www.thegolfspace.com

Check out my newest CB site: http://www.themacspace.com
Click here to see the profile of this user The administrator has disabled public write access.

Re:sending new password to ALL members
Date: 2008/07/04 03:51 By: gerrygerry Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
This is exactly what I'm looking for... I have to manually create 900 profiles, and it'd be nice to just have random passwords generated and mass-emailed when the site is officially launched...

Does anyone have any other ideas or information pertaining to this goal?
Click here to see the profile of this user The administrator has disabled public write access.

Re:sending new password to ALL members
Date: 2008/07/04 16:20 By: djackso1 Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
gerrygerry wrote:
This is exactly what I'm looking for... I have to manually create 900 profiles, and it'd be nice to just have random passwords generated and mass-emailed when the site is officially launched...

Does anyone have any other ideas or information pertaining to this goal?


Hi gerrygerry,

I've come up with a solution - I just finished distributing 500 passwords to members of a new site.
1) I used CB to define the various data fields I wanted for my members.

2)I created a spreadsheet with the actual user data I needed to import including a password field. For the password field, I wrote an excell formula that generated a random password and copied this to the password field for every user. The formula utilized excell's rand function to generate the random password. Here is the actual formula I used - =UPPER(RIGHT(C2,2))&INT(RAND()*255)&LOWER(LEFT(C2,3))

The unique password is formed for each member by concatenating 2 letters from the field in column C + a random number + 3 letters in column C.

3) I then used the 'cbjuice' extension to import the completed spreadsheet into community builder. At this point the data was in the system and all that was left was to distribute the passwords.

4) For distributing the passwords I used phpList. This is an email distribution program that allows you to send personalized emails. I configured an email distribution list in phpList that included these fields - first name, last name, username, password, and of course email address. I then imported the members data into phpList. You can then write one email and send it to all of the members with their personalized information. When composing the email, phpList allows generic tags, like [First Name] and then substitutes the actual unique data for each recipient.

I hope this helps you. It seems like a lot, but once you are familiar with the various tools, you can do all of these steps in a few hours.

Good luck!

-Dave
Click here to see the profile of this user The administrator has disabled public write access.

Re:sending new password to ALL members
Date: 2008/07/04 20:07 By: gerrygerry Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
Wow... that's pretty sweet! Thanks so much... I found CB Juice, but I hadn't yet figured out how to distribute the passwords when the site was launched... this is great! You saved me!

I have a new problem now... half the members on our roster don't have an email address in our database... jerks!
Click here to see the profile of this user The administrator has disabled public write access.

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login