{% extends "base.html" %} {% load naturaltimediff %} {% load installed %} {% block title %}Your Profile{% endblock %} {% block content %}
Username: {{ user.username }}
Email: {{ user.email }}
Groups: {{ user.groups.all|join:", " }}
Auth API Servies use Auth for your login information with the use of a seperate password. To reset your services password click the link below
Reset Auth API Services Password
{% if user.eveaccount_set.all %}Services not fully integrated into Auth, and which a seperate username/password is required.
{% if user.serviceaccount_set.all %}| Service | Username | URL | Active | Actions |
|---|---|---|---|---|
| {{ acc.service }} | {{ acc.service_uid }} | {{ acc.service.url }} | {% if acc.active %}Yes{% else %}No{% endif %} | {% if acc.active %} {% if acc.service.settings.require_password %}Reset / {% endif %} Delete {% if acc.service.provide_login %} / Login {% endif %} {% endif %} |
Adding an 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 user.eveaccount_set.all %}| User ID | API Key | Description | Type | Active | Last Updated | Actions |
|---|---|---|---|---|---|---|
| {{ acc.api_user_id }} | {{ acc.api_key }} | {{ acc.description }} | {{ acc.get_api_keytype_display }} | {{ acc.get_api_status_display }} | {{ acc.api_last_updated|naturaltimediff }} | Refresh, Logs, Delete |
This is a list of all your current linked Reddit accounts
{% if user.redditaccount_set.all %}To validate your Reddit account, login on Reddit then click the link next to the account, fill in some text in the message and click send.
| Username | Created Date | Validated |
|---|---|---|
| {{ acc.username }} | {{ acc.date_created }} | {% if acc.validated %}Yes{% else %}No (Validate){% endif %} |
If you encounter any errors during using this service, copy the massive error message into Pastebin and give Matalok/Aevum Decessus a good kicking on IRC/Jabber/Email or on the Forums.
{% endblock %}