Forced to enter new...
 
Notifications
Clear all

wpForo 1.x.x [Closed] Forced to enter new password when editing profile

12 Posts
4 Users
3 Reactions
1,777 Views
Posts: 1602
(@anonymous20)
Noble Member
Joined: 9 years ago

@sofy did you note this notification formating bug?

 

3 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

Sure @anonymous20,

I've already contacted the developers and let them know about the issue. I'll let you know once I get a response. 

 

(@anonymous20)
Joined: 9 years ago

Noble Member
Posts: 1602

@sofy

 

I don't care for a fix, just care if you fully understood and note the problem for a future fix. Because it is easy to get lost in all the topics you monitor. I do know and understand that, doing some similar job as yours myself (hosting support).

If you want, i can easy replicate it HERE so YOU get also the false notification.

 

 

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

Thank you for understanding @anonymous20,

We fully get the issue. As far as we fill HTML in the email notification content, it was substring the content (the <a> tag was opened and closed on the wrong place) and somehow the support topic linked and unsubscribed liked were missed. 

If the email content is not filled as HTML or ignores the substring function this kind of issue never takes place. So the content will be unlimited.

In the second case the following code should be used. So the limit will be ignored:

add_filter('wpforo_email_notification_post_body_length', function(){return 0;});

 

Page 2 / 2