Register: Difference between revisions

From Customer365 for SageCRM
No edit summary
No edit summary
Line 3: Line 3:
If the persons email address exists in the CRM database then they are enabled for self-service.
If the persons email address exists in the CRM database then they are enabled for self-service.


If their email address is not in the database the system checks the domain part of the email and if it finds a match will create a new person in the CRM database.
If their email address is not in the database the system checks the domain part of the email and if it finds a match will create a new person in the CRM database (this can be disabled via a system setting).


Once they are in the database a password will be emailed to their address.
Once they are in the database a password will be emailed to their address.

Revision as of 14:44, 17 April 2014

With this option turned on portal users can try register to use the portal.

If the persons email address exists in the CRM database then they are enabled for self-service.

If their email address is not in the database the system checks the domain part of the email and if it finds a match will create a new person in the CRM database (this can be disabled via a system setting).

Once they are in the database a password will be emailed to their address.

If registration fails an email is sent to the user in the setting

 <add key="AdminEmailAddress" value="admin@server.com" />

To disable the option to register remove the item from the PortalLogonMenu (see Menu Customisation)