ProcessMaker - External Registration

From ProcessMaker
Jump to: navigation, search

Release Notes | QA Report


Introduction

The External Registration plug-in publish a link to create users by an external registration form. The form that was generated, can be published from any place, for example, a web site. Only the Admin user, who has the PM_USERS permission in his/her role, can create this external registration form.

Requirements

  • Processmaker V 2.0.37 and later.

Browser Compatibility

  • Mozilla Firefox from 3.6 and later.
  • Internet Explorer from 7 and later.
  • Chrome

How the Plug-in Works

Admin user side

1. The admin user needs to create an external registration form which create a new ProcessMaker user account.

2. The admin user has to set up the behavior of the plug-in by choosing the options on the form when an external registration has been creating.

3. When the external registration form is created, a link is also created to be published on the web, this option is available by clicking on View Form.

End-user side

4. Include the respective link on the web page.

5. User must fill the form in order to create his/her account

6. An email is sent to the user in order to activate the account.

7. When the account is activated, user can log-in into ProcessMaker with the information sent on the email.

Installation and Configuration

The plug-in will be available once imported the Enterprise plug-in with the corresponding license, it's necessary activate it once it's installed, it doesn't need additional configuration on the server side. In addition to this, two new PM Functions are created which will allow ProcessMaker send email to user activation. Those are externalRegistrationSendEmail() and getExternalRegistrationLink()

Creating an External Registration Form

To create an External Registration form go to ADMIN > Plug-ins > External Registration

ExternalRegistrationPlugin.png

By clicking on this option, a list with the external registration form will display

ExternalRegistrationList.png

To create an external registration form click on the option above the list and a new form will display to be filled:


ExternalRegistrationFormCreate.png

Where:

General

  • Title: Give a brief title, as a main description, for the new external registration form.
  • Use the resources from process: Select a process from the list. This selected process will allow to display the list of available Dynaforms, on a below field, so select the process which DynaForm will be selected as the one that will be send as an external link to be published by the user:


ExternalRegistrationFormProcess.png

  • E-Mail Template: Choose the template which will be sent on the email. The plug-in is installed with a default template called externalRegistration.html. To add more templates, check this documentation.
  • Additional DynaForm: A list of available Dynaforms will list according to the process selected before. This option is additional, if the user needs to publish DynaForm fields at the end of the user registration form choose a DynaForm name from this list:

ExternalRegistrationFormDynaform.png

Actions After Registration


ExternalRegistrationFormActionsAfterRegistration.png

  • Assign User To: There are 3 options once the user has been registered into ProcessMaker:

- Task: Assign a user into a task of the process selected before.

- Group: Assign a user into a ProcessMaker group.

- Department: Assign a user into a ProcessMaker department.


  • Name: Depending on the option selected on a previous field the name will change:


Choosing a Task
Choosing a Group
Choosing a Department
  • Start a Case on the Task: When a user is created a case will create automatically. Choose the task of the process on which a case will start. It is not necessary to choose the two options mentioned before.


ExternalRegistrationStartCaseTask.png

Finally, click on Save and the external registration form will create displaying it on the main list as follows:

ExternalRegistrationMainList.png

Where:

  • Title: External Registration form title.
  • Additional Dynaform: If an additional Dynaform was chosen, its name will be display on this row.
  • e-mail Template: Name of the template used to send emails.
  • Requests Received: It shows the number of requests recived when an account is created.
  • Requests Completed: It shows the number of requests completed.

- View ID: View the ID of the external registration form created:

ExternalRegistrationViewID.png

- View Form:: View the Form to be published. This is only a preview, this form can be modified.

- View Log: Shows the number of users created for this external registration form defined before. Remember that one of more users can be created for one external registration form defined.

ExternalRegistrationViewLogLink.png


- Edit: If some changes are required, click on this option to edit the external registration form.

- Delete: Delete the external registration form created.

Creating an User Account

As it was mentioned before, to create an user account, the link must be published. Also if the link hasn't published yet and it needs to be checked click on View Form: and it will display as follows:

ExternalRegistrationCreateUserAccount.png

Fields to be filled:

  • First Name: User's first name.
  • Last Name: User's last name.
  • E-mail: Email where the link to activate the account will be sent.
  • ExternalRegistrationCreateUserUserName.png Use E-mail as user name: E-mail field can be used as user name, if this option is checked, User Name field will disable. Use this email to log-in into ProcessMaker.
  • User Name: Enter a name that will be used to log-in into ProcessMaker.
  • Password: Enter a password that will be used to authenticate into ProcessMaker.
  • Confirm Password: Re-enter previous password.
  • Captcha Code: Type the characters that are displayed on the image. This prevents standard automated software from filling out a form.

ExternalRegistrationCreateUserEmail.png

Note 1: User will be created with a PROCESSMAKER_OPERATOR role.

Note 2: If an additional form was selected, it will display below the User Account registration as the image above.


Finally, click on Save & Continue to complete the registration, and a confirmation message will display:


ExternalRegistrationCreateUserConfirm.png

Activating an Account

When the user registration is completed, and email will send to the user's account:

ExternalRegistrationCreateUserEmailConf.png

User will receive all his/her information to log-in in ProcessMaker and how to activate the account:

ExternalRegistrationCreateUserEmailTemplte1.png


Click on any of the links to activate the account

Login with the new user's account

When user has received his/her data account, it is possible to login into ProcessMaker and case will be redirected to Draft

ExternalRegistrationDraft.png


NOTE: Form version 2.0.9 of the plug-in, cases will be redirected automatically to the Inbox:


ExternalRegistrationInbox.png

ProcessMaker Functions

Those PM functions are available once the plug-in is installed:

externalRegistrationSendEmail()

Create a request and send an email. With this Pm Function is possible to create the request in the process and send it to any user as an invitation for the participation.

externalRegistrationSendEmail($erUid, $email, $data = array())

Parameters

  • $erUid: External registration form UID.
  • $email: user email where the email request will be sent.
  • $data: data to replace the template, if it's necessary, it depends on the template. This parameter is optional.


getExternalRegistrationLink()

This function returns a link of the form. This link may be used in different ways, for example to send it by email or include it in a form

getExternalRegistrationLink($erUid)

Parameters

  • $erUid: External registration form UID.
Personal tools
Versions
ProcessMaker Editions
In other languages
Share This