{% extends 'portal/base.html' %} {% load staticfiles %} {% load app_tags %} {% block dashboard %} School / Club {% endblock dashboard %} {% block css %} {{ block.super }} {% endblock css %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block pageID %}id='homeWrapper'{% endblock %} {% block subNav %} {{ block.super }}
{% if is_admin and join_requests %}You have pending requests from teachers wanting to join your school or club. View the requests
Name |
Administrator status |
Status actions |
|||||
---|---|---|---|---|---|---|---|
{{ coworker.title }} {{ coworker.new_user.first_name }} {{ coworker.new_user.last_name }} {% if coworker.new_user == user %}(you){% endif %} |
{% if coworker.is_admin %}Administrator{% else %}Standard Teacher{% endif %}{% if coworker.is_admin or is_admin %} ({{ coworker.new_user.email|emaildomain }}){% endif %} |
{% if coworker.new_user != user %}
{% if coworker.is_admin %} {% else %} | {% endif %}{% if coworker.new_user|has_2FA %} {% endif %} | {% else %}{% endif %} |
Select ‘Remove’ to delete a teacher from your school or club. You will be able to move any existing classes assigned to that teacher to other teachers in your school or club.
If another teacher is having problems with their Two Factor Authentication, you can disable it for them by selecting ‘Disable 2FA’. We strongly recommend that administrators who are using 2FA ensure there is another administrator who will be able to disable their 2FA should they have problems with their smartphone or tablet.
Name |
Administrator status |
---|---|
{{ coworker.title }} {{ coworker.new_user.first_name }} {{ coworker.new_user.last_name }} {% if coworker.new_user == user %}(you){% endif %} |
{% if coworker.is_admin %}Administrator{% else %}Standard Teacher{% endif %}{% if coworker.is_admin or is_admin %} ({{ coworker.new_user.email|emaildomain }}){% endif %} |
Name |
Email address |
Actions |
|
---|---|---|---|
{{ join_request.title }} {{ join_request.new_user.first_name }} {{ join_request.new_user.last_name }} |
{{ join_request.new_user.email }} |
No teachers have currently requested to join your school or club.
{% endif %}Update your school or club’s name and/or postcode. These details are used to allow other teachers to join your team.
Please note: Kurono games will not be shown below, you can view them on the Kurono game page.
{% if classes %}Class name |
Access code |
Action |
---|---|---|
{{ class.name }} |
{{ class.access_code }} |
Edit class |
It doesn't look like you have any classes assigned to you. To create a class, use the 'New Class' box below.
{% endif %}External, or independent students may request to join your classes, if the student has been given a Class Access Code, and provided you have enabled external requests for that class.
{% if requests %}The following users have made requests to join your classes. If you accept a request, you will be able to choose a name that is unique for the user in the class and then pass on their new login details. At this point, you will be able to manage them like any other student.
To conform to our security policy, the requested student’s username and email will be deleted on acceptance. These details are displayed here to enable you to identify them as genuine.
You should not accept a request from a student whose email and username you do not recognise, or if you weren’t expecting such a request.
Username |
Name |
Class |
|||
---|---|---|---|---|---|
{{ join_request.new_user.username }} |
{{ join_request.new_user.first_name }} |
{{ join_request.new_user.email }} |
{{ join_request.pending_class_request.name }} ({{ join_request.pending_class_request.access_code }}) |
Accept | Reject |
No students have currently requested to join your classes.
{% endif %}When you set up a new class, a unique class access code will automatically be generated, with you being identified as the teacher for that class.
Use your smartphone or tablet to enhance your account’s security.
{% if user|has_2FA %}If you don’t have your smartphone or tablet with you, you can access your account using backup tokens. {% if backup_tokens == 1 %} You have only one backup token remaining. {% else %} You have {{ backup_tokens }} backup tokens remaining. {% endif %}
View and create backup tokens for your account.
We recommend you to continue using Two Factor Authentication, however you can disable two factor authentication for your account.
Find out more about Two Factor Authentication and how it helps keep your account secure.
{% endif %}