mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Updated templates to put emphasis that they're external services
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% if eveaccounts %}
|
{% if eveaccounts %}
|
||||||
<h2>Service Accounts</h2>
|
<h2>External Service Accounts</h2>
|
||||||
<p>This is a list of all your current service accounts, to create a login for
|
<p>This is a list of all your current external service accounts, to
|
||||||
a new service click the Add Service link</p>
|
create a login for a service click the Add Service link</p>
|
||||||
{% if srvaccounts %}
|
{% if srvaccounts %}
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Service Account{% endblock %}
|
{% block title %}External Service Account{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if error %}
|
{% if error %}
|
||||||
@@ -12,6 +12,8 @@ this is incorrect please raise a bug on the tracker.
|
|||||||
<p>Your account on {{ account.service }} has been created. Your login details are as follows:</p>
|
<p>Your account on {{ account.service }} has been created. Your login details are as follows:</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
<tr><td>Service:</td><td>{{ account.service.name }}</td></tr>
|
||||||
|
<tr><td>Service URL:</td><td><a href="{{ account.service.url }}">{{ account.service.url }}</a></td></tr>
|
||||||
<tr><td>Username:</td><td>{{ account.service_uid }}</td></tr>
|
<tr><td>Username:</td><td>{{ account.service_uid }}</td></tr>
|
||||||
<tr><td>Password:</td><td>{{ account.password }}</td></tr>
|
<tr><td>Password:</td><td>{{ account.password }}</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Add Service Account{% endblock %}
|
{% block title %}Add External Service Account{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>To add a service to your account, selec the service from the list below
|
<p>To add a service to your account, selec the service from the list below
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Service Account{% endblock %}
|
{% block title %}External Service Account{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>You have no services available to add to your account</p>
|
<p>You have no services available to add to your account</p>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Service Account Password Reset{% endblock %}
|
{% block title %}External Service Account Password Reset{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Service Account{% endblock %}
|
{% block title %}External Service Account{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if error %}
|
{% if error %}
|
||||||
<div style="border: 1px solid #FF0000; background: #FF7D7D; width: 100%; text-align: center;">
|
<div style="border: 1px solid #FF0000; background: #FF7D7D; width: 100%; text-align: center;">
|
||||||
<b>Error:</b> Your account has not been created. Either you already have a user on this service or a error has occured. If you think
|
<b>Error:</b> A error occured resetting your account. Please raise a issue with the Web Team
|
||||||
this is incorrect please raise a bug on the tracker.
|
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>Your account on {{ acc.service }} has been reset. Your login details are as follows:</p>
|
<p>Your account on {{ acc.service }} has been reset. Your login details are as follows:</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user