• Resolved theclumsyone

    (@theclumsyone)


    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)
  • Plugin Author Mark

    (@markwolters)

    Hi @theclumsyone,

    the vulnerabilities overview should be available when accessing it through the network SSL & Security section. It could be the link is pointing to the regular site address and not the network address. Accessing the vulnerability via the network SSL menu should work.

    Thread Starter theclumsyone

    (@theclumsyone)

    Hi @markwolters,

    Thank you for your help. I will not be able to try it, as the vulnerability is not appearing anymore (?), but I will remember to try it from the network address next time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Superadmin not allowed to see vulnerability’ is closed to new replies.