开发者

How do I set credentials for Symfony plugins?

I have a backend with SfGuard, and I have plugins like 开发者_运维技巧sfGuard, which have modules. How do I change their security settings? they don't have folders in my backend app where I could put a security.yml.


Create module which you would like to secure, for example

/app/backend/modules/sfGuardRegister

After that you can secure the module with creating

/module_path/config/security.yml

and configure credentials.

I have not tryed that beheivour with security.yml, but I've rewroten the templates, actions, components. It should work.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜