@@ -124,6 +124,7 @@ class Person implements UserInterface
public function getSalt(): ?string
{
+ return null;
// not needed when using the "bcrypt" algorithm in security.yaml
}