mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-04 04:51:59 +08:00
increase to 7775
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
4740ff1370
commit
f618460a9f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue