/[drupal]/contributions/modules/provision/platform/provision_welcome_mail.inc
ViewVC logotype

Contents of /contributions/modules/provision/platform/provision_welcome_mail.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Tue Oct 21 18:48:04 2008 UTC (13 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-1, DRUPAL-6--0-3, DRUPAL-6--0-2, DRUPAL-5--0-2-ALPHA1, DRUPAL-6--0-2-RC1, DRUPAL-6--0-1-RC1, DRUPAL-6--0-1-BETA2, DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-4-ALPHA3, DRUPAL-6--0-4-ALPHA2, DRUPAL-6--0-3-RC4, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC1, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +26 -0 lines
File MIME type: text/x-php
#319271 - missing welcome_mail file added back in
1 <?php
2 // $Id: provision_welcome_mail.inc,v 1.1.2.1 2008/10/21 15:19:56 adrian Exp $
3 /**
4 * @file
5 * Define subject and body text for an email to the admin user created
6 * for a site.
7 *
8 * At the very least you will want to send them the one-time login url, !login_url.
9 */
10
11 $mail = array();
12
13 $mail['subject'] = st('Your new site !site has been created.');
14 $mail['body'] = st("!username,
15
16 Your new site !site has been created.
17
18 You can now login to !site by clicking on this link or copying it into your browser:
19
20 !login_url
21
22 This is a one-time login, so it can be used only once.
23
24 Once you have logged in, you will be redirected to !edit_uri so you can change your password.");
25
26 ?>

  ViewVC Help
Powered by ViewVC 1.1.2