-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-dev
-
None
./install/schemas/schema_data.sql:INSERT INTO phpbb_user_notifications (item_type, item_id, user_id, method) VALUES('phpbb_notification_type_post', 0, 2, '');
|
./install/schemas/schema_data.sql:INSERT INTO phpbb_user_notifications (item_type, item_id, user_id, method) VALUES('phpbb_notification_type_post', 0, 2, 'phpbb_notification_method_email');
|
./install/schemas/schema_data.sql:INSERT INTO phpbb_user_notifications (item_type, item_id, user_id, method) VALUES('phpbb_notification_type_topic', 0, 2, '');
|
./install/schemas/schema_data.sql:INSERT INTO phpbb_user_notifications (item_type, item_id, user_id, method) VALUES('phpbb_notification_type_topic', 0, 2, 'phpbb_notification_method_email');
|
phpbb_notification_type_ prefix needs to be stripped.
The initial admin user of a fresh install is not subscribed via email because of this.