Symfony Users
Symfony provides a security component that allows you to manage users and roles. This component is called Symfony Security.
Create User Entity
To create a new user entity, run the following command:
symfony console make:user
Authentication Form
To create a new authentication form, run the following command:
symfony console make:auth
Registration Form
To create a new registration form, run the following command:
symfony console make:registration-form
Resetting Password
To create a new resetting password, run the following command:
symfony console make:reset-password