Further user management improvements
This commit is contained in:
+32
-1
@@ -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 %}
|
||||
Reference in New Issue
Block a user