Disabling the Creation of New Users
-
I’m the admin of a large multisite network that has FeedWordPress available for site admins to activate. I came across a bunch of unknown users on the multisite that had email addresses outside our organization (which should never happen). I eventually tracked it down to FeedWordPress calling wp_insert_user() and inserting new users for syndicated feeds.
I see there is an option in the settings to pick a local user instead of creating a new user. However, is there any possible way to disable this on the network level? I really don’t want any email notifications or anything else going out to external users because FeedWordPress decided to add users. I’m writing a wp-cli script now to delete the users and reassign content to other existing admins.
Thanks,
Steve
- The topic ‘Disabling the Creation of New Users’ is closed to new replies.