diff --git a/src/pages/google/index.mdx b/src/pages/google/index.mdx index 66e84de62d..59091af0b8 100644 --- a/src/pages/google/index.mdx +++ b/src/pages/google/index.mdx @@ -53,6 +53,7 @@ ECCSクラウドメールの利用(アカウントの初期設定)には[UTo メールアドレスを設定してから,反映に**最大約40分**かかるので,**ログインできるようになるまでしばらく待ってください**. ### 確認:ログインしてみる +{:#login} diff --git a/src/pages/google/misc/name/chat-system-name.png b/src/pages/google/misc/name/chat-system-name.png new file mode 100644 index 0000000000..82d442ab84 Binary files /dev/null and b/src/pages/google/misc/name/chat-system-name.png differ diff --git a/src/pages/google/misc/name/confirm.png b/src/pages/google/misc/name/confirm.png new file mode 100644 index 0000000000..dfda3fe1ef Binary files /dev/null and b/src/pages/google/misc/name/confirm.png differ diff --git a/src/pages/google/misc/name/index.mdx b/src/pages/google/misc/name/index.mdx index 3a93f7d273..2c84b21f56 100644 --- a/src/pages/google/misc/name/index.mdx +++ b/src/pages/google/misc/name/index.mdx @@ -4,7 +4,55 @@ breadcrumb: title: 姓名の変更 --- -import InPreparation from "@components/ja/InPreparation.mdx"; +import ExcuseForAccuracy from "@components/ja/ExcuseForAccuracy.mdx"; - + +## 概要 +{:#overview} + +- ECCSクラウドメールのアカウントにおける「プロフィールの姓名」は,システムからの自動連携で作成されていますが,自分で変更することができます. +- 一部のシステムでは,プロフィールの姓名ではなく,[「システム管理上の姓名」が表示されてしまうケース](#system-name-issue)があります.なお,「システム管理上の姓名」をユーザが変更することはできません. + +## プロフィールの姓・名を変更する手順 +{:#edit-name} + +1. ブラウザで,[ECCSクラウドメールにログイン](/google/#login)してください. +2. 右上のアイコンをクリックしてメニューを開き,「Googleアカウントを管理」をクリックしてください. + ![](./open-setting.png){:.small .border} +3. 「個人情報」タブを開いてください. + +4. 「基本情報」欄内にある「名前」をクリックしてください. + ![](./settings-profile.png){:.small .border} +5. 名前(姓・名)を入力して,「保存」をクリックしてください. + ![](./input-name.png){:.small .border} + +## 「プロフィールの姓名」と「システム管理上の姓名」について +{:#profile-and-system-name} + +ECCSクラウドメールのアカウントでは,利用者が変更できる「プロフィールの姓名」と,予めシステムの処理により登録されている「システム管理上の姓名」の2つの姓名があります. + +### プロフィールの姓名 +{:#profile-name} + +- Google Chatを利用する際や,ファイルやGoogleカレンダーの共有を行う場合に,相手に通知される姓名です. +- 利用者自身で[変更する](#edit-name)ことができます. + +### システム管理上の姓名 +{:#system-name} + +- ECCSクラウドメールのユーザを作成する際,システムの一連の処理の中で自動的に設定される姓名です. +- 利用者側の操作により,姓名を変更することはできません. + +#### システム管理上の姓名が表示されるケースについて +{:#system-name-issue} + +一部のシステムを使用する際,表示される姓名が見覚えのない「システム管理上の姓名」になってしまうケースの存在が確認されています. + +2022年5月の時点では,Google Chatでのみ,このような問題が確認されています.Google Chatの場合,自分の画面では「システム管理上の姓名」が表示されますが,相手の画面では「プロフィールの姓名」が表示されます.自分の画面と相手の画面で表示される姓名が異なるため紛らわしいですが,想定された挙動ですので,ご理解ください. + +![](./chat-system-name.png) + +## 参考ページ + +- [Googleアカウントヘルプ:Google アカウントの写真や名前などの情報を変更するにはどうすればよいですか?](https://support.google.com/accounts/answer/27442?hl=ja) diff --git a/src/pages/google/misc/name/input-name.png b/src/pages/google/misc/name/input-name.png new file mode 100644 index 0000000000..2446893c45 Binary files /dev/null and b/src/pages/google/misc/name/input-name.png differ diff --git a/src/pages/google/misc/name/open-setting.png b/src/pages/google/misc/name/open-setting.png new file mode 100644 index 0000000000..00ddba5006 Binary files /dev/null and b/src/pages/google/misc/name/open-setting.png differ diff --git a/src/pages/google/misc/name/settings-personal-info-2.png b/src/pages/google/misc/name/settings-personal-info-2.png new file mode 100644 index 0000000000..ac4d902008 Binary files /dev/null and b/src/pages/google/misc/name/settings-personal-info-2.png differ diff --git a/src/pages/google/misc/name/settings-personal-info.png b/src/pages/google/misc/name/settings-personal-info.png new file mode 100644 index 0000000000..2e2f708bc3 Binary files /dev/null and b/src/pages/google/misc/name/settings-personal-info.png differ diff --git a/src/pages/google/misc/name/settings-profile.png b/src/pages/google/misc/name/settings-profile.png new file mode 100644 index 0000000000..78335baa06 Binary files /dev/null and b/src/pages/google/misc/name/settings-profile.png differ