Is there a way to prevent specific usernames from being created? For example, if I don’t want to create the accounts admin, support, webmaster, etc, do you have a snippet where I can list all of the usernames in an array or something and it’s used like a blacklist? If so, would the list be case-sensitive or not? Ideally not.
Hi,
Unfortunately there’s no such feature in HivePress, but since it uses the native WordPress API for registering users you can check if there’s any WordPress-specific snippet or plugin for this.