08-20-2009 03:19 AM
08-24-2009 07:09 AM
if (this.mutableAuthenticationDao.userExists(inviteeUserName) == false) {
if (logger.isDebugEnabled())
logger
.debug("Invitee user account does not exist, creating disabled account.");
inviteePassword = createInviteeDisabledAccount(inviteeUserName);
}
12:28:19,402 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] startInvite() inviterUserName=olaf.klein inviteeUserName=null inviteeFirstName=eeee inviteeLastName=rrrrrr inviteeEmail=postmaster@xxx siteShortName=oklein inviteeSiteRole=SiteConsumer
12:28:21,904 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] not explictly passed username - created new person, inviteeUserName=eeee_rrrrrr
12:28:23,991 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] Starting Invite workflow task by attaching empty package…
12:28:24,705 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] Updating Invite workflow task…
12:28:25,112 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] Transitioning Invite workflow task…
08-24-2009 08:00 AM
13:56:37,587 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] startInvite() inviterUserName=admin inviteeUserName=null inviteeFirstName=aaa inviteeLastName=bbb inviteeEmail=postmaster@xxx siteShortName=xxx inviteeSiteRole=SiteConsumer
13:56:39,822 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] not explictly passed username - created new person, inviteeUserName=aaa_bbb
13:56:39,891 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] Invitee user account does not exist, creating disabled account.
13:56:40,750 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] Starting Invite workflow task by attaching empty package…
13:56:41,192 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] Updating Invite workflow task…
13:56:41,304 DEBUG [org.alfresco.repo.invitation.InvitationServiceImpl] Transitioning Invite workflow task…
08-24-2009 09:45 AM
08-24-2009 09:51 AM
08-25-2009 02:14 AM
Yes your issue is that when using NTLM the account already exists so there's no need to generate a new account and temporary password.
01-21-2010 06:01 PM
02-05-2010 04:05 AM
I think I'm seeing the same this with 3.2r2 - invited users get a link but no username and password. The account is created in alfresco and is enabled. How to turn on debugging here?
02-05-2010 10:21 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.