|
|
|
|
@ -210,7 +210,7 @@ class UserManager |
|
|
|
|
$phoneNumber = isset($extra['mobile_phone_number']) ? $extra['mobile_phone_number'] : null; |
|
|
|
|
$plugin = new AppPlugin(); |
|
|
|
|
$additionalParameters = array( |
|
|
|
|
'smsType' => constant($plugin->getSMSPluginName().'::WELCOME_LOGIN_PASSWORD'), |
|
|
|
|
'smsType' => @constant($plugin->getSMSPluginName().'::WELCOME_LOGIN_PASSWORD'), |
|
|
|
|
'userId' => $return, |
|
|
|
|
'mobilePhoneNumber' => $phoneNumber, |
|
|
|
|
'password' => $original_password |
|
|
|
|
|