We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8822e3 commit ba0bf64Copy full SHA for ba0bf64
main/webservices/registration.soap.php
@@ -1366,6 +1366,7 @@ function WSCreateUserPasswordCrypted($params)
1366
phone = '".Database::escape_string($phone)."',
1367
language = '".Database::escape_string($language)."',
1368
registration_date = '".api_get_utc_datetime()."',
1369
+ roles = 'a:0:{}',
1370
".$queryExpirationDate."
1371
hr_dept_id = '".Database::escape_string($hr_dept_id)."',
1372
active = '".Database::escape_string($active)."'";
0 commit comments