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