summaryrefslogtreecommitdiff
path: root/openstack-dashboard/dashboard/templates/registration/activation_email.txt
blob: c9059ec0b49d2804e17c1c74c7c994ea8faea081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% autoescape off %}{% load django_nova_tags %}
Welcome to the {% site_branding %} Dashboard!


This message contains information about how to activate your {% site_branding %} Dashboard account.


The {% site_branding %} Dashboard is a web based management system that enables to easily manage your {% site_branding %} projects and instances.


PLEASE NOTE: Before you can access your Dashboard account, you must first be connected to your {% site_branding %} OpenVPN account.  You should receive another message soon with instructions on how to connect to your VPN.


When you're ready, connect to your {% site_branding %} OpenVPN and visit the following link to activate your account:

    http://{{ site.domain }}/accounts/activate/{{ activation_key }}

Please note that this activation invitation will expire in {{ expiration_days }} days.  After that time, you will need to re-register your {% site_branding %} Dashboard account.

The {% site_branding %} Team
{% endautoescape %}