Questions and discussion about using ProcessMaker: user interface, running cases & functionality
By justinopsky
#826734
I have a user registration form by webentry form.
I can create the user but can not associate the user to a specified group, after form submited.
I use this trigger
Code: Select all
//create user
PMFCreateUser(@@textNIF, @@textPassword, @@textPrimeiroNome, @@textUltimoNome, @@textEmail, "PROCESSMAKER_OPERATOR", "", "INACTIVE");
//define Group Name 
$groupName = "AccaoSocial";
//Get Group Name ID
$GroupUID = PMFGetGroupUID($groupName);
$username = @@textNIF;
$result = executeQuery("SELECT USR_UID FROM USERS WHERE USR_USERNAME='$username' ");
if (is_array($result) and count($result) > 0) {
   $aUser = PMFInformationUser( $result[1]['USR_UID'] );
}
//assign user to group
PMFAssignUserToGroup($aUser, $GroupUID);
I get this error
"Non-static method Bootstrap::hashPassword() should not be called statically, assuming $this from incompatible context"

After this the user is cretead but not associeted to the group
#826873
Hi,
Your code must be like this:
Code: Select all
//create user
PMFCreateUser(@@textNIF, @@textPassword, @@textPrimeiroNome, @@textUltimoNome, @@textEmail, "PROCESSMAKER_OPERATOR", "", "INACTIVE");
//define Group Name 
$groupName = "AccaoSocial";
//Get Group Name ID
$GroupUID = PMFGetGroupUID($groupName);
$username = @@textNIF;
$result = executeQuery("SELECT USR_UID FROM USERS WHERE USR_USERNAME='$username' ");
if (is_array($result) and count($result) > 0) {
	//assign user to group
	PMFAssignUserToGroup($result[1]['USR_UID'], $GroupUID);
}
Also you can check this link for more detail:
https://wiki.processmaker.com/3.2/ProcessMaker_Functions/Group_Functions#PMFAssignUserToGroup.28.29

https://pmlearning.info
Thanks
Last edited by programerboy on Wed Apr 07, 2021 1:27 am, edited 2 times in total.

A 1xbet clone script is a pre-designed software so[…]

4rabet clone script is enabling entrepreneurs to e[…]

Parimatch clone script is enabling entrepreneurs t[…]

In the world of cryptocurrency, a wallet is an app[…]