mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Made default password longer
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c149885ceb
commit
bcf9188dcd
|
@ -119,7 +119,7 @@ abstract class Importer
|
||||||
} else {
|
} else {
|
||||||
$this->csv = Reader::createFromString($file);
|
$this->csv = Reader::createFromString($file);
|
||||||
}
|
}
|
||||||
$this->tempPassword = substr(str_shuffle('0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'), 0, 20);
|
$this->tempPassword = substr(str_shuffle('0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'), 0, 40);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Cached Values for import lookups
|
// Cached Values for import lookups
|
||||||
|
|
Loading…
Reference in a new issue