Merge pull request #478 from coralproject/disable-profanity-username-check

Temporarily disable username profanity check
This commit is contained in:
Kim Gardner
2017-04-11 11:18:07 -04:00
committed by GitHub
+1 -1
View File
@@ -268,7 +268,7 @@ module.exports = class UsersService {
if (checkAgainstWordlist) {
// check for profanity
return Wordlist.usernameCheck(username);
console.log('Username profanity check disabled: ', Wordlist.usernameCheck(username));
}
// No errors found!