Skip to content

Commit 3d2f1d6

Browse files
Merge branch '3.4' into 4.4
* 3.4: [Yaml] fix dumping strings containing CRs [DI] Fix XmlFileLoader bad error message Tweak message improve PlaintextPasswordEncoder docBlock summary [Validator] Add two missing translations for the Arabic (ar) locale Use some PHP 5.4 constants unconditionally Revert "bug symfony#28179 [DomCrawler] Skip disabled fields processing in Form" Add Spanish translation Fix typo [Validator] add Japanese translation Fix typo Add Polish translation [SecurityBundle] Minor fixes in configuration tree builder bumped Symfony version to 3.4.39 updated VERSION for 3.4.38 update CONTRIBUTORS for 3.4.38 updated CHANGELOG for 3.4.38
2 parents 6251c8e + 071d8da commit 3d2f1d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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 discouraged.
1820
*
1921
* @author Fabien Potencier <fabien@symfony.com>
2022
*/

0 commit comments

Comments
 (0)