fix security
This commit is contained in:
parent
7e87bed6e4
commit
9f0d8e5f82
@ -5,7 +5,7 @@
|
|||||||
Permissions are linked to a user object.
|
Permissions are linked to a user object.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
symfony console make:user
|
symfony console make:user # (All default yes)
|
||||||
symfony console make:auth # (1 for login form)
|
symfony console make:auth # (1 for login form)
|
||||||
symfony console make:registration-form
|
symfony console make:registration-form
|
||||||
symfony console make:reset-password
|
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
|
## Login Form
|
||||||
|
|
||||||
|
The above already created this.
|
||||||
|
|
||||||
```php bin/console make:controller Login```
|
```php bin/console make:controller Login```
|
||||||
|
|
||||||
You have to add
|
You have to add
|
||||||
|
Reference in New Issue
Block a user