I have Automember successfully building a list of contributors who are qualified to be invited into the target group, but inviting them doesn't seem to do anything but make a watchdog log entry just says "Invited" without specifying who was invited. but under view details it says something like this:

Type: automember
Date: Sunday, December 5, 2004 - 19:34
User: grohk
Location: /member/invite/5
Message: Invited
Hostname: xxx.xxx.xxx.xxx

But nothing seems to happen...What am I missing?

Comments

njivy’s picture

Thanks for pointing out the bug, grohk. When I cleaned up the code for the last commit, I missed a few things. It should work now.

grohk’s picture

Thanks njivy, I thought it was something I wasn't doing right. It does work now, but with one small wrinkle. I configured the module so that the source role is "authenticated user" and the desired role is "trusted user" and when I invited users it granted them my site's desired target role, but also changed them from "authenticated user" to "anonymous user". So they were listed as having both the role of "Anonymous user and Trusted user." Shouldn't the target role simply be added to the pre-existing authenticated user role?

njivy’s picture

Assigned: Unassigned » njivy

Yes, it should just add the target role to whatever roles a user already has. I will look into this.

njivy’s picture

Fixed. Thanks, grohk.

grohk’s picture

Thanks njivy! I really do appreciate your work.

Anonymous’s picture