mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00: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 !== '') {
|
if($password !== '') {
|
||||||
$password = $password . ' ';
|
$password = $password . ' ';
|
||||||
}
|
}
|
||||||
$password = $password . $this->words[random_int(0, 2047)];
|
$password = $password . $this->words[random_int(0, 7775)];
|
||||||
}
|
}
|
||||||
|
|
||||||
return $password;
|
return $password;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue