{% extends "base.html" %} {% block title %}Your Profile{% endblock %} {% block content %}

Your Profile

{% 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 %} {% for acc in srvaccounts %} {% endfor %}
ServiceUsernamePasswordActiveActions
{{ acc.service }} {{ acc.username }} ****** {{ acc.active }} Delete {% if acc.service.provide_login %}  / Login {% endif %}
 
{% endif %}

Add Service


{% 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 %} {% for acc in eveaccounts %} {% endfor %}
User IDAPI KeyDescriptionActiveActions
{{ acc.api_user_id }} {{ acc.api_key }} {{ acc.description }} {{ acc.api_status }} Delete
 
{% endif %}

Add a Eve API key

If you encounter any errors during using this service, copy the massive error message into Pastebin and give Matalok a good kicking on IRC/Jabber/Email or on the Forums.

{% endblock %}