From a42ab2f55c3a718182cf083597d5f05006b6c6af Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 11 Feb 2018 13:41:57 +0100 Subject: [PATCH] Fixed a missing reference --- security/form_login_setup.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/form_login_setup.rst b/security/form_login_setup.rst index 3a4c7fb0937..003a7a90023 100644 --- a/security/form_login_setup.rst +++ b/security/form_login_setup.rst @@ -161,8 +161,9 @@ Great! Next, add the logic to ``login()`` that displays the login form:: .. note:: If you get an error that the ``$authUtils`` argument is missing, it's - probably because you need to activate this new feature in Symfony 3.4. See - this :ref:`controller service argument note `. + probably because the controllers of your application are not defined as + services and tagged with the ``controller.service_arguments`` tag, as done + in the :ref:`default services.yaml configuration `. Don't let this controller confuse you. As you'll see in a moment, when the user submits the form, the security system automatically handles the form