Disabled Users Receive Notification from Team Calendar

XMLWordPrintable

    • Severity 3 - Minor

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.

      Summary

      Confluence disabled users that subscribed to a calendar still receive notifications when calendar have new events added or when events in the subscribed calendar are modified.

      Steps to Reproduce

      1. Create a new user in Confluence
      2. Make the new user watch a calendar in Team Calendar
      3. Disable the newly created user
      4. Modified or add a new event into the watched calendar

      Expected Results

      Confluence should acknowledge that a disabled users watched a calendar but won't process the notification as the users are disabled and therefore should not receive any updates/notification from Confluence as well as Team Calendar.

      Actual Results

      Confluence process the notification and publish notification to disabled users.

      Workaround

      Administrator could try to update all disabled users e-mail address to another e-mail address. This way, disabled users won't receive the notification from Team Calendar in their e-mail address. Please execute this SQL query:

      UPDATE cwd_user SET email_address = '<enter email address>' WHERE active = 'F';
      UPDATE cwd_user SET lower_email_address = '<enter email address all in lower case>' WHERE active = 'F';

            Assignee:
            Unassigned
            Reporter:
            Septa Cahyadiputra (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: