diff --git a/src/components/en/mfa/AltAddMethod.mdx b/src/components/en/mfa/AltAddMethod.mdx index 49d5def9eb..4a65efd432 100644 --- a/src/components/en/mfa/AltAddMethod.mdx +++ b/src/components/en/mfa/AltAddMethod.mdx @@ -4,10 +4,14 @@ */}
  • - Click "Add method" in the [Security info page](https://mysignins.microsoft.com/security-info?domain_hint=univtokyo.onmicrosoft.com). + Open [Security info page](https://mysignins.microsoft.com/security-info?domain_hint=univtokyo.onmicrosoft.com). +
  • +
  • + Click "Add method". ![](./alt_add_method.png)
  • For "Which method would you like to add?", select {props.selection} and click "Add". + {props.methodSupplement} ![](./alt_add_method_pull_down.png)
  • diff --git a/src/components/en/mfa/FirstAccess.mdx b/src/components/en/mfa/FirstAccess.mdx new file mode 100644 index 0000000000..aba58f8c30 --- /dev/null +++ b/src/components/en/mfa/FirstAccess.mdx @@ -0,0 +1,3 @@ +
  • Open [security info page](https://account.activedirectory.windowsazure.com/proofup.aspx?proofup=1&whr=utac.u-tokyo.ac.jp).
  • +
  • Input 10-digit Common ID of UTokyo Account and the password on sign-in form if shown.
  • +
  • Click "Next" on "More information required" screen. ![](./first_more_information.png)
  • diff --git a/src/components/en/mfa/FirstEmail.mdx b/src/components/en/mfa/FirstEmail.mdx new file mode 100644 index 0000000000..20315b8e3b --- /dev/null +++ b/src/components/en/mfa/FirstEmail.mdx @@ -0,0 +1,2 @@ +
  • If you haven't already registered, you are required to enter your email address. The email provider does not matter as long as you can receive, but you should use another than ECCS Cloud Email or staff email. Then follow the instruction to input the 6-digit code sent to the address. ![](./first_email.png)
  • +
  • This step has been completed when you are told "Succeeded". ![](./first_success.png)
  • diff --git a/src/components/en/mfa/TabSelectorButton.astro b/src/components/en/mfa/TabSelectorButton.astro new file mode 100644 index 0000000000..2bfada901e --- /dev/null +++ b/src/components/en/mfa/TabSelectorButton.astro @@ -0,0 +1,32 @@ +--- +// なぜか`.mdx`にすると