Hi, we are using the WordFence security plugin. There is a feature that allows us to automatically block users that try to login with the username admin, administrator, or etc… We would like to hook into the save process for the configuration and generate unique users based upon the child site. For example, domain-admin or admin-domain. Is there a way to do that? For instance, the saved configuration for google.com would look like the following under blocked users: admin, administrator, google-admin, admin-google, google.com-admin.
@kwcjr - Is there a way to programmatically do this by hooking into some function? That is the only setting we want to override on a site basis. Otherwise, all of our websites should be setup the same.
@Revekius Not built into MainWP, I do not believe so.
In my personal setup with my clients. ( YES I use MainWP as well! ) I usually just add these rules to global as they are usually the same across all sites anyways.
If you’re PHP savvy you could look into the WF API here - the import might be of use: Wordfence API - Wordfence