Ion Auth 用户和管理员问题 - CodeIgniter
我使用 Ion Auth 进行网站身份验证,这是一个很棒的工具,但有一个小问题。每当创建用户时,他们都会自动创建为管理员,而不是成员或普通用户,即使这是在我的 ion_auth 配置文件中指定的。有其他人遇到过这个问题,或者知道如何解决这个问题吗?
I'm using Ion Auth for my website authentication, and it's a wonderful tool with one slight issue. Whenever a user is created, they are automatically created as an administrator and not a member or general user even though this is specified within my ion_auth config file. Has anyone else come across this issue, or know how to resolve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 application/config/ion_auth.php 中,
“成员”必须插入由以下定义的“组”表中:
如果这不起作用,则问题出在另一部分......
In application/config/ion_auth.php
'members' must be inserted in the 'groups' table defined by:
If this not works the problem is in another part...