Wiki source code of Passwortänderung
Last modified by Aysegül Omus on 2024/02/23 12:29
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = Change your CIT-Credentials = | ||
| 2 | |||
| 3 | {{toc/}} | ||
| 4 | |||
| 5 | |||
| 6 | (% class="box infomessage" %) | ||
| 7 | ((( | ||
| 8 | (% style="color:red" %)Note(%%):(% style="color:navy" %) If you have forgotten your CIT password, you can change it on this [[page>>https://ucentral.in.tum.de/cgi-bin/activate.cgi]] yourself. In our [[Wiki>>https://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/Passwortzurücksetzen]], you will find instructions for changing the CIT password. | ||
| 9 | ))) | ||
| 10 | |||
| 11 | == 1. Change password == | ||
| 12 | |||
| 13 | You can change your CIT Credentials password on the **lxhalle.in.tum.de** Server. (Connect via secure shell) using the command **passwd**. | ||
| 14 | |||
| 15 | === 1.1 On black boxes in Rechnerhalle === | ||
| 16 | |||
| 17 | start the terminal | ||
| 18 | |||
| 19 | |||
| 20 | {{html wiki="true"}} | ||
| 21 | {{code}}passwd{{/code}} | ||
| 22 | {{/html}} | ||
| 23 | |||
| 24 | === 1.2 On ucentral-Website === | ||
| 25 | |||
| 26 | First, you need to log on with your RBG Credentials: | ||
| 27 | |||
| 28 | https://ucentral.in.tum.de/cgi-bin/passwd.cgi -> rbg-loginname@in.tum.de and passwort | ||
| 29 | |||
| 30 | https://ucentral.ma.tum.de/cgi-bin/passwd.cgi -> rbg-loginname@ma.tum.de and passwort | ||
| 31 | |||
| 32 | [[image:ucentrallogin.png||width="1000"]] | ||
| 33 | |||
| 34 | |||
| 35 | Select **Change Password** in the tab on the left. | ||
| 36 | |||
| 37 | [[image:ucentralchangepassworrtauswählen.png||width="1000"]] | ||
| 38 | |||
| 39 | |||
| 40 | Then enter the current password once and the new password twice in the input fields and click **Submit**. | ||
| 41 | |||
| 42 | [[image:ucentralchangepasswort.png||width="1000"]] | ||
| 43 | |||
| 44 | |||
| 45 | === 1.3 Connect to the Server lxhalle.in.tum.de from your Computer via Secure Shell === | ||
| 46 | |||
| 47 | ==== 1.2.1 Linux and Mac OS ==== | ||
| 48 | |||
| 49 | |||
| 50 | Start terminal | ||
| 51 | |||
| 52 | (% class="box" %) | ||
| 53 | ((( | ||
| 54 | ssh <CIT-Login>@lxhalle.in.tum.de and give your enter your current password. | ||
| 55 | ))) | ||
| 56 | |||
| 57 | (% class="box" %) | ||
| 58 | ((( | ||
| 59 | passwd | ||
| 60 | ))) | ||
| 61 | |||
| 62 | ==== 1.2.2 Windows ==== | ||
| 63 | |||
| 64 | Using Windows you can connect to lxhalle.in.tum.de via a secure shell with the program Putty. Click [[here>>https://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/Ssh#A_1.1_Windows_40Putty_41]] | ||
| 65 | |||
| 66 | for instructions on how to create an SSH Connection. |