cancel
Showing results for 
Search instead for 
Did you mean: 

invite external user to site

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
Hi, I want to invite external user to the site and this does not work on my multitenant setup.

I have found out that this is the problem in : InvitationServiceImpl

private String createInviteePerson(String inviteeFirstName,
String inviteeLastName, String inviteeEmail) {
String inviteeUserName = null;
int i = 0;
do {
inviteeUserName = usernameGenerator.generateUserName(inviteeFirstName, inviteeLastName, inviteeEmail, i);
in hire , inviteeUserName  does not have @tenantName.
i++;
} while (this.personService.personExists(inviteeUserName)
&& (i < getMaxUserNameGenRetries()));

is there a way to override this service( create my class to be used , like overriding LoginBean … ) to I can correct this problem.
5 REPLIES 5

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
Is there someone who knows how to override Invite service?

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
in last few days I still have not found a way to invite external user to site in share on my multitenant alfresco setup. :'(

open
Champ in-the-making
Champ in-the-making
can you post your error log on the event of inviting an external user?

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
it is ok now. sorry.

mahlzeit
Champ in-the-making
Champ in-the-making
Its ok now. Why?
Solution or garbage dump?

regards Mahlzeit