- Full API Key is required for auth services + Member API keys require access mask {{MEMBER_API_MASK}} or greater for services.
- + {% if MEMBER_API_ACCOUNT %} ++ Member API keys need to be account-wide. +
+ {% endif %} - {% if IS_CORP %} ++ Blue API keys require access mask {{BLUE_API_MASK}} or greater for services. +
+ {% if BLUE_API_ACCOUNT %}- NOTE: If you are part of the corp do not check "Blue", this is for people who are blue to the - corp - but are not in it. Blue access is limited. -
- {% else %} -- NOTE: If you are part of the alliance do not check "Blue", this is for people who are blue to the - alliance - but are not in it. Blue access is limited. + BLUE API keys need to be account-wide.
{% endif %} - -Do not change the accessmask or deselect options or it will not work -
-
Create
diff --git a/stock/templates/registered/corputils.html b/stock/templates/registered/corputils.html
new file mode 100644
index 00000000..7529f890
--- /dev/null
+++ b/stock/templates/registered/corputils.html
@@ -0,0 +1,187 @@
+{% extends "public/base.html" %}
+{% load bootstrap %}
+{% load staticfiles %}
+
+{% block title %}Alliance Auth{% endblock %}
+{% block page_title %}Corporation Member Tracking{% endblock page_title %}
+
+{% block content %}
+
+ Ticker: {{ corp.corporation_ticker }} Member count: {{ corp.member_count }} Player count: {{characters_with_api|length}} Unregistered characters: {{characters_without_api|length}} {{ maincharname }} {{ char.character_name }} {{ character_name }}Corporation Member Data
+ {% if perms.auth.corputils %}
+
+
{{ corp.corporation_name }}
+
+
+
+
+
+ {% for maincharname, player in characters_with_api %}
+
+ Main character
+ Main corporation
+ Character list
+ Killboard
+
+
+ {% endfor %}
+
+
+
+
+
+
+ {% if not corp.corporation_name == player.maincorp%}
+
+ {{ player.maincorp }}
+
+ {% else %}
+
+ {{ player.maincorp }}
+
+ {% endif %}
+
+
+ {% for char in player.altlist %}
+
+
+ {% for char in player.altlist %}
+
+ {% endfor %}
+
+ Seems there are no characters in {{ corp.corporation_name }} tied to a registered API!
+
+
+
+
+ {% for character_name, character_id in characters_without_api %}
+
+ Character
+ Killboard
+
+
+ {% endfor %}
+
+
+
+
+
+
+ Killboard
+
+ Good job! Every character in {{ corp.corporation_name }} seem to be tied to an API!
+
Character | +Main Character | +
---|---|
{{ member.name }}{{ member.id }} | ++ {% if member.api_registered%} + {{ member.main }} + {% else %} + No API registered! + {% endif %} + | +