Quick fix for ROC CMS links in authentication email templates.

This commit is contained in:
2015-08-10 12:55:10 +02:00
parent aff6b07c80
commit 7cb4c0e9f4
3 changed files with 6 additions and 6 deletions

View File

@@ -8,10 +8,10 @@
</head>
<body>
<p>You have required a new password at <a href="...">ROC CMS</a></p>
<p>You have required a new password at <a href="$host">ROC CMS</a></p>
<p>To complete your request, please click on this link to genereate a new password:<p>
<p><a href="$link">$link</a></p>
</body>
</html>
</html>