Difference between revisions of "Claiming IDs"

From CompSciWiki
Jump to: navigation, search
 
(40 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{1010Topic|Chapter_TOC=[[User-Defined_Methods]]|Introduction=A method consists of two parts: the [[#method header|method header]] and the [[#method body|method body]]. Each part is further broken down into smaller parts which are essential to describing what your method does, how your method will be called, what your method will process, and what your method will return.|Overview=This topic will describe the individual parts of a method and how to write your own methods to process input and output.}}
+
{{Template:1010Topic
 +
|Chapter_TOC=[[Getting Started]]
 +
|Previous=[[Getting Started]]
 +
|Next=[[Setting up your own computer]]
 +
|Body=
  
This section will guide you through getting your user ID and passwords for both
+
==Introduction==
the Computer Science labs and U of M email account:
+
To use the computer services at the University of Manitoba, every student needs to claim their computer account (UMnetID) via the online system called Iridium. Iridium, formally known as ClaimID, is used by students and staff to manage their computer accounts at the U of M. Your UMnetID computer account gives you access to services such as: your university e-mail address, Jump, and Desire2Learn, as well as access to on-campus computers.
  
* '''U of M ID'''
+
==Creating your UMnetID computer account== 
To claim ID: http://pasweb.cc.umanitoba.ca/webapp/gu/claimid/ follow the steps to get your U of M ID (starting with um------) and your passwords.
+
 
   
+
To create your UMnetID computer account, visit http://umanitoba.ca/claimid, and click create UMnetID.
* '''nTP ID'''
+
*For more information on Iridium, as well as tutorials on how to create your account, visit http://umanitoba.ca/computing/ist/accounts/iridium.html.
you can login into nTP by going to http://courses.cs.umanitoba.ca/ after your instructor creates your accounts. Use your U of M ID as your "login" and your student# as your "Password". You need to change your password by going to "My CS Courses" link and update your "Account Info" after you login.
+
 
 +
==Using Desire2Learn==
 +
After you've created your UMnetID account, you can access Desire2Learn (D2L) by visiting http://umanitoba.ca/d2l. Once you log in (by entering your UMnetID and password on the left side of the page), you will see your personal home page. In the centre column at the bottom, you should see links to the individual sites for the courses in which you are registered. There are some known issues here, so if you don't see a link to the COMP 1010 site, please contact your instructor immediately.
 +
 
 +
==Summary==
 +
 
 +
Without your UMnetID, you cannot access school computers, your school email, or D2L(which you will need to submit assignments) so make sure that you have done this as soon as possible. Also be sure to check that your login works with all of the aforementioned portals as sometimes certain domains will work with the login but others won't.
 +
 
 +
 
 +
}}

Latest revision as of 12:58, 4 September 2013

COMP 1010 Home > Getting Started


Introduction

To use the computer services at the University of Manitoba, every student needs to claim their computer account (UMnetID) via the online system called Iridium. Iridium, formally known as ClaimID, is used by students and staff to manage their computer accounts at the U of M. Your UMnetID computer account gives you access to services such as: your university e-mail address, Jump, and Desire2Learn, as well as access to on-campus computers.

Creating your UMnetID computer account

To create your UMnetID computer account, visit http://umanitoba.ca/claimid, and click create UMnetID.

Using Desire2Learn

After you've created your UMnetID account, you can access Desire2Learn (D2L) by visiting http://umanitoba.ca/d2l. Once you log in (by entering your UMnetID and password on the left side of the page), you will see your personal home page. In the centre column at the bottom, you should see links to the individual sites for the courses in which you are registered. There are some known issues here, so if you don't see a link to the COMP 1010 site, please contact your instructor immediately.

Summary

Without your UMnetID, you cannot access school computers, your school email, or D2L(which you will need to submit assignments) so make sure that you have done this as soon as possible. Also be sure to check that your login works with all of the aforementioned portals as sometimes certain domains will work with the login but others won't.

Previous Page: Getting Started Next Page: Setting up your own computer