Skip to content

Commit

Permalink
Update epp.php
Browse files Browse the repository at this point in the history
  • Loading branch information
getpinga authored Jan 20, 2023
1 parent 7184d23 commit b529331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@ function generateObjectPW($objType = 'none')
$numbers = "1234567890";
$specialSymbols = "!=+-";
$minLength = 16;
$maxLength = 18;
$maxLength = 16;
$length = mt_rand($minLength, $maxLength);

// Include at least one character from each set
Expand Down

0 comments on commit b529331

Please sign in to comment.