1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/UsersManager/templates/_userInviteEmail.twig
Stefan Giehl 2310d5cb57 Use correct login plugin when generating invite link urls (#19718)
* Use correct login plugin when generating invite link urls

* fix form targets
2022-09-09 11:28:55 +02:00

8 خطوط
488 B
Twig

{% set closingHeadTag %}<code>{{ '</head>'|e('html') }}</code>{% endset %}
<p>{{ 'General_HelloUser'|translate(login) }}</p>
<p>{{ content|raw }}</p>
<a target="_blank" href="{{ piwikUrl }}?module={{ loginPlugin }}&action=acceptInvitation&token={{ token }}"
>{{ 'CoreAdminHome_AcceptInvite'|translate }}</a> |
<a target="_blank" href="{{ piwikUrl }}?module={{ loginPlugin }}&action=declineInvitation&token={{ token }}"
>{{ 'CoreAdminHome_DeclineInvite'|translate }}</a>
<p>{{ notes }}</p>