Hello,
I installed latest version of module and it seems to work within Drupal. That is, individuals can choose one of three roles when creating an account (customer account, business account, or charity account) and these roles are clearly assigned to the users through viewing users in Drupal admin. This description is my configuration choice.

My question is 'how does this module record an individual's choice of role in the database?' I went searching and cannot find it. It is not clear to me, from a database perspective how I can utilize the individual role assignments without knowing how the module tracks individual users and their roles. I expected to open the user table in the database and find an amended column entitled something like 'autoRoles' and a value of 'something1,' something2,' and something2.' This is not the case.

Thank you for your help and explanations,
Odisey

Comments

cyberswat’s picture

Hi there ... this module doesn't actually store any of the roles. It just modifies the user object as it's getting created by Drupal so that all of the roles and user associations are stored and managed by core. Hope that helps!

cyberswat’s picture

Status: Active » Closed (duplicate)