Active
Project:
User Autorole
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2008 at 00:57 UTC
Updated:
26 May 2009 at 14:14 UTC
Just a search-indexable note to hopefully save someone else the trouble of spending an entire day troubleshooting a conflict that LoginToboggan creates with the user_autorole module as well as any other module which has a hook_user 'insert' operation.
Module downloaders beware... :-(
Comments
Comment #1
alan d. commentedThis issue was raised in our issue queue for http://drupal.org/project/rolekey, but a quick assessment shows the problem appears to reside in the way this module inserts the roles. After this has been called, drupal deletes all roles assigned to the user and inserts the roles that reside in the $edit array.
The cause is that the module is manually inserting the user roles, when it should just be updating the roles key:
to something like: