开发者

Rails authlogic : How to make Levels?

开发者 https://www.devze.com 2022-12-29 01:48 出处:网络
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

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, Upd开发者_开发知识库ate or Create.


You need an authorization framework like cancan or declarative_authorization for that.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号