You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the email.mention key = true, if a new user registers the "mention me in a post" setting by default is still disabled.
I think we just need to change config.defaults.php so that email.mention = false, and then in core/models/ETMemberModel.class.php line 60 update it so it contains
When I tested without this fix it didn't work as expected. With the key set if I created a new user, they did not have the email.mention preference enabled by default. With this fix, if I had the key set and I created a user, the preference was correctly set by default.
When setting the email.mention key = true, if a new user registers the "mention me in a post" setting by default is still disabled.
I think we just need to change config.defaults.php so that email.mention = false, and then in core/models/ETMemberModel.class.php line 60 update it so it contains
$preferences = array("email.privateAdd", "email.post", "starOnReply", "email.mention");
The text was updated successfully, but these errors were encountered: