Use no password as temp password
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user