Skip to content

Instructor Profiles ​

Allow instructors to view/edit their profile information, i.e. name, address, phones, skills, schedule constraints and bio.

IMPORTANT

The Vue script for this feature uses eval functions. If you have a Content-Security-Policy set in your web.config in the wwwroot folder, you will need to add the unsafe-eval attribute to the script-src, e.g.

<add name="Content-Security-Policy" value="default-src 'self'; font-src \*;img-src \* data:; script-src \* 'unsafe-inline' 'unsafe-eval'; style-src \* 'unsafe-inline';" />

Add the My Profile link to instructor.htm in the ##-CourseList-## section.

<a href="/wconnect/##iFolder()##/instructorprofile.htm?id=##tInst.instid##">My Profile</a>

Instructors will see a My Profile link when they log in:

Instructors can click it to view/edit their profile: