Fixing error
This commit is contained in:
parent
ea97cf5baf
commit
da0067ff6c
@ -637,7 +637,7 @@ if ($ispaymentok) {
|
|||||||
$outputlangs->load("errors");
|
$outputlangs->load("errors");
|
||||||
$postactionmessages[] = 'Error in create external user : '.$nuser->error;
|
$postactionmessages[] = 'Error in create external user : '.$nuser->error;
|
||||||
} else {
|
} else {
|
||||||
$infouserlogin = $outputlangs->trans("Login").': '.$nuser->login."<br>"."\n".$outputlangs->trans("Password").': '.$newpassword;
|
$infouserlogin = $outputlangs->trans("Login").': '.$nuser->login.' '."\n".$outputlangs->trans("Password").': '.$newpassword;
|
||||||
$postactionmessages[] = $langs->trans("NewUserCreated", $nuser->login);
|
$postactionmessages[] = $langs->trans("NewUserCreated", $nuser->login);
|
||||||
}
|
}
|
||||||
$substitutionarray['__MEMBER_USER_LOGIN_INFORMATION__'] = $infouserlogin;
|
$substitutionarray['__MEMBER_USER_LOGIN_INFORMATION__'] = $infouserlogin;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user