From 9f0d8e5f829c31a830a9aaea124cd5378160aea4 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Thu, 27 Jul 2023 11:30:37 -0700 Subject: [PATCH] fix security --- docs/Security.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Security.md b/docs/Security.md index 83a0e9b..823e6ac 100644 --- a/docs/Security.md +++ b/docs/Security.md @@ -5,7 +5,7 @@ Permissions are linked to a user object. ```bash -symfony console make:user +symfony console make:user # (All default yes) symfony console make:auth # (1 for login form) symfony console make:registration-form symfony console make:reset-password @@ -20,6 +20,8 @@ Note: 'symfony' is the name of your symfony app in docker-compose (such as app) ## Login Form +The above already created this. + ```php bin/console make:controller Login``` You have to add