Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Creation without proper naming or activity loogging #8

Open
mferraznw opened this issue Feb 1, 2023 · 4 comments
Open

User Creation without proper naming or activity loogging #8

mferraznw opened this issue Feb 1, 2023 · 4 comments

Comments

@mferraznw
Copy link

Hi:

The user is being created, but rather than the userid being: {contact.first_name}-{contact.last_name}-{contact.contact_id}
It's simply the email address. The user role is being set properly, but the association of the Drupal user to the Contact isn't occurring.
Finally, there is no activity log, nor is the user ending up in the specified group at the end of the process. It's almost like it's crashing somewhere, but I have no logs or anything to review. Help
D9 Civi latest
-Mark

@sunilpawar
Copy link
Collaborator

@sunilpawar
Copy link
Collaborator

Also provide D9 and CiviCRM version.

@mferraznw
Copy link
Author

Drupal 9.5.2
Civi 5.57.2

$params:
Array
(
[cms_name] => TestFirst108-TestLast108-2989
[contactID] => 2989
[notify] => 1
[custom_fields] => Array
(
[field_first_name] => TestFirst108
[field_last_name] => TestLast108
)

[email] => [email protected]
[version] => 3
[cms_pass] => 78abebbc88004339b2c5404341f5aae5

)

$ufmatch:
Array
(
[uf_id] => 8444
[contact_id] => 2989
[uf_name] => [email protected]
)

@mferraznw
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants