diff --git a/php/src/Auth/PasswordGenerator.php b/php/src/Auth/PasswordGenerator.php index e39abec4..6e9ee9a1 100644 --- a/php/src/Auth/PasswordGenerator.php +++ b/php/src/Auth/PasswordGenerator.php @@ -7792,7 +7792,7 @@ class PasswordGenerator if($password !== '') { $password = $password . ' '; } - $password = $password . $this->words[random_int(0, 2047)]; + $password = $password . $this->words[random_int(0, 7775)]; } return $password;