I'd like to create accounts for some folks whose email and names i I know. After I enter the names and emails, it should send an email to each person asking them to sign on and set a password, or some kind of notification. Is there a module that does this for d6? Thanks, Bill William Prothero http://es.earthednet.org
Did you have a look at the invite module http://drupal.org/project/invite ? It provides a mass invitation feature. It will not create the accounts before the users actually visits your site to register so you can't specify usernames for them. berliner Am 16.12.2012 um 17:17 schrieb Waprothero@gmail.com:
I'd like to create accounts for some folks whose email and names i I know. After I enter the names and emails, it should send an email to each person asking them to sign on and set a password, or some kind of notification.
Is there a module that does this for d6?
Thanks, Bill
William Prothero http://es.earthednet.org -- [ Drupal support list | http://lists.drupal.org/ ]
Berliner, Thanks, I'll check it out. Bill William Prothero http://es.earthednet.org On Dec 16, 2012, at 8:35 AM, berliner <myberliner@gmail.com> wrote:
Did you have a look at the invite module http://drupal.org/project/invite ? It provides a mass invitation feature. It will not create the accounts before the users actually visits your site to register so you can't specify usernames for them.
berliner
Am 16.12.2012 um 17:17 schrieb Waprothero@gmail.com:
I'd like to create accounts for some folks whose email and names i I know. After I enter the names and emails, it should send an email to each person asking them to sign on and set a password, or some kind of notification.
Is there a module that does this for d6?
Thanks, Bill
William Prothero http://es.earthednet.org -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
On Sun, Dec 16, 2012 at 11:17 AM, Waprothero@gmail.com <waprothero@gmail.com> wrote:
I'd like to create accounts for some folks whose email and names i I know. After I enter the names and emails, it should send an email to each person asking them to sign on and set a password, or some kind of notification.
Is there a module that does this for d6?
The system will already do this, no module needed. But it will depend on the settings you have made for the admin adding a user. -- Earnie -- https://sites.google.com/site/earnieboyd
Ernie, When I add a user as an admin, I have to enter user info into their profile. I'd like the new user to do that. Also, for a lot of users to add, this could get quite tedious. Thanks,Bill William Prothero http://es.earthednet.org On Dec 17, 2012, at 5:16 AM, Earnie Boyd <earnie@users.sourceforge.net> wrote:
On Sun, Dec 16, 2012 at 11:17 AM, Waprothero@gmail.com <waprothero@gmail.com> wrote:
I'd like to create accounts for some folks whose email and names i I know. After I enter the names and emails, it should send an email to each person asking them to sign on and set a password, or some kind of notification.
Is there a module that does this for d6?
The system will already do this, no module needed. But it will depend on the settings you have made for the admin adding a user.
-- Earnie -- https://sites.google.com/site/earnieboyd -- [ Drupal support list | http://lists.drupal.org/ ]
If you're writing custom functions to add the users just be sure to create a user object to pass to user_save(). That function handles the mailing to the user. What it sends depends on the contents you have in the configurable settings. Earnie On Mon, Dec 17, 2012 at 2:55 PM, Waprothero@gmail.com <waprothero@gmail.com> wrote:
Ernie, When I add a user as an admin, I have to enter user info into their profile. I'd like the new user to do that. Also, for a lot of users to add, this could get quite tedious.
Thanks,Bill
William Prothero http://es.earthednet.org
On Dec 17, 2012, at 5:16 AM, Earnie Boyd <earnie@users.sourceforge.net> wrote:
On Sun, Dec 16, 2012 at 11:17 AM, Waprothero@gmail.com <waprothero@gmail.com> wrote:
I'd like to create accounts for some folks whose email and names i I know. After I enter the names and emails, it should send an email to each person asking them to sign on and set a password, or some kind of notification.
Is there a module that does this for d6?
The system will already do this, no module needed. But it will depend on the settings you have made for the admin adding a user.
-- Earnie -- https://sites.google.com/site/earnieboyd -- [ Drupal support list | http://lists.drupal.org/ ] -- [ Drupal support list | http://lists.drupal.org/ ]
-- Earnie -- https://sites.google.com/site/earnieboyd
participants (3)
-
berliner -
Earnie Boyd -
Waprothero@gmail.com