~devcamcar/horizon/lp711024

« back to all changes in this revision

Viewing changes to dashboard/templates/registration/activation_email.txt

  • Committer: Devin Carlen
  • Date: 2011-01-12 21:43:31 UTC
  • Revision ID: devin.carlen@gmail.com-20110112214331-7xt353qe2e7vala6
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% autoescape off %}
 
2
Welcome to the NASA Nebula Dashboard!
 
3
 
 
4
 
 
5
This message contains information about how to activate your NASA Nebula Dashboard account.
 
6
 
 
7
 
 
8
The NASA Nebula Dashboard is a web based management system that enables to easily manage your Nebula projects and instances.
 
9
 
 
10
 
 
11
PLEASE NOTE: Before you can access your Dashboard account, you must first be connected to your Nebula OpenVPN account.  You should receive another message soon with instructions on how to connect to your VPN.
 
12
 
 
13
 
 
14
When you're ready, connect to your Nebula OpenVPN and visit the following link to activate your account:
 
15
 
 
16
    http://{{ site.domain }}/accounts/activate/{{ activation_key }}
 
17
 
 
18
Please note that this invitation will expire in {{ expiration_days }} days.  After that time, you will need to contact your Nebula account manager for another invitation.
 
19
 
 
20
The Nebula Team
 
21
{% endautoescape %}