We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63ec8e commit 3aac7c5Copy full SHA for 3aac7c5
security/entity_provider.rst
@@ -85,7 +85,7 @@ For this entry, suppose that you already have a ``User`` entity inside an
85
{
86
$this->isActive = true;
87
// may not be needed, see section on salt below
88
- // $this->salt = md5(uniqid(null, true));
+ // $this->salt = md5(uniqid('', true));
89
}
90
91
public function getUsername()
0 commit comments