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)
committerTim Otten <totten@civicrm.org>
Wed, 16 Mar 2022 08:35:37 +0000 (01:35 -0700)
commit13d2d67ab0ccf23dfd49a197e850140012bb01f1
tree393722b22573b23940c831e35733545608823f6d
parenteb6348c6f7b71562dfee1e1edc7eafd29660e25f
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