Symfony2 and FOSUserBundle: goodbye sfGuardUserPlugin

Lately I have been working closely with FOSUserBundle in order to get my productivity tool DoItAgain launched soon. The documentation shipping with the bundle is just enough to get your hands dirty and see some action. I have been struggling with some concepts integration points, but the fault is not of the bundle, but mine as I am still at the beginning of the Symfony2 learning curve. Today I have been integrating some Treviso favourite web designer aka paui’s code. As I keep diving into Symfony2 code, I keep having the same feeling: a voice from within keeps saying “this is AWESOME!!!!”. Having messed a lot with Symfony1 form formatters, I loved to jump into the simplicity and the endless possibilities the new form sub-system along with Twig open. Changing the output of a field row is just a matter of including a template and overriding a block. W-O-W.