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
2010-05-23 00:10:34
Thanks! I don't know how I missed that.
Leticia Meyer
2010-05-23 00:11:49
I think we all have those days... :-)
ceejayoz
2010-05-23 00:29:16