Skip to content

Commit a42ab2f

Browse files
committed
Fixed a missing reference
1 parent aee4f13 commit a42ab2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

security/form_login_setup.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ Great! Next, add the logic to ``login()`` that displays the login form::
161161
.. note::
162162

163163
If you get an error that the ``$authUtils`` argument is missing, it's
164-
probably because you need to activate this new feature in Symfony 3.4. See
165-
this :ref:`controller service argument note <controller-service-arguments-tag>`.
164+
probably because the controllers of your application are not defined as
165+
services and tagged with the ``controller.service_arguments`` tag, as done
166+
in the :ref:`default services.yaml configuration <service-container-services-load-example>`.
166167

167168
Don't let this controller confuse you. As you'll see in a moment, when the
168169
user submits the form, the security system automatically handles the form

0 commit comments

Comments
 (0)