Not able to validate the correct username and password in symfony

后端 未结 0 1833
长发绾君心
长发绾君心 2021-01-14 09:00

I have used following lines of code to create a user.

$newUser = new User();
$plainPassword = \'test\';
$hashPassword = $this->passwordEncoder->encodePa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题