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