> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/jp/sono/quickstart.md).

# アカウント

### ユーザー名を変更する

ユーザー名は、プレイグラウンドを共有した際にチームメンバーに表示され、組織を管理する際には管理者やチームリードにも表示されます。アバターをクリックして［ <kbd><mark style="color:$primary;">プロフィールを編集<mark style="color:$primary;"></kbd>、そして <kbd><mark style="color:$primary;">名前<mark style="color:$primary;"></kbd> フィールドです。保存すると、この変更はBeachside全体に反映されます。

***

### プロフィール写真を変更する

プロフィール写真は、プレイグラウンドを共有した際にチームメンバーに表示され、組織を管理する際には管理者やチームリードにも表示されます。アバターをクリックして［ <kbd><mark style="color:$primary;">プロフィールを編集<mark style="color:$primary;"></kbd>、左側の画像を変更します。保存すると、この変更はBeachside全体に反映されます。

***

### パスワードを変更する

Beachsideでは、アプリ内でパスワードを変更する機能はありません。パスワードをリセットするには、ログアウトしてログイン画面の「パスワードをお忘れですか」オプションを使用してください。

{% stepper %}
{% step %}

### Beachsideからログアウトする

{% endstep %}

{% step %}

### 次へ進む [パスワードをお忘れですか](https://theseaai.com/beachside/forgot?type=email) ページ

または次をクリックできます： <kbd>パスワードをお忘れですか</kbd> ログイン画面で
{% endstep %}

{% step %}

### メールアドレスを入力し、 <kbd>パスワードをリセット</kbd>

{% endstep %}

{% step %}

### 受信トレイをご確認ください

{% endstep %}

{% step %}

### メール内で次をクリックしてください： <kbd>パスワードをリセット</kbd>

新しいページが開き、パスワードをリセットできます
{% endstep %}

{% step %}

### 新しいパスワードを2回入力し、次をクリックしてください： <kbd>パスワードを保存</kbd>

{% endstep %}

{% step %}

### これで、メールアドレスと新しいパスワードでログインできます

{% endstep %}
{% endstepper %}

***

### メールアドレスを変更する

{% hint style="warning" %}
現在、メールアドレスの変更には対応していません。
{% endhint %}

***

### アカウントがロックされたとき

Beachsideでは、パスワードやコードを推測されるのを防ぐため、失敗が多すぎるとアカウントをロックします。ご安心ください。管理者がアカウントを解除し、再びご利用いただけます。

#### アカウントがロックされるのは次のような場合です：

* パスワードまたはユーザーメールアドレスを誤って入力した <mark style="color:$primary;">**`10分以内に5回以上`**</mark>
* 誤った2要素認証コードを入力した <mark style="color:$primary;">**`10分以内に3回以上`**</mark>

#### 再度ログインする方法：

<table><thead><tr><th width="224.8515625">ロック理由</th><th>再度ログインする方法</th><th>必要な対応</th><th data-hidden>ロックの理由</th></tr></thead><tbody><tr><td>ログイン試行回数が多すぎます </td><td>管理者に連絡してアカウントのロックを解除してください</td><td>メールの案内に従ってパスワードをリセットし、再度ログインしてください。</td><td>パスワードの誤入力が5回を超えた場合</td></tr><tr><td>MFAコードの試行回数が多すぎます </td><td>選択してください <strong>リカバリーコード</strong> でログインしてください。コードが残っていない場合は、管理者に連絡してリセットしてください。</td><td>メールの案内に従って認証コードをリセットしてください。</td><td>認証コードの誤入力が3回を超えた場合</td></tr></tbody></table>

***

### よくある質問

<details>

<summary><strong>一定時間が経てばロック解除状態は自動的に解除されますか？</strong></summary>

いいえ。管理者による解除が必要です。ロック状態の解消については、オフラインで管理者にご連絡ください。

</details>

<details>

<summary><strong>別のデバイスを使って再度サインインできますか？</strong></summary>

いいえ、ロックはすべての環境でアカウントに適用されます。

</details>

<details>

<summary><strong>何度もロックされてしまう場合はどうすればよいですか？</strong></summary>

これは通常、保存されているパスワードが古いか、認証アプリの時計が同期されていないことを意味します。正しいパスワードを使用しているか、またスマートフォンの日付と時刻が自動更新になっているかをご確認ください。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/jp/sono/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
