Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 908fb73

Browse files
jrushlowfabpot
authored andcommitted
improve PlaintextPasswordEncoder docBlock summary
1 parent b6f61e4 commit 908fb73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Core/Encoder/PlaintextPasswordEncoder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
1515

1616
/**
17-
* PlaintextPasswordEncoder does not do any encoding.
17+
* 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.
1820
*
1921
* @author Fabien Potencier <[email protected]>
2022
*/

0 commit comments

Comments
 (0)