Temporarily disable username profanity check

This commit is contained in:
David Erwin
2017-04-11 11:05:55 -04:00
parent bcf31cd19a
commit 2c8d03bd8d
+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!