cancel
Showing results for 
Search instead for 
Did you mean: 

Rejected Invitation Subject

rickiferbarros
Champ in-the-making
Champ in-the-making
Hello.

When a user try to join a site and the site's admin reject his solicitation, that user receive an email with the subject: "Rejected invitation to web site: site_name".

I would like to edit this subject to my language, but I can't find the file to edit.

Could someone here point me what file is that?

By the way, if the admin accept the solicitation, that user doesn't receive any email. Is there a way to configure this confirmation email too?

Thanks.
1 REPLY 1

scouil
Star Contributor
Star Contributor
Hi

About the first message: ouch!
It actually is one of the few strings that alfresco haven't externalized in a property file apparently.
You can find it in the file https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V4.2e/root/projects/repos...
and more precisely:
<blockcode>
//TODO Localize this.
emailAction.setParameterValue(MailActionExecuter.PARAM_SUBJECT, "Rejected invitation to web site:" + resourceName);
</blockcode>

About the second question, you're lucky it's in the same file.
You'll have to extend the function: approveModeratedInvitation