n_oct/plugins/rainlab/user/views/mail/activate.htm

13 lines
282 B
HTML
Raw Normal View History

2023-08-25 21:39:39 +00:00
subject = "Confirm your account"
description = "Activate a new user"
==
Hello {{ name }}
We need to verify that this is your email address.
Please click the link below to confirm your account:
{% partial 'button' url=link type='positive' body %}
Confirm account
{% endpartial %}