Merge pull request #6630 from FreeCodeCamp/fix/is-cheater
Fix isCheater/isLocked not blocking certs
This commit is contained in:
@ -307,6 +307,8 @@ module.exports = function(app) {
|
|||||||
}
|
}
|
||||||
return findUserByUsername$(username, {
|
return findUserByUsername$(username, {
|
||||||
isGithubCool: true,
|
isGithubCool: true,
|
||||||
|
isCheater: true,
|
||||||
|
isLocked: true,
|
||||||
isFrontEndCert: true,
|
isFrontEndCert: true,
|
||||||
isDataVisCert: true,
|
isDataVisCert: true,
|
||||||
isBackEndCert: true,
|
isBackEndCert: true,
|
||||||
|
Reference in New Issue
Block a user