> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/component-basics/inserting-and-editing-screens/default-authentication-screens.md).

# デフォルトの認証画面

### はじめに

* Adaloアカウントにログインしていることを確認してください。
* ビルダーで新規または既存のアプリを開きます。
* 左パネルにあ&#x308B;**「Screens（スクリーン）」**&#x30EA;ストを確認します。

***

### 概要

すべての新しいAdaloアプリには、ユーザーのサインアップ、ログイン、アプリへの入室を管理する4つの組み込み認証スクリーンが付属しています。これらのスクリーンは「Users」コレクションにあらかじめ接続されており、追加の設定なしで開封後すぐにアプリのエントリフローを制御します。

4つのデフォルトスクリーンの名前は以下の通りです。

* **Welcome** — ログインしていないユーザーに表示されます。
* **Sign Up** — 新規ユーザーがアカウントを作成できるようにします。
* **Login** — 既存ユーザーが自分のアカウントにアクセスできるようにします。
* **Home** — ログイン後のユーザーに表示されます。

これらのスクリーンが一体となって、ファーストインプレッション → アカウント作成 → ログイン → 着地体験（ランディング）という完全な認証サイクルを処理します。

***

#### Welcome Screen（ウェルカムスクリーン）

***Navigation Type（ナビゲーションタイプ）***&#x304C;***「Welcome Screen」***&#x306B;設定されているため、新規ユーザーが最初に目にするスクリーンです。以下が含まれています。

* アプリのロゴまたはタイトル
* 簡単な説明文
* **Login（ログイン）**&#x30DC;タン
* **Sign Up（サインアップ）**&#x30DC;タン

**ウェルカムスクリーン**はゲート（関門）として機能します。ログインしていないユーザーはここに移動し、サインアップするかログインするかを選択します。

<figure><img src="/files/tjDklE0HiwcLs07EpZE3" alt="" width="563"><figcaption></figcaption></figure>

#### Sign Up Screen（サインアップスクリーン）

このスクリーンに&#x306F;**「Users」**&#x30B3;レクションに接続されたフォームが含まれています。新規ユーザーは以下を入力します。

* Email（メールアドレス）
* Password（パスワード）
* Full Name（フルネーム）

**「Submit（送信）」**&#x3092;タップすると、新しいユーザーアカウントが作成され、自動的にHomeスクリーンに送信（遷移）されます。

<figure><img src="/files/Slu9UGoNwSaICLaNdAVW" alt="" width="563"><figcaption></figcaption></figure>

#### Login Screen（ログイン画面）

既存ユーザーはこのスクリーンから戻ってきます。以下を入力します。

* Email（メールアドレス）
* Password（パスワード）

**「Submit（送信）」**&#x3092;タップするとログインが完了し、Homeスクリーンに送信（遷移）されます。

<figure><img src="/files/6ttnDDOuMKWPNjFXJUAp" alt="" width="563"><figcaption></figcaption></figure>

#### Home Screen（ホームスクリーン）

以前アプリにログインしたことがあるユーザー向けのメインスクリーンです。***Navigation Type***&#x306F;***「Home Screen」***&#x306B;設定されています。デフォルトでは白紙のキャンバスとなっており、以下を表示するようにカスタマイズできます：

* ダッシュボード
* リスト
* ユーザー固有のデータ
* ナビゲーションボタン

ここからアプリのコア体験の構築を開始します。

<figure><img src="/files/nJZTynghJ7hRZbejbVaC" alt="" width="563"><figcaption></figcaption></figure>

***

### 既知の制限事項

* デフォルトのスクリーンは基本的なスタイリングが使用されています。ブランドに合わせてフォント、色、レイアウトをカスタマイズすることになるでしょう。
* Sign Upフォームは、デフォルトでEmail、Password、Full Nameのみを収集します。追加の項目は、Usersコレクションのプロパティに基づいてフォームに追加する必要があります。
* 「パスワードをお忘れの場合（Forgot Password）」のフローは、Adaloのパスワードリセットアクションを使用してLoginスクリーンに組み込まれています。

***

### ヘルプ <a href="#help" id="help"></a>

この記事に関してさらに質問がある場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)でお尋ねいただけます！投稿の際には、この記事へのリンクを必ず貼り付けてください！

チュートリアルやヘルプドキュメントのリクエストはありますか？ぜひ[お問い合わせ](https://ideas.adalo.com/tutorial-requests)ください！


---

# 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://help.adalo.com/ja/component-basics/inserting-and-editing-screens/default-authentication-screens.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.
