YOURLS-AuthMgrPlus icon indicating copy to clipboard operation
YOURLS-AuthMgrPlus copied to clipboard

"Administrators" are not allowed to manage plugins...

Open umlaeute opened this issue 2 years ago • 1 comments

after enabling the plugin, i can no longer manage any plugins, even though i am supposed to be administrator:

$amp_role_assignment = array(
  'Administrator' => array(
    'me',
  ),
);

instead i get an Access Denied warning.

umlaeute avatar Feb 14 '23 12:02 umlaeute

turns out that the capability check was broken in ff31aff5c2418277fd0c40bf87cb0ee44ef02249

umlaeute avatar Feb 14 '23 12:02 umlaeute