-
Notifications
You must be signed in to change notification settings - Fork 0
/
account-created-lms-student.html
42 lines (28 loc) · 1.69 KB
/
account-created-lms-student.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
<body>
<img src="https://global.codio.com/content/logo_print.png" alt="Codio" style="width:133px;height:50px;" class="center">
<br><br>
Hi {{userName}},<br/><br/>
<h3>Welcome to Codio!</h3>
<br>
<h4>Accessing Codio through an LMS/LTI (Canvas, Blackboard, Moodle etc.) system</h4>
<p>If you registered through your school's <strong>LMS/LTI system</strong>, starting any new units in your course <strong>must</strong> be done through the LMS/LTI system.
Once you have opened a unit through your LMS/LTI you can then log into Codio directly to continue working if you prefer. </p>
<h4>Accessing Codio directly</h4>
<p>If you initially accessed Codio through an LMS/LTI system, you will use the same email address for your Codio login and you will need to create a Codio account password. To create a new password, access Codio via your LMS/LTI and go to your Account page or use the Lost Password process. See <a href="https://docs.codio.com/develop/settings/manage-password.html">hhttps://docs.codio.com/develop/settings/manage-password.html</a> for more information.</p>
<p>When you have created an account password you can then login to Codio directly here <a href="{{codioUrl}}/p/login">{{codioUrl}}/p/login</a> and login with your email address and the password you created.</p>
<p>For course specific questions speak to your instructor. If you have a Codio technical issue you can access product support from the dashboard, or the Help > Support menu when in an assignment, or you can email <a href="mailto:[email protected]">[email protected]</a>.
</p>
Regards,<br>
Codio
</body>
</html>