Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-6477

Joomla user accounts are created with "Receive System Emails" set to YES.

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.1.5
    • Fix Version/s: 3.1.6
    • Component/s: None
    • Labels:
      None

      Description

      Originally report here:
      http://forum.civicrm.org/index.php/topic,11513.0.html

      The issue is happening when CiviCRM is creating new Joomla user accounts. The new user records have field sendEmail=1. This isn't a good default value, as this setting it reserved for Admin users typically.

      Patch this file :

      /administrator/components/com_civicrm/civicrm/CRM/Core/BAO/CMSUser.php
      function createJoomlaUser. ( line 530 )

      • $values['sendEmail'] = 1;
        + $values['sendEmail'] = 0;

        Attachments

          Activity

            People

            • Assignee:
              kurund Kurund Jalmi
              Reporter:
              conga3 Conga3_com
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: