Thanks to visit codestin.com Credit goes to github.com
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 321f8c2 commit c1224baCopy full SHA for c1224ba
src/Security/PasswordStrengthService.php
@@ -2,6 +2,10 @@
2
3
namespace SumoCoders\FrameworkCoreBundle\Security;
4
5
+/**
6
+ * This service can be used to estimate the strength of a password.
7
+ * It's based on the private static method Symfony\Component\Validator\Constraints\PasswordStrengthValidator::estimateStrength.
8
+ */
9
class PasswordStrengthService
10
{
11
public const STRENGTH_VERY_WEAK = 0;
0 commit comments