Skip to content

Commit

Permalink
updated documentation for new banMode option
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumley committed Mar 25, 2015
1 parent 0e42434 commit 6e1c2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $check = new \Complexify\Complexify(array(
'minimumChars' => 8, // the minimum acceptable password length
'strengthScaleFactor' => 1, // scale the required password strength (higher numbers require a more complex password)
'bannedPasswords' => array(), // override the default banned password list
'banmode' => 'strict', // strict == don't allow substrings of banned passwords, loose == only ban exact matches
'banMode' => 'strict', // strict == don't allow substrings of banned passwords, loose == only ban exact matches
'encoding' => 'UTF-8', // password string encoding
));
```
Expand Down

0 comments on commit 6e1c2ac

Please sign in to comment.