{% extends 'portal/teach/base_registering.html' %} {% load static %} {% load app_tags %} {% block content %} {% if onboarding_done %} {% endif %}
{% if not onboarding_done %}

Student login details

Progress < 4 of 4 >

100% Complete
{% endif %} {% if passwords_reset %}
Students' passwords reset for class {{ class.name }} ({{ class.access_code }})

The following students have had their passwords reset:


{% else %}

The following credentials have been created for your class. When they log in for the first time, you may want students to change their passwords to something more memorable. You can reset these details for them at any time.

To log on, they will need to enter their name and passwords. Alternatively, you can provide them with a direct access link from the table below.

You will not be shown this page again, so please make sure you retain a copy of the passwords for your records. You can print the reminder cards from the button below. Please ensure you share student passwords securely.

{% endif %}
{% for student_info in students_info %} {% endfor %}

Option 1 Login details

Option 2 Login links

Class link:
{{ class_url }}
OR

No class code or password required

Name

Password

Copy the links below and share with the student

{{ student_info.name }}

{{ student_info.password }}

{{ student_info.login_url }}
{% csrf_token %}
{% csrf_token %}
{% if onboarding_done %} {% else %}
{% csrf_token %}
{% endif %}
{% endblock content %}