diff --git a/htdocs/public/payment/paymentok.php b/htdocs/public/payment/paymentok.php
index c0eb195199e..bdafc704f30 100644
--- a/htdocs/public/payment/paymentok.php
+++ b/htdocs/public/payment/paymentok.php
@@ -637,7 +637,7 @@ if ($ispaymentok) {
$outputlangs->load("errors");
$postactionmessages[] = 'Error in create external user : '.$nuser->error;
} else {
- $infouserlogin .= $outputlangs->trans("Login").': '.$nuser->login."
"."\n";
+ $infouserlogin = $outputlangs->trans("Login").': '.$nuser->login."
"."\n";
$infouserlogin .= $outputlangs->trans("Password").': '.$newpassword;
$postactionmessages[] = $langs->trans("NewUserCreated", $nuser->login);
}