cakePHP:关于ACL的问题
我编码 $this->Auth->allowedActions = array('index')
我使用插件民意调查,在操作索引中进行评级。 当我输入操作索引时,身份验证不允许,因为插件轮询的操作、评级不允许。
如何允许插件轮询、评级等操作在控制器中公开(我不想在插件控制器中允许)。
I code $this->Auth->allowedActions = array('index')
I use plugin poll, rating in action index .
When I enter action index, Auth dont allow because action of plugin poll,rating dont permit.
How to allow action of plugins poll,rating,...to public in controller (I dont want allow in controller of plugin ).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 AppController 中设置它:
You can set it in AppController: