Hi there,
I created a site from an existing database of users but as the site was not ready at the time I chose not to notify them. Is there a way to notify them all now? I've installed the mass contact module, but it doesn't seem to support the !username or !password fields that you can use for individual contacts.
Any ideas would be gratefully recieved!
Many thanks
Matt

Comments

marcvangend’s picture

Do you know the passwords you gave to your users? Passwords are encrypted before they are stored in the database, so you can't read them from the database.

If you know some php, you can probably also write a simple standalone script that loads the users from the database, assigns a new password and sends out emails. Maybe that's easier than doing it with a Drupal module.

dleeward’s picture

Try the User Import module at http://drupal.org/node/31940