I'm working on a symfony 1.4 project which contains a frontend and a backend. I want to know if it's possible to configure a different login action for each module.
I've tried to add a settings.yml file in the config folder of each module but it doesn't work.
Than开发者_开发百科ks,
I don't think there can be a settings.yml file per module. You could try to forward to the correct login action by analysing the "module" parameter of the request in a base login action.
精彩评论