Clarify initial permissions for anonymous users
Created by: wmortada
I'm trying to clarify the permissions that are set for anonymous users when someone initially installs CiviCRM as this list appears to be missing a permission view public CiviMail content
. Also the profile permissions were unclear (profile listings and forms
is not/no longer set by default).
I've based this list on the Drupal permissions set on install as set here: https://github.com/civicrm/civicrm-core/blob/master/install/index.php#L1844-L1854
However this seems to be a bit inconsistent - i.e. see the line just before this: https://github.com/civicrm/civicrm-core/blob/master/install/index.php#L1841
So I'd appreciate it if someone could double check this.