Use no password as temp password

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-15 13:11:18 +01:00
parent 63d691a63c
commit 109fe1b62c

View File

@@ -133,7 +133,7 @@ abstract class Importer
} else {
$this->csv = Reader::createFromString($file);
}
$this->tempPassword = substr(str_shuffle('0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'), 0, 40);
$this->tempPassword = '*** NO PASSWORD ***';
}
// Cached Values for import lookups