manager Push Notification
https://symfony.com/doc/current/security.html
https://symfony.com/doc/current/security/form_login_setup.html
Registrando Usuarios
- In RegistrationController::verifyUserEmail():
- Customize the last redirectToRoute() after a successful email verification.
- Make sure you're rendering success flash messages or change the $this->addFlash() line.
- Review and customize the form, controller, and templates as needed.
- Run "php bin/console make:migration" to generate a migration for the newly added User::isVerified property.
Agregando usuarios