Register: Difference between revisions
From Customer365 for SageCRM
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
<add key="AdminEmailAddress" value="admin@server.com" /> | <add key="AdminEmailAddress" value="admin@server.com" /> | ||
To disable the option to register remove the item from the PortalMenu |
Revision as of 08:42, 7 March 2013
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 there 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.
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 PortalMenu