Details
Description
Alerts are conditional on logged in user having 'administer CiviCRM' permission. Default CiviMail mailbox alert is conditional on CiviMail component enabled.
Added form rule for Organization Contact and Address form (Domain.php) to not allow save with info@fixme.org FROM email address or 'Default Domain Name' as organization name.
Added form rule to Mail Accounts form to not allow save with FIXME.org as mail account domain.
---- Original post —
The configuration checklist contains one item which is essential to visit and a load more which will work for most people as is. CI and Jamie from PTP both arrived independently at the conclusion that the "Domain Information" form should be dealt with separately. Further we both think that the word "Domain" should not be used here since it is not domain related information and this should be changed to something like "Organization Information" or similar. Attached is an image of how we've approached this in CiviSites: if the email address is left unchanged, the block appears and when it's been edited it goes. Also attached is the code we've used which may be useful although it may do a bit more than this and has had some UK specific stuff stripped out so needs testing. There are also some hard coded paths which are not appropriate outside our situation.