Kaynağa Gözat

return null on salt

Vincent GUFFON 3 yıl önce
ebeveyn
işleme
88d2f7a0a0
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/Entity/Person/Person.php

+ 1 - 0
src/Entity/Person/Person.php

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