@nodebb/nodebb-plugin-import-users-csv
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -177,3 +177,3 @@ /* eslint-disable no-await-in-loop */ | ||
if (behaviour === 'password') { | ||
if (behaviour === 'password' && newPassword) { | ||
await batch.processArray(users, async (users) => { | ||
@@ -180,0 +180,0 @@ await Promise.all(users.map(async (userObj) => { |
{ | ||
"name": "@nodebb/nodebb-plugin-import-users-csv", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A starter kit for quickly creating NodeBB plugins", | ||
@@ -5,0 +5,0 @@ "main": "library.js", |
186078