Skip to content

Instructor Logon Options ​

Instructor must logon to access course information options:

Instructors can use the following logon options:

  • Faculty ID - instructors must enter their ID number.  But you can determine which ID number to give them to use:  either the Faculty System ID (12 digit number) or the ID # (8 digit number).
  • Password - the first time Instructors logon to the system, they use their first and last initials and the first 5 digits of their zip code. For example, for John Smith living in the 66502 zip code area, his initial password would be js66502.

Once they logon, they can create a password for themselves.

If you prefer, you can set the initial password behavior by adding a Config section to the end of the Instructor.htm template (after the closing </HTML> tag) with the initial password set in the PubPassword element:

##-Config-##<br>
<PubPassword>LOWER(LEFT(inname1,1))+LOWER(LEFT(inname3,1))+LEFT(inzip,5)</PubPassword>  
##-/Config-##

Note:  if you already have a Config section on your Instructor page, you just need to add the PubPassword element to it.