Drupal 在数据库中的什么位置存储用户权限?

发布于 2024-09-02 08:55:56 字数 101 浏览 3 评论 0原文

有谁知道 Drupal 在数据库中存储用户角色的位置吗?它不在用户表中,我似乎找不到它。我可以找到它定义角色的位置,定义角色的权限,但我找不到它定义某个用户的角色的位置。有人知道吗?谢谢!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

转角预定愛 2024-09-09 08:55:56

对于 Drupal 6,它位于 users_roles 表中,该表将 users 用户记录(通过 uid)与 role 相关联角色记录(通过rid)。

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

和影子一齐双人舞 2024-09-09 08:55:56

它存储权限的直接表是role_permission

The direct table it stores permissions in is role_permission.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文