Commit:    12e634636d73ce43608f3e13127c06edb23fc33d
Author:    Hannes Magnusson <bj...@mongodb.com>         Mon, 28 Jul 2014 
15:23:11 -0700
Parents:   0dee45697ad408e2af1a50337b2d6c6768f92ab5
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=12e634636d73ce43608f3e13127c06edb23fc33d

Log:
Improve welcome email

Changed paths:
  M  include/email-templates.inc


Diff:
diff --git a/include/email-templates.inc b/include/email-templates.inc
index 7570a19..4bcaca2 100644
--- a/include/email-templates.inc
+++ b/include/email-templates.inc
@@ -1,20 +1,33 @@
 <?php // vim: et ts=4 sw=4
 /* Mail Templates */
 
-function mt_approve_user($userinfo) {
+function mt_approve_user($userinfo, $mailtext) {
     $message =
 "Your VCS account ($userinfo[username]) was created.
 
-You should be able to log into the VCS server within the hour, and
-your $userinfo[username]@php.net forward to $userinfo[email] should
-be active within the next 24 hours.
-
 If you ever forget your password, you can reset it at:
     https://master.php.net/forgot.php
 
 To change your password, or other information about you please login on:
     https://master.php.net/manage/users.php?username=$userinfo[username]
 
+Your profile page will be created shortly and can be found at:
+    https://people.php.net/$userinfo[username]
+
+The $userinfo[username]@php.net forward to $userinfo[email] should
+be active within the next 24 hours.
+
+
+Please note: Before you can push to our repositories, please add your
+SSH Key on master (using the URL above).
+
+All our git repositories are listed at:
+    http://git.php.net/
+
+SVN is still used by certain projects (most notably docs):
+    http://svn.php.net/
+
+
 Welcome to the PHP development team! If you encounter any problems
 with your VCS account, feel free to send us a note at $mailtext.
 ";


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to