The CiviCRM CMS User Extension works with webforms to create new Drupal users based on tags or groups or to create Drupal users after a bulk import of CiviCRM contacts or when creating new contacts in CiviCRM.
-
Administer CiviCRM
->CMS User Setting
(/civicrm/admin/cmsuser
) -
Configure the Setting form.
Click on Help icon for more additional information of each field.
-
You can configure this extension for two way for user creation.
-
Creating- Create new users immediately through a post hook when any contact gets added to either Group or Tag.
-
And using- Use Scheduled Jobs, which fetch the contact from Group and/or Tag, and create a user for each contact.
-
-
Due to any reason the user is not created, an Activity record of type
User Account Creation
withFailed
status. We retry upto 4 attempt, there after four attempts, the contact gets removed from the Group/Tag without creating a user account. -
If a user is created successfully, a new activity of type
User Account Creation
is created withCompleted
Status.
Supporting Organizations Skvare
Contact us for support or to learn more about implementing automated CMS user account creation in your organization.