get('security.authentication_utils'); return $this->render('ChillMainBundle:Login:login.html.twig', array( 'last_username' => $helper->getLastUsername(), 'error' => $helper->getLastAuthenticationError() )); } public function LoginCheckAction(Request $request) { } }