cancel
Showing results for 
Search instead for 
Did you mean: 

Hide port 8080 in email invite accept link

thamilanga
Champ on-the-rise
Champ on-the-rise
How do I hide the port 8080 in email invite accept link? I'm using version 5
1 REPLY 1

kavilash23
Champ on-the-rise
Champ on-the-rise
You need to modify the underlying freemarker template located in Repository > Data Dictionary > Email Templates> invite

<#assign exlink=args["acceptLink"]?replace("seedim.com.au:8080", "seedim.com.au")>
Click on below link to accept ${inviterPerson.properties["cm:firstName"]!""}'s invitation:<br />
<br /><a href="${exlink}">${exlink}</a>