We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1de5d3 + 4b9df24 commit dd11a53Copy full SHA for dd11a53
security/form_login.rst
@@ -74,7 +74,7 @@ First, enable ``form_login`` under your firewall:
74
75
Now, when the security system initiates the authentication process, it will
76
redirect the user to the login form ``/login``. Implementing this login form
77
-is your job. First, create a new ``SecurityController`` inside a bundle::
+is your job. First, create a new ``SecurityController``::
78
79
// src/Controller/SecurityController.php
80
namespace App\Controller;
0 commit comments