Rails authlogic:如何制作关卡?
我按照本教程设置正确设置 Autlogic。因此,我的网站需要一种级别形式,例如“管理员”、“版主”、“用户”、“访客”。因此,管理员可以做所有事情,而版主可能无法进行网站更改。用户不能销毁、更新或创建。
I followed this tutorial for setting Autlogic up properly. So, my site needs a form of level, like "Admin", "Moderator", "User", "Guest". So Admins can do everything, where Moderators may not can make site changes. And Users can't destroy, Update or Create.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要一个授权框架,例如 cancan 或 declarative_authorization 为此。
You need an authorization framework like cancan or declarative_authorization for that.
您可以使用 Authlogic、Facebook Connect、declarative_authorization 和用户间消息传递查看我的示例项目。
http://github.com/jspooner/authlogic_cucumber_rspec_example
You can check out my example project with Authlogic, Facebook Connect, declarative_authorization and user to user messaging.
http://github.com/jspooner/authlogic_cucumber_rspec_example