CRM_Core_Permission - Allow checking of anon-perms by authenticated-users
authorCiviCRM <info@civicrm.org>
Wed, 16 Mar 2022 08:30:48 +0000 (01:30 -0700)
committerSeamus Lee <seamuslee001@gmail.com>
Wed, 16 Mar 2022 23:26:06 +0000 (10:26 +1100)
commitae6d2c8ee469495b2fff903e70ddb86e5c057817
tree5e59173e3d68de73fc3108956df44b78ba133356
parentae88d6ba02f648f8d1f00b51c1114979d95abcaf
CRM_Core_Permission - Allow checking of anon-perms by authenticated-users

Each CRM_Core_Permission_* adapter allows you to check the permissions on
behalf of some other user. However, if that "other user" is "anonymous",
then they are prone to mishandling.
CRM/Core/Permission/Backdrop.php
CRM/Core/Permission/Drupal.php
CRM/Core/Permission/Drupal6.php
CRM/Core/Permission/Drupal8.php
CRM/Core/Permission/Joomla.php
CRM/Core/Permission/WordPress.php