I enabled the profanity filter and a member registered as "Hello123". The profanity filter marked Hell as ****. If I enable full words only, will that solve the problem?
Hello Genesis !
Yes, it will. Like it is shown in the method which works with this area:
/**
* Apply censorship to $string, replacing $badwords with $censorChar.
*
* @param string $string String to be censored.
* @param bool $fullWords Option to censor by word only.
* @return array
*/