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 f3e42bb commit 4f9136cCopy full SHA for 4f9136c
symfony/user.md
@@ -139,14 +139,6 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
139
{
140
return (string) $this->email;
141
}
142
-
143
- /**
144
- * @see UserInterface
145
- */
146
- public function eraseCredentials(): void
147
- {
148
- $this->plainPassword = null;
149
- }
150
151
```
152
@@ -258,7 +250,6 @@ final readonly class UserPasswordHasher implements ProcessorInterface
258
250
$data->getPlainPassword()
259
251
);
260
252
$data->setPassword($hashedPassword);
261
- $data->eraseCredentials();
262
253
263
254
return $this->processor->process($data, $operation, $uriVariables, $context);
264
255
0 commit comments