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 fa04312 commit e1455dfCopy full SHA for e1455df
Encoder/PlaintextPasswordEncoder.php
@@ -14,7 +14,9 @@
14
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
15
16
/**
17
- * PlaintextPasswordEncoder does not do any encoding.
+ * PlaintextPasswordEncoder does not do any encoding but is useful in testing environments.
18
+ *
19
+ * As this encoder is not cryptographically secure, usage of it in production environments is not recommended.
20
*
21
* @author Fabien Potencier <fabien@symfony.com>
22
*/
0 commit comments