App for Cloudflare® Pro

App for Cloudflare® Pro 1.9.2

How do I give an admin access to App4CF settings?

sjamaan

New member
I see that admins do not have access to App4CF settings.
How can I provide access to an admin that is not the main admin?
 
Normally all admins would have access to the Cloudflare settings, unless one of the admins used the Only your user account checkbox option. It might be worth looking to see if that setting is checked on the admin account you can see the settings from (it's the last option on Settings page/Setup tab). If you want to bypass that setting, you can add this to your WordPress config file:

PHP:
define('CLOUDFLARE_BYPASS_USER_LOCK', true);

Beyond that, the only other thing that will hide settings in the admin area is if the site is part of a multisite network, is not the main site within that network and also doesn't have it's own domain. Specifically, that's normally a setup where it's a site within a multisite network that doesn't have it's own domain.
 
Back
Top