User tests: Successful: Unsuccessful:
In the last release the link generation for password reset and username reminder has been hardened to not downgrade https to http links with not explicit set "always https" setting.
This might lead to a regression, at least for my setup this generate broken links without https://domain part only providing the path of the url.
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Front End com_users |
| Labels |
Added:
PR-5.4-dev
|
||
Forget my remark. PR is ok and does what it claims to do.
I have tested this item ✅ successfully on c5f0c75
I have tested this item ✅ successfully on c5f0c75
The testing instructions could be simpler to make it easier for testers:
Hello,
A request has been made to reset your Joomla 5.4 account password. To reset your password, you will need to submit this verification code to verify that the request was legitimate.
The verification code is 612268462a7a4b89cc2281432701e33d
Select the URL below and proceed with resetting your password.
/joomla54/index.php/password-reset?layout=confirm&token=c5e7cc3a733e0e65fdd735629437218e
Thank you.
I have tested this item ✅ successfully on c5f0c75
Tested successfully on a local Laragon environment following the provided instructions #47852 (comment)
I have tested this item ✅ successfully on c5f0c75
Tested successfully on a local Laragon environment following the provided instructions #47852 (comment)
| Status | Pending | ⇒ | Ready to Commit |
RTC
RTC
As far as I can see, links in mailtemplates are relative - they are converted in the MailHelper::convertRelativeToAbsoluteUrls method, and if that does not work I assume the issue is located there and independent from the TLS mode fix.