Skip to content

Commit c5381f0

Browse files
committed
Max password length 32 characters.
1 parent 762bc92 commit c5381f0

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)