tags:

views:

104

answers:

1

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!

+1  A: 

It's in the users_roles table, which associates a users user record (via uid) with a role role record (via rid).

ceejayoz
Thanks! I don't know how I missed that.
Leticia Meyer
I think we all have those days... :-)
ceejayoz