Description

When setting subscribed_pages_default = u".*" in the global configuration, new users are shown as subscribed to all pages but do not actually receive notifications. As a workaround, a new user can enter their notification preferences and save them without any changes in order to activate notifications.

Steps to reproduce

  1. Globally set subscribed_pages_default = u".*"
  2. Create new user
  3. Observe that the new user won't receive any notifications as expected before manually saving their settings once

Example

Component selection

Details

MoinMoin Version

1.9.8

OS and Version

Python Version

2.7

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

I think it is a type error, the value needs to be a list:

subscribed_pages_default = [u".*", ]

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/DefaultSubscriptionsNotWorking (last edited 2018-08-16 17:32:56 by ThomasWaldmann)