cancel
Showing results for 
Search instead for 
Did you mean: 

Site Invitations - broken link

davidan
Champ in-the-making
Champ in-the-making
We have Alf Comm Ed 4.2, running on a virtualized CentOS 6.5 server

We have recently integrated LDAP.

When I invite a user to join a website, the invitation e-mail contains a broken link. it uses an IP address that is not even the IP address of the server where Alfresco is installed.

Not sure how to fix this. Is there a config setting I can look for that guides the generation of the Invitation e-mails?

1 REPLY 1

niketapatel
Star Contributor
Star Contributor
Hi You can check site invite template at this location - /Company Home/Data Dictionary/Email Templates/invite

You can change this site invite URL from alfresco-global.properties.
Please correct below properties so URL will be generated accordingly.

OR

you can directly change URL in site invite template but that would be hard coded URL.

alfresco.context=alfresco
alfresco.host=my.host.com
alfresco.port=8080
alfresco.protocol=http

share.context=share
share.host=my.host.com
share.port=8080
share.protocol=http

Hope it helps!