Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: /eccs/overview/guest-account/ #1237

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 45 additions & 4 deletions src/pages/eccs/overview/guest-account/index.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,54 @@
---
title: ゲストアカウント
title: ゲストアカウントについて
breadcrumb:
title: ゲストアカウント
parent: ../../
---

import InPreparation from "@components/ja/InPreparation.mdx";
import WwweccEol from "@components/ja/WwweccEol.astro";

<InPreparation />

<WwweccEol systemName="ECCS端末"/>

ECCS端末はECCS利用権を持つ方のみ利用できます.しかし,例外的に以下の操作を行う目的に限り,ECCS利用権がない方でもゲストアカウントを用いてMac環境のみ利用できます.

- UTokyo Accountのパスワード変更
- ECCS利用権の申請
- UTokyo Wi-Fiの利用申請

このページでは,ゲストアカウントでログインする方法とこれらの操作を行う方法を説明します.

## ゲストアカウントでECCS端末にログインする方法

1. ECCS端末の電源ボタンを押して端末の電源を入れてください.
- 電源ボタンの位置は,「[端末 教育用計算機システムについて](https://www-old.ecc.u-tokyo.ac.jp/system/terminal.html)」を確認してください.
2. OSの選択画面が表示されたら,Mac環境が選択されているのを確認した上で,Enterキーを押すか,何もせずにしばらく待機してください.
3. Mac環境が起動するとログイン画面が表示されま.ログイン画面に記載されているゲストアカウントのユーザー名とパスワードを入力して,Mac環境にログインしてください.
phenylshima marked this conversation as resolved.
Show resolved Hide resolved
![](newuser-login.png){:.small}
4. ログインしてしばらくするとSafariが起動して,「ゲストアカウント向けリンク」が表示されます.
![](newuser-toppage.png)

## ゲストアカウントで各種操作を行う方法

ゲストアカウントでは以下の操作が可能です.

- UTokyo Accountのパスワード変更
- ECCS利用権の申請
- UTokyo Wi-Fiの利用申請

### UTokyo Accountのパスワードを変更する

1. ログイン後に表示される「ゲストアカウント向けリンク」で「UTokyo Account パスワード変更(利用者メニュー)」をクリックしてください.
2. 「UTokyo Account 利用者メニュー」が表示されるので,10桁の共通IDとUTokyo Accountのパスワードでログインしてください.
3. 以降は「[初期パスワードを変更する](/utokyo_account/#change-initial-password)」を参照してください.

### ECCS利用権を申請する

1. ログイン後に表示される「ゲストアカウント向けリンク」で「ECCS 利用権の申請 (ECCS申請メニュー)」をクリックしてください.
2. UTokyo Accountのサインイン画面が表示されるので,サインインしてください.
3. 以降は「[新規アカウントの発行について](https://www-old.ecc.u-tokyo.ac.jp/doc/announce/newuser.html)」を参照してください.

### UTokyo Wi-Fiの利用を申請する

1. ログイン後に表示される「ゲストアカウント向けリンク」で「UTokyo Wi-Fi アカウントメニュー」をクリックしてください.
2. UTokyo Accountのサインイン画面が表示されるので,サインインしてください.
3. 以降はUTokyo Wi-Fiのページの「[利用開始までの手順](/utokyo_wifi/#initial-setup)」の手順2を参照してください.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/pages/utokyo_account/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import InformationSecurity from '@components/ja/InformationSecurity.mdx'
{:#procedures}

### 初期パスワードを変更する
{:#change-initial-password}

<ChangePassword variant="individual" />

Expand Down