Skip to content

Commit 86fead7

Browse files
authored
Merge pull request #7973 from obozdag/patch-1
Small typo in validation.html
2 parents ebf7bc6 + f4af1a9 commit 86fead7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/libraries/validation

user_guide_src/source/libraries/validation/007.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
// or
88
$validation->setRules([
99
'username' => ['label' => 'Username', 'rules' => 'required|max_length[30]'],
10-
'password' => ['label' => 'Password', 'rules' => ['required', '|max_length[255]', 'min_length[10]']],
10+
'password' => ['label' => 'Password', 'rules' => ['required', 'max_length[255]', 'min_length[10]']],
1111
]);

0 commit comments

Comments
 (0)