The %command.name% command generates all the files needed to implement a fully-functional & secure password reset system. The SymfonycastsResetPasswordBundle is required and can be added using composer: composer require symfonycasts/reset-password-bundle For more information on the reset-password-bundle check out: https://github.com/symfonycasts/reset-password-bundle %command.name% requires a user entity with an email property, email getter method, and a password setter method. Maker will ask for these interactively if they cannot be guessed. Maker will also update your reset-password.yaml configuration file if one exists. If you have customized the configuration file, maker will attempt to modify it accordingly but preserve your customizations. php %command.full_name%