Further user management improvements

This commit is contained in:
Ross
2022-11-28 12:13:20 +00:00
parent 747bf93373
commit 77687327ea
13 changed files with 206 additions and 57 deletions
+32 -1
View File
@@ -3,6 +3,37 @@
{% block content %}
<div class="anatomy">
<h1>Privacy Policy</h1>
Under construction
<p>We aim to store the minimum information required to enable delivery of the required service on the platform. What is stored depends on the service being provided.</p>
<h3>CID candidates</h3>
<p>Candidates who receive a CID number may have the following information stored on the server.</p>
<ul>
<li>Name</li>
<li>Email address</li>
</ul>
<p>These details will be linked (via a CID) with any answers given in the course of using the platform.
<h3>User accounts</h3>
<p>User accounts may have the following information stored on the server.</p>
<ul>
<li>Name</li>
<li>Email address</li>
<li>Supervisor</li>
<li>Professional registration number</li>
<li>Grade</li>
</ul>
<p>These details will be linked (via a the user account) with any answers given in the course of using the platform.
<h3>Supervisors</h3>
<p>A supervisor may have a user account in which case all of the above (under the "User accounts" section) may apply</p>
<p>In addition the following information may be stored</p>
<ul>
<li>Name</li>
<li>Email address</li>
<li>Trainee(s)</li>
<li>Site</li>
</ul>
</div>
{% endblock %}