text changes to registration mail content master
authorMark <mark@nirph.com>
Tue, 14 Mar 2017 10:28:32 +0000 (12:28 +0200)
committerMark <mark@nirph.com>
Tue, 14 Mar 2017 10:28:32 +0000 (12:28 +0200)
module/User/src/User/Service/Registration.php
public/templates/page/registered.html

index 5bf1fd8..7223194 100644 (file)
@@ -71,10 +71,7 @@ class Registration extends \User\DataBin\Registration
                $params['firstName']    = $profile->firstName;
                $params['familyName']   = $profile->familyName;
                $params['message']              = 'Thank you for registering. Your registration was submitted for approval '
-                                                               . 'and you will receive email confirmation once your account has been verified.'
-                                                               . 'Please note that if any documents were not uploaded they need to be emailed'
-                                                               . ' (info@bid4cars.com.na) or faxed (086 618 5584) before we can approve your '
-                                                               . 'account.';
+                                                               . 'and you will receive email confirmation once your account has been verified.';
 
                #-> Send welcome notification to User.
                $oNotify = new \Utility\Comms\Notification();
index 181fa19..7b4fdf6 100644 (file)
@@ -5,8 +5,7 @@
                <p>
                Thank you for registering. Your registration was submitted for
                 approval and you will receive email confirmation once your account
-                has been verified.Please note that if any documents were not uploaded
-                they need to be emailed (info@bid4cars.com.na) before we can approve your account.
+                has been verified.
                </p>
        </div>
 </div>