Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在drupal 6中,默认有两个角色匿名用户和经过身份验证的用户。错误地删除了经过身份验证的用户。它为检查经过身份验证的用户的权限造成了很多问题,因此如何获得经过身份验证的用户角色。或者(回滚该操作)。
使用数据库名代替表名。在 phpMmyAdmin 中触发插入查询,如下所示:
INSERT INTO database name.role (rid, name) VALUES ('2', 'authenticated user')
在 phpmyadmin 中触发插入查询
插入到tablename. role( rid, name) VALUES ('2', '认证用户')
tablename
role
rid
name