'Symfony 5.4 SecurityBundle, cant login after register
I build empty new project on 5.4 version, i use those commands to build project:
composer create-project symfony/skeleton:"^5.4" testapp54 &&
cd testapp54 &&
composer require webapp &&
composer require symfony/apache-pack &&
composer require symfonycasts/verify-email-bundle &&
composer require symfony/security-bundle &&
composer require symfonycasts/reset-password-bundle &&
php bin/console make:controller MainController &&
php bin/console make:user &&
php bin/console make:auth &&
php bin/console make:registration &&
php bin/console make:reset-password &&
php bin/console make:migration &&
php bin/console doctrine:migrations:migrate
After those install and config app working fine, i can even register, if i choose in conf option
Do you want to automatically authenticate the user after registration? (yes/no) [yes]: on yes, i am logged after register. But if i logout and try login again i can't ! I dont have any errors even i put wrong credensials.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

