For version 6.0, there was a PR #45211 that added a new email template.
Problem: The URL tag in this template is broken.
You will receive an email with a working URL in the administrator's email address, roughly in the following format:
https://SITE/administrator/index.php?option=com_content&view=articles&filter[search]=id:17
Everything is fine here, the link works, and the admin can easily access the admin panel with the appropriate filter for this article.
The new user will receive an email with the same URL. However, the new user is not an admin and does not have access. Moreover, the URL itself implies a link to the article in the frontend, since many other users receive these emails for exactly this purpose – site updates and a link to the article.
In short, the link is broken in its current form. Removing the link (tag) from the template is wrong, in my opinion. We do need the link, but this needs to be fixed.
| Labels |
Added:
No Code Attached Yet
|
||