Don't find holding accounts with a hashed password

This commit is contained in:
James Allen 2017-03-24 13:46:31 +00:00
parent 21b15c8c73
commit a8557bb139

View file

@ -8,7 +8,7 @@ module.exports = HoldingAccountMigration =
DRY_RUN: true
findHoldingAccounts: (callback = (error, users) ->) ->
db.users.find({holdingAccount: true}, {holdingAccount: 1, email: 1}, callback)
db.users.find({holdingAccount: true, hashedPassword: { $exists: false }}, {holdingAccount: 1, email: 1}, callback)
deleteUserProjects: (user_id, callback = (error) ->) ->
# Holding accounts can't own projects, so only remove from