We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762bc92 commit c5381f0Copy full SHA for c5381f0
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