Samuel Georges e6b191bd94 Typo
2017-07-22 22:24:31 +10:00

21 lines
501 B
HTML

subject = "Welcome to October CMS"
layout = "system"
description = "Invite new admin to the site"
==
Hi {{ name }}
A user account has been created for you.
{% component 'panel' %}
- Login: `{{ login }}`
- Password: `{{ password }}`
{% endcomponent %}
You can use the following link to sign in:
{% component 'button' url=link %}
Sign in to admin area
{% endcomponent %}
After signing in you should change your password by clicking your name on the top right corner of the administration area.