|
|
@@ -313,7 +313,7 @@ class OtAuthenticationService extends AbstractAuthenticationService
|
|
|
'password' => $randomStr,
|
|
|
'name' => $userApiData['name'],
|
|
|
'first_name' => $userApiData['first_name'],
|
|
|
- 'description' => '[ATTENTION: enregistrement auto-généré, ne pas modifier directement] FE User',
|
|
|
+ 'description' => '[Warning: auto-generated record, do not modify] FE User',
|
|
|
'usergroup' => 21,
|
|
|
'deleted' => 0,
|
|
|
'tx_opentalent_opentalentId' => $userApiData['id'],
|
|
|
@@ -373,7 +373,7 @@ class OtAuthenticationService extends AbstractAuthenticationService
|
|
|
$be_row = [
|
|
|
'username' => $userApiData['username'],
|
|
|
'password' => $randomStr,
|
|
|
- 'description' => '[ATTENTION: enregistrement auto-généré, ne pas modifier directement] BE Admin for ' . $access['subDomain'] . ' (id: ' . $access['id'] . ')',
|
|
|
+ 'description' => '[Warning: auto-generated record, do not modify] BE Admin for ' . $access['subDomain'] . ' (id: ' . $access['id'] . ')',
|
|
|
'deleted' => 0,
|
|
|
'lang' => 'fr',
|
|
|
'usergroup' => isset(self::PRODUCT_MAPPING[$access['product']]) ? self::PRODUCT_MAPPING[$access['product']] : 1,
|