mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
21 lines
501 B
HTML
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.
|