We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6544c7d + 7f144e0 commit 3220a8cCopy full SHA for 3220a8c
1 file changed
src/Form/PasswordChangeForm.php
@@ -95,7 +95,7 @@ private function addInputFilter()
95
'name' => 'StringLength',
96
'options' => [
97
'min' => 6,
98
- 'max' => 64
+ 'max' => 32
99
],
100
101
0 commit comments