From 46045db0e0f09307fff3e926fcb1d06ce68bd63e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 24 Sep 2011 10:30:49 +0100 Subject: [PATCH] Added some further information on the profile about character keys --- app/sso/templates/sso/profile.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/sso/templates/sso/profile.html b/app/sso/templates/sso/profile.html index f41ea54..2068a7c 100644 --- a/app/sso/templates/sso/profile.html +++ b/app/sso/templates/sso/profile.html @@ -106,10 +106,10 @@ setup.

{% for acc in user.eveaccount_set.all %} - + - +
User IDAPI KeyDescriptionTypeActiveLast UpdatedActions
{{ acc.api_user_id }}
{{ acc.api_user_id }} {{ acc.api_key }} {{ acc.description }}{{ acc.get_api_keytype_display }}{{ acc.get_api_keytype_display }}{% if acc.api_keytype == 4 %} *{% endif %} {{ acc.get_api_status_display }} {{ acc.api_last_updated|naturaltimediff }} {% ifswitch api-disableprocessing %}{% else %}Refresh,  @@ -120,6 +120,7 @@ setup.

{% endfor %}
{% endif %} +

* - Character API Keys are not included in any authorization checks, you will not be able to submit applications or access any services with them.

{% ifswitch api-disableprocessing %} {% else %}