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.
问问题
486 次
2 回答
4
You need an authorization framework like cancan or declarative_authorization for that.
于 2010-05-02T08:14:46.927 回答
1
You can check out my example project with Authlogic, Facebook Connect, declarative_authorization and user to user messaging.
于 2010-05-03T20:13:36.647 回答