add loopbackMigrationGrandfathered flag
This commit is contained in:
@ -92,6 +92,8 @@ var users = dbObservable
|
|||||||
user.username = 'fcc' + uuid.v4().slice(0, 8);
|
user.username = 'fcc' + uuid.v4().slice(0, 8);
|
||||||
if (user.github) {
|
if (user.github) {
|
||||||
user.isGithubCool = true;
|
user.isGithubCool = true;
|
||||||
|
} else {
|
||||||
|
user.isMigrationGrandfathered = true;
|
||||||
}
|
}
|
||||||
return user;
|
return user;
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user