morgan-blondellet

Results 4 comments of morgan-blondellet

I tried implementing your code but i found an issue. If you submit the form with an empty password for the currently logged in User `$this->getUser()->getPassword()` will return an empty...

I don't have the non working code anymore. I had more or less the same thing as yourself but if i edited the current logged in user i would lose...

Hi. It seems to me that your error is coming from the setter and not the getter. If an argument is expected it would be at the setter level. Can...

No problem ! Yes, your function's argument is typed as a non nullable `string`. In order to be able to send null to the `setPlainPassword` method you need to type...