Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions 13a03a ... vs 52c971 ... for module/User/src/User/Service/Registration.php

Diff revisions: vs.
  @@ -71,10 +71,7 @@
71 71 $params['firstName'] = $profile->firstName;
72 72 $params['familyName'] = $profile->familyName;
73 73 $params['message'] = 'Thank you for registering. Your registration was submitted for approval '
74 - . 'and you will receive email confirmation once your account has been verified.'
75 - . 'Please note that if any documents were not uploaded they need to be emailed'
76 - . ' (info@bid4cars.com.na) or faxed (086 618 5584) before we can approve your '
77 - . 'account.';
74 + . 'and you will receive email confirmation once your account has been verified.';
78 75
79 76 #-> Send welcome notification to User.
80 77 $oNotify = new \Utility\Comms\Notification();