Update install.php for avoid wildcards, single and double quote chars
This commit is contained in:
parent
5d94369b5a
commit
8dfb5434ae
|
@ -364,7 +364,7 @@ function random_name(int $size)
|
||||||
'48:57',
|
'48:57',
|
||||||
'65:90',
|
'65:90',
|
||||||
'97:122',
|
'97:122',
|
||||||
'33:47',
|
'40:47',
|
||||||
];
|
];
|
||||||
|
|
||||||
// Size of the password must be over range seed count.
|
// Size of the password must be over range seed count.
|
||||||
|
|
Loading…
Reference in New Issue