CMS MADE SIMPLE FORGE

Self Registration

 

[#4182] HTML-entities in plain-text confirmation mail

avatar
Created By: David Ursem (mcDavid)
Date Submitted: Tue Oct 13 15:27:34 -0400 2009

Assigned To:
Version: 1.2.5
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
HTML-entities in plain-text confirmation mail
Detailed Description:
The url in the plain-text confirmation mail contains some &-HTML-entities.
But as it is plain text, and not HTML, they don't work, and the url's are
broken.

Should be quite easy to fix so I'll take a look soon...



History

Comments
avatar
Date: 2009-10-13 15:52
Posted By: David Ursem (mcDavid)

Add after line 879 in SelfRegistration.module.php:

    $url = html_entity_decode($url);
    $smallurl = html_entity_decode($smallurl);
      
Updates

Updated: 2009-10-13 15:52
description: The url in the plain-text confirmation mail contains some &-HTML-entities. But as it is plain text, and not HTML, they don't work, and the url's are broken. Should be quite easy to fix so I'll take a look soon... => The url in the plain-text confirmation mail contains some &-HTML-entities. But as it is plain text, and not HTML, they don't work, and the url's are broken. Should be quite easy to fix so I'll take a look soon...

Updated: 2009-10-13 15:28
version_id: -1 => 28020
resolution_id: => 5
severity_id: 12 => 2