From 86ffca17819be98fdd2d097e60dfbec98a791e35 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 16 Mar 2011 08:43:59 +0000 Subject: [PATCH] Slight wording changes on the profile page --- app/templates/sso/profile.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/app/templates/sso/profile.html b/app/templates/sso/profile.html index 3cd5ca4..991d4a5 100644 --- a/app/templates/sso/profile.html +++ b/app/templates/sso/profile.html @@ -45,17 +45,20 @@ function refresh_apikey(key) { Username: {{ user.username }}
Email: {{ user.email }}
Groups: {{ user.groups.all|join:", " }}
+

+

+

Update Access
+

-

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 External API Auth Services Password

+

Auth API Services

+

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 %} -

External non-API Service Accounts

-

This is a list of all your current non-api external service accounts, to -create a login for a service click the Add Service link

+

Service Accounts

+

Services not fully integrated into Auth, and which a seperate username/password is required.

{% if user.serviceaccount_set.all %}