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.
1 parent d1aec31 commit b45bc50Copy full SHA for b45bc50
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`` inside your app::
78
79
// src/Controller/SecurityController.php
80
namespace App\Controller;
0 commit comments