mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 06:40:07 +08:00
Merge pull request #478 from coralproject/disable-profanity-username-check
Temporarily disable username profanity check
This commit is contained in:
+1
-1
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user