Superadmin not allowed to see vulnerability
-
Hello,
Really Simple SSL warns me of a vulnerability, yet when I try to review it (through the page vulnerabilities-measures-overview), there is only “Sorry, you are not allowed to access this page.”.
I am the super admin of the site. Try with another admin, to no avail.
Tried the following as well :
function rsp_example_role_caps() { $role = get_role('administrator'); $role->add_cap('manage_security', true); } add_action('init', 'rsp_example_role_caps', 11);
Thanks for your help.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Superadmin not allowed to see vulnerability’ is closed to new replies.