Hi
I set up a rule to automatically assign roles to a user based on Event "After registering a new user account via simpleSAMLphp".
Even though the rules fire off yet the roles are not added.It seems that the "elements" are not getting assigned in the code .

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

steven.wichers’s picture

Version: 7.x-2.0-alpha2 » 7.x-2.x-dev
Issue summary: View changes
FileSize
1.75 KB

I suspect your issue is caused by the fact that this module forces the user roles to whatever you have configured in its admin on first login regardless of what other modules make changes to the roles. This patch reworks the logic so it only forces the roles if you have that option configured.

steven.wichers’s picture

Component: User interface » Code