Does anyone know where Drupal stores, in the Database, the role of a user? It’s not in the users table, and I can’t seem to find it. I can find where it defines the role, defines the role’s permissions, but I can’t find where it defines what Role a certain User is. Anyone know? Thanks!
Share
For Drupal 6 it’s in the
users_rolestable, which associates ausersuser record (viauid) with arolerole record (viarid).