Actions
Bug #15095
closednotification_email_urlmode does not support secure links (https)
Start date:
2005-10-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
config.notification_email_urlmode only converts long urls that use the simple http protocol to shortened urls, secure urls are beeing ignored.
Especially in the case of confirmation emails from login/registration processes secure links have to be supported!
The solution is simple: t3lib:div:substUrlsInPlainText has to be extended to support https links. A plain stupid approach is supplied in the attached file.
Please fix this in the core!
(issue imported from #M1655)
Files
Updated by Pieter almost 19 years ago
I ran into this problem too while using srfeuserregister. Does the fix in the attached file work, can it be used as a temporary fix?
Actions