diff --git a/templates/apipassword.html b/templates/apipassword.html index 99005e2..8e8bc07 100644 --- a/templates/apipassword.html +++ b/templates/apipassword.html @@ -4,13 +4,14 @@ {% block content %} -

This service will reset your password for account {{ acc.service_uid }} on {{ acc.service }}. If you wish to continue please click the link +

This service will reset your password for account {{ acc.service_uid }} on {{ acc.service }}. If you wish to continue please click the link below.

{{ form.as_table }}
+
diff --git a/templates/registration/login.html b/templates/registration/login.html index 773feed..b413b5a 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -23,7 +23,7 @@ {{ form.username.label_tag }}{{ form.username }} {{ form.password.label_tag }}{{ form.password }} - +
diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index 8953b86..f1c6551 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -12,6 +12,7 @@ {{ form }}
+
{% endblock %} diff --git a/templates/sso/apipassword.html b/templates/sso/apipassword.html index 3fbb66a..d292553 100644 --- a/templates/sso/apipassword.html +++ b/templates/sso/apipassword.html @@ -1,16 +1,17 @@ {% extends "base.html" %} -{% block title %}API Services Password Reset{% endblock %} +{% block title %}External Auth API Services Password Reset{% endblock %} {% block content %} -

This service will reset your password for all API Services. If you wish to continue please click the link -below.

+

This service will reset your password for all External Auth API Services. If you wish to continue please enter a new +password below.

{{ form.as_table }}
+
diff --git a/templates/sso/eveapi.html b/templates/sso/eveapi.html index f3a0e14..b523401 100644 --- a/templates/sso/eveapi.html +++ b/templates/sso/eveapi.html @@ -11,6 +11,9 @@ page and a optional description.

{{ form.as_table }}
+
+

Once you have added your EVE API key, don't forget to apply in game, as well as add an application through our +HR system.

{% endblock %} diff --git a/templates/sso/lookup/userlookup.html b/templates/sso/lookup/userlookup.html index 8365a2d..e2d4db8 100644 --- a/templates/sso/lookup/userlookup.html +++ b/templates/sso/lookup/userlookup.html @@ -7,6 +7,7 @@ {{ form.as_table }}
+
{% endblock %} diff --git a/templates/sso/profile.html b/templates/sso/profile.html index 8112f06..2e7f4ae 100644 --- a/templates/sso/profile.html +++ b/templates/sso/profile.html @@ -15,7 +15,7 @@

External API Auth Services

To reset your External API Auth Services password, which is used to access tools and websites which use Auth's API, click the link below

-

Reset Auth Services Password

+

Reset External API Auth Services Password

{% if eveaccounts %}

External non-API Service Accounts

diff --git a/templates/sso/redditaccount.html b/templates/sso/redditaccount.html index a8fd88e..29f7119 100644 --- a/templates/sso/redditaccount.html +++ b/templates/sso/redditaccount.html @@ -3,14 +3,15 @@ {% block title %}Add Reddit Account{% endblock %} {% block content %} -

This will bind a Reddit account to your Auth Gateway login, this is usually required for application to the +

This will bind a Reddit account to your Auth Gateway login, this is usually required for application to the corporation

-

Please note, you will be forever tied to this account and posts and comments made on this account will be checked +

Please note, you will be forever tied to this account and posts and comments made on this account will be checked on from time to time

{{ form.as_table }}
+
{% endblock %} diff --git a/templates/sso/serviceaccount/index.html b/templates/sso/serviceaccount/index.html index 9906d6d..9e0e4aa 100644 --- a/templates/sso/serviceaccount/index.html +++ b/templates/sso/serviceaccount/index.html @@ -3,20 +3,21 @@ {% block title %}Add External Service Account{% endblock %} {% block content %} -

To add a service to your account, select the service from the list -below +

To add a service to your account, select the service from the list +below then provide select a username you wish to use create the account for

-For details on how to connect to each service, please consult the wiki

-

If you are missing some services, please check that your API key is +

If you are missing some services, please check that your API key is up to date, if so use the "Refresh" function.

{{ form.as_table }}
+