Skip to content

Commit 3220a8c

Browse files
authored
Merge pull request #26 from ProspectOne/develop
Develop
2 parents 6544c7d + 7f144e0 commit 3220a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Form/PasswordChangeForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private function addInputFilter()
9595
'name' => 'StringLength',
9696
'options' => [
9797
'min' => 6,
98-
'max' => 64
98+
'max' => 32
9999
],
100100
],
101101
],

0 commit comments

Comments
 (0)