Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 632433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:04:33+00:00 2026-05-13T20:04:33+00:00

When a user signs up at a Drupal site, there is a configurable message

  • 0

When a user signs up at a Drupal site, there is a configurable message that Drupal will send the user letting them know their username and password.

I have about 1,000 users that I imported, but at the time, I didn’t want to notify them – but now I do. Is there a way notify the users without reimporting them?

I looked through some of the modules I thought might contain that function, but I couldn’t find it??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T20:04:33+00:00Added an answer on May 13, 2026 at 8:04 pm

    Of course there is a way: If you want to do this just one time, I recommend using a quick n’ easy way… drupal_bootstrap(). In an external php file call this function to bootstrap Drupal, then load users and dispatch email messages. Here’s a pseudo-code:

    <?php
    // ...
    
    // Change directory to Drupal root
    chdir(../../); 
    
    // Bootstrap Drupal
    require './includes/bootstrap.inc';
    
    // You might want to pass DRUPAL_BOOTSTRAP_DATABASE instead
    drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
    
    $db_result = db_query('SELECT * FROM {users}');
    
    while ($user_object = db_fetch_object($db_result)) {
        // TODO: Use drupal_mail() to send desired emails
    
        // User Name: $user_object->name
        // User Email: $user_object->email
    
        // Don't forget to pass 'em through the check_plain()
        // ...
    }
    // ...
    

    Read more at Drupal API: drupal_mail() drupal_bootstrap().

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When a user signs up in our Struts application, we want to send them
When a user signs up on my site I want to be able to
Is it true that after a user signs up, a sql table is create
user signs up for a key and secret from my site, then they can
A user logins into the SharePoint site we have created using their email address
An Administrator needs to run a report that details when a specific user signs
Whenever a new user signs up on my site, I want to do some
We are going to deploy a Drupal site inside company's intranet. There is a
So I am setting up a welcome message when a user signs up the
My app is set up so that if a user signs in with Oauth

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.