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 %}

    - -
    - - -{% if mumbleacc %} - -{% else %} - -{% if eveapi %} - -{% else %} - -{% endif %} - -{% endif %} - -{% if corpaccess %} - -{% else %} - -{% endif %} - -{% if corpaccess %} - -{% else %} - -{% endif %} - -{% if corpaccess %} - -{% else %} - -{% endif %} -
    ServiceServerStatusLoginOther
    Mumblemumble.dredd.itActive{{ mumbleacc.name }}Delete
    Mumblemumble.dredd.itInactiveN/A Create Mumble Login
    Jabberjabber.dredd.itActive{{ user.username }}@dredd.it
    Jabberjabber.dredd.itInactive
    Wikiwiki.dredd.itActive{{ user.username }}
    Wikiwiki.dredd.itInactive
    Forumsforum.dredd.itUnkown{{ user.username }}
    Forumsforum.dredd.itUnknown
    - - -
    -

    EVE API Key

    -{% if eveapi %} - - Delete EVE API Key -{% else %} - Add EVE API key -{% endif %} - -
    - -
    -

    {% trans "Login Account" %}

    - -
    -{% 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

    +
    {{ form.as_p }}