Currently LoginToboggan gives the same role to every user preempting modules such as Role Control and Auto Assign Role which give the choice to the user at registration time. Please either add user role selection feature to LoginToboggan or try to work out the conflicts with these other modules.
Comments
Comment #1
hunmonk commentedi'm not sure what you're talking about here. i'm pretty sure the code in LT is designed to pass through any roles that are currently in $account->roles at reg. time. i think you might want to check those other modules to see exactly how they're handling their role stuff. also look at maybe changing the weighting of the modules -- perhaps if LT runs in a different spot in the the execution order it will address the issues you're having.
Comment #2
capellicI gave the user_autorole module priority by leaving it's weight at 0 and giving logintoboggan a weight of 2. It didn't make any difference. My user is still role-less.
Comment #3
MedicSean37 commentedI have the same problem
Comment #4
hunmonk commentedthis line ensures that any existing roles in the submitted form are passed along:
i believe this is the corrrect approach, so you might want to take this issue up with the other module maintainers as to how they do their role additions.
Comment #5
Daryljames commentedI'd really like to get this working...
Comment #6
warmth commentedIs there any chances this idea gets integrated in 7.x due to the abandon of Auto Assign Role and its huge bugs.