-
- {% for message in messages %}
-
- {{ message }} - {% endfor %} -
diff --git a/app/eve_api/templates/eve_api/alliance.html b/app/eve_api/templates/eve_api/alliance.html index 65eaf42..bff0fcf 100644 --- a/app/eve_api/templates/eve_api/alliance.html +++ b/app/eve_api/templates/eve_api/alliance.html @@ -15,8 +15,16 @@
| Name | Members | Average SP | API Coverage | Director Key? | ||
|---|---|---|---|---|---|---|
| Name | Members | Average SP | API Coverage | Director Key? | ||
|---|---|---|---|---|---|---|
| {{ corp }} | {{ corp.member_count }} | {{ corp.average_sp|intcomma }} | {{ corp.api_key_coverage|floatformat:2 }}% | {{ corp.director_api_keys.count }} | ||
| Character Name | Corporation | Alliance | Skillpoints | Training |
|---|---|---|---|---|
| Key {{ acc.pk }} {% if acc.training == 0 %}(No Character Training){% endif %} | ||||
| {{ char.name }} | -{{ char.corporation }} | -{% if char.corporation.alliance %}{{ char.corporation.alliance }}{% endif %} | -{{ char.total_sp|intcomma }} SP | -{% if char.current_training %}{{ char.current_training.skill.name }} to Level {{ char.current_training.in_training }}{% endif %} | -
| Character Name | Corporation | Alliance | Skillpoints | Training |
| Key {{ acc.pk }} {% if acc.training == 0 %}(No Character Training){% endif %} | ||||
| {{ char.name }} | +{{ char.corporation }} | +{% if char.corporation.alliance %}{{ char.corporation.alliance }}{% endif %} | +{{ char.total_sp|intcomma }} SP | +{% if char.current_training %}{{ char.current_training.skill.name }} to Level {{ char.current_training.in_training }}{% endif %} | +
| Service ID | Date / Time | API | ||||
|---|---|---|---|---|---|---|
| {{ log.service }} | -{{ log.time_access }} | -{{ log.document }} | -
| Service ID | Date / Time | API |
|---|---|---|
| {{ log.service }} | +{{ log.time_access }} | +{{ log.document }} | +
This is the list of your current groups, and groups you can request to be a member of.
-| Group Name | Description | Status | Actions |
|---|---|---|---|
| {{ group }} | {{ description }} | @@ -18,6 +31,7 @@ {% if status == 'Admin' or request.user.is_superuser %}{% if not fixed %}Admin{% endif %}{% endif %}
+ Username: {{ user.username }}
+ Email: {{ user.email }}
+ Primary Character: {{ user.get_profile.primary_character }}
+ Groups: {{ user.groups.all|join:", " }}
+
+ Update Access + Change Password + Change E-mail + Change Primary Character +
+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
+ +Change External Services Password
+ +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 %} + | +
+ Add Service +
+{% 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|slice:":10" }}… | +{{ acc.description }} | +{{ 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, + Update Key, {% endifswitch %} + Logs{% ifswitch eve-keydelete %}, + Delete{% endifswitch %} | +
Warning 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 %} + Add a Eve API key + {% endifswitch %} +
+ + - - -
-Username: {{ user.username }}
-Email: {{ user.email }}
-Primary Character: {{ user.get_profile.primary_character }}
-Groups: {{ user.groups.all|join:", " }}
-
-Update Access -Change Password -Change E-mail -Change Primary Character -
- -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
- -Change External Services Password
- -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 %} - | -
-Add Service -
- -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 }}{% if acc.api_keytype == 4 %} *{% endif %} | -{{ acc.get_api_status_display }} | -{{ acc.api_last_updated|naturaltimediff }} | -{% ifswitch api-disableprocessing %}{% else %}Refresh, - Update Key, {% endifswitch %} - Logs{% ifswitch eve-keydelete %}, - Delete{% endifswitch %} - |
* - 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 %} -Add a Eve API key -{% endifswitch %} -
- -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 %} | -
-Reddit account tagging is {% if user.get_profile.tag_reddit_accounts %}Enabled{% else %}Disabled{% endif %}. {% if user.get_profile.tag_reddit_accounts %}Disable{% else %}Enable{% endif %} + +
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 %} | +
Reddit account tagging is {% if user.get_profile.tag_reddit_accounts %}Enabled{% else %}Disabled{% endif %}. {% if user.get_profile.tag_reddit_accounts %}Disable{% else %}Enable{% endif %}
+You have come here because you are in the process of allowing a external application to access your private Auth data. If you are not, then please close this window. Otherwise, please confirm below if you wish to give access to your private Auth data. This can be revoked at any time from the main Auth panel.
-You have come here because you are in the process of allowing a external application to access your private Auth data. If you are not, then please close this window. Otherwise, please confirm below if you wish to give access to your private Auth data. This can be revoked at any time from the main Auth panel.
+{{ consumer.name }}
+{{ consumer.description }}
-{{ consumer.name }}
-{{ consumer.description }}
- - {% endblock %} diff --git a/app/templates/piston/callback_view.html b/app/templates/piston/callback_view.html index ec4ec47..8532790 100644 --- a/app/templates/piston/callback_view.html +++ b/app/templates/piston/callback_view.html @@ -4,10 +4,12 @@ {% block content %} -Access is now enabled for the requesting application. It seems the application did not provide a way to give it the required information so you need to provide this to it. This has happened either due to it being a desktop application or not being configured properly.
+Access is now enabled for the requesting application. It seems the application did not provide a way to give it the required information so you need to provide this to it. This has happened either due to it being a desktop application or not being configured properly.
-Token/PIN: {{ token.verifier }}
+Token/PIN: {{ token.verifier }}
{% endblock %} diff --git a/app/templates/registration/activate.html b/app/templates/registration/activate.html index fbbcd19..7d1c2c4 100644 --- a/app/templates/registration/activate.html +++ b/app/templates/registration/activate.html @@ -1,7 +1,12 @@ {% extends "registration/registration_base.html" %} + {% block title %}{% if account %}Activation complete{% else %}Activation problem{% endif %}{% endblock %} + {% block content %} {% if account %} +Thanks {{ account }}, activation complete! You may now login using the username and password you set at registration.
{% else %}Oops – it seems that your activation key is invalid. Please check the url again.
diff --git a/app/templates/registration/login.html b/app/templates/registration/login.html index 0594cbf..f71eafc 100644 --- a/app/templates/registration/login.html +++ b/app/templates/registration/login.html @@ -3,25 +3,40 @@ {% block content %} {% if form.errors %} -Your username and password didn't match. Please try again.
+ {% endif %}| {{ form.username.label_tag }} | -{{ form.username }} | -
| {{ form.password.label_tag }} | -{{ form.password }} | -
Forgot your password? Need an account?
+Successfully logged out!
{% endblock %} diff --git a/app/templates/registration/registration_form.html b/app/templates/registration/registration_form.html index a20c123..04eeba0 100644 --- a/app/templates/registration/registration_form.html +++ b/app/templates/registration/registration_form.html @@ -1,15 +1,22 @@ {% extends "registration/registration_base.html" %} + {% block title %}Register for an account{% endblock %} + {% block content %} -Please complete this form to register for a new Auth account, please be aware that you are required to confirm your email account so please use a valid address.
-In addition, some providers maybe blocked form auth due to their draconian spam detection routines, which has flagged this server numerous times for no reason. These include AT&T services, Cox, and a few other mainland US ISPs. If you have a Google Mail account please consider using that instead of your ISP email account.
+