diff --git a/templates/profile.html b/templates/profile.html
index 8c46eef..0f13b0b 100644
--- a/templates/profile.html
+++ b/templates/profile.html
@@ -10,7 +10,10 @@
Username: {{ user.username }}
+{% if eveaccounts %}
Service Accounts
+This is a list of all your current service accounts, to create a login for
+a new service click the Add Service link
{% if srvaccounts %}
@@ -35,8 +38,14 @@
+{% endif %}
Eve API Keys
+Adding a Eve API key will allow you to access any services allowed for your
+corporation. Limited keys are accepted for service validation. API keys
+are stored for on-going authentication. As the assigned owner of a key you may
+remove them at any time, but this may affect any existing services you have
+setup.
{% if eveaccounts %}
diff --git a/templates/registration/activate.html b/templates/registration/activate.html
index 7999340..6befc24 100644
--- a/templates/registration/activate.html
+++ b/templates/registration/activate.html
@@ -6,7 +6,7 @@
Thank you for registering!
From now on, you can login with your username ({{ username }}).
- Back
+ Back
{% endwith %}
{% else %}
diff --git a/templates/registration/activation_email.txt b/templates/registration/activation_email.txt
index 472918a..f4aa748 100644
--- a/templates/registration/activation_email.txt
+++ b/templates/registration/activation_email.txt
@@ -10,4 +10,4 @@ In case you didn't register, please ignore this Mail. The account will be delete
Regards,
Matalok
-Mumble Admin
+Auth Gateway Admin
diff --git a/templates/registration/activation_email_subject.txt b/templates/registration/activation_email_subject.txt
index 5af014e..6044b1c 100644
--- a/templates/registration/activation_email_subject.txt
+++ b/templates/registration/activation_email_subject.txt
@@ -1 +1 @@
-Account verification
+Dreddit Auth Gateway Account Validation
diff --git a/templates/registration/profile.html b/templates/registration/profile.html
deleted file mode 100644
index 353aec3..0000000
--- a/templates/registration/profile.html
+++ /dev/null
@@ -1,69 +0,0 @@
-{% load i18n %}
-
-{% block Content %}
-{% blocktrans with user|capfirst as username %}Profile of {{username}}{% endblocktrans %}
-
-
-| Service | Server | Status | Login | Other |
-
-{% if mumbleacc %}
-| Mumble | mumble.dredd.it | Active | {{ mumbleacc.name }} | Delete |
-{% else %}
-| Mumble | mumble.dredd.it | Inactive | N/A |
-{% if eveapi %}
- Create Mumble Login |
-{% else %}
-
-{% endif %}
- |
-{% endif %}
-
-{% if corpaccess %}
-| Jabber | jabber.dredd.it | Active | {{ user.username }}@dredd.it | |
-{% else %}
-| Jabber | jabber.dredd.it | Inactive | | |
-{% endif %}
-
-{% if corpaccess %}
-| Wiki | wiki.dredd.it | Active | {{ user.username }} | |
-{% else %}
-| Wiki | wiki.dredd.it | Inactive | | |
-{% endif %}
-
-{% if corpaccess %}
-| Forums | forum.dredd.it | Unkown | {{ user.username }} | |
-{% else %}
-| Forums | forum.dredd.it | Unknown | | |
-{% endif %}
-
-
-
-
-
EVE API Key
-{% if eveapi %}
-
- - User ID: {{ eveapi.api_user_id }}
- - Status: {{ apistatus }}
- - Corp Access: {{ corpaccess }}
- - Last API Update: {{ eveapi.api_last_updated }}
-
-
Delete EVE API Key
-{% else %}
-
Add EVE API key
-{% endif %}
-
-
-
-
-
{% trans "Login Account" %}
-
- - {% trans "e-mail address" %}: {{ user.email }}
- - {% trans "staff status" %}: {{ user.is_staff|yesno }}
- - {% trans "date joined" %}: {{ user.date_joined|date }} {{ user.date_joined|time }}
- - {% trans "last login" %}: {{ user.last_login|date }} {{ user.last_login|time }}
- - {% trans "Change password" %}
- - {% trans "Log out" %}
-
-
-{% endblock %}
-
diff --git a/templates/sso/eveapi.html b/templates/sso/eveapi.html
index 014e268..06cc466 100644
--- a/templates/sso/eveapi.html
+++ b/templates/sso/eveapi.html
@@ -1,3 +1,7 @@
+Please fill in your API key as provided on the EVE Online API
+page
+