my question is: is it possible to have two different login templates using the same firewall in symfony2? You may ask why do I need this? Well, one of them should be rendered typically after clicking sign in button. In turn the second one would appear when user starts his checkout process clicking on button in his shopping cart. Then ideally he should be able to choose on the same page to login normally or to continue buying as a guest. So this is the difference between these two templates:
- Pure symfony2 login form
- Pure symfony2 login form + option to choose buying as a guest
Any idea guys how to distinct them with symfony2 login structure hidden magic? Or maybe it should be solved somehow differently? I will appreciate any help.