Skip to content

Commit a0dc0af

Browse files
authored
Merge pull request #2954 from XWB/password-length
Revert "Bump the default minimal password length to 8 characters"
2 parents 3e41c84 + 87dc838 commit a0dc0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/validation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</option>
6464
</constraint>
6565
<constraint name="Length">
66-
<option name="min">8</option>
66+
<option name="min">2</option>
6767
<option name="max">4096</option>
6868
<option name="minMessage">fos_user.password.short</option>
6969
<option name="groups">

0 commit comments

Comments
 (0)