From a72a8abb0716f0413e3f240e6f1a975615a4fd98 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sat, 10 Aug 2019 12:07:31 +0200 Subject: [PATCH] Update form_login_setup.rst The script ask for the generation of logout, so add this information to the doc too --- security/form_login_setup.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/form_login_setup.rst b/security/form_login_setup.rst index bd6a8c65bb5..3527c2a3fda 100644 --- a/security/form_login_setup.rst +++ b/security/form_login_setup.rst @@ -31,6 +31,9 @@ and your generated code may be slightly different: Choose a name for the controller class (e.g. SecurityController) [SecurityController]: > SecurityController + + Do you want to generate a '/logout' URL? (yes/no) [yes]: + > yes created: src/Security/LoginFormAuthenticator.php updated: config/packages/security.yaml