# Default Authentication Screens

### **Before You Begin**

* Make sure you are logged into your Adalo account.
* Open any new or existing app in the builder.
* Locate the **Screens** list in the left panel.

***

### Overview

Every new Adalo app comes with four built-in authentication screens that manage how users sign up, log in, and enter your app. These screens are pre-wired to the Users collection and control the app's entry flow out of the box — no setup required.

The four default screens are named:

* **Welcome** — Shown to users who are not logged in.
* **Sign Up** — Allows new users to create an account.
* **Login** — Allows existing users to access their accounts.
* **Home** — Shown to users after they log in.

Together, these screens handle the full authentication cycle: first impression → account creation → login → landing experience.&#x20;

***

#### Welcome Screen

This is the first screen new users see because the ***Navigation Type*** is set to ***Welcome Screen***. It  includes:

* App logo or title
* Short description
* **Login** button
* **Sign Up** button

The **Welcome Screen** acts as a gate. Users who are not logged in land here and choose whether to sign up or log in.

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2F28jXSVShgcm6YKsw147a%2FScreenshot%202026-02-26%20at%208.49.05%E2%80%AFAM.png?alt=media&#x26;token=58ce5bb3-f235-46cb-a89f-0c8f5aae31fd" alt="" width="563"><figcaption></figcaption></figure>

#### Sign Up Screen

This screen contains a form connected to the **Users** collection. New users enter:

* Email
* Password
* Full Name

When they tap **Submit**, a new user account is created and they are automatically sent to the Home screen.

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FHh0etOCjU6NZyImnxBau%2FScreenshot%202026-02-26%20at%208.55.53%E2%80%AFAM.png?alt=media&#x26;token=4a516114-7742-4d0a-872f-7bf8a3a77b9b" alt="" width="563"><figcaption></figcaption></figure>

#### Login Screen

Existing users return through this screen. They enter:

* Email
* Password

After tapping **Submit**, they are logged in and sent to the Home screen.

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2F4IhHZF0cQwBTXBYtEQOr%2FScreenshot%202026-02-26%20at%208.56.13%E2%80%AFAM.png?alt=media&#x26;token=dfb99616-5a3f-4b92-ab5e-82aa9d6bf2bd" alt="" width="563"><figcaption></figcaption></figure>

#### Home Screen

This is the main screen for Users who have logged into the app previously. The ***Navigation Type*** is set to ***Home Screen***. By default it's a blank canvas you can customize to show:

* A dashboard
* A list
* User-specific data
* Navigation buttons

This is where you start building the core experience of your app.

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FWYFVF3jurAL2G6Aqx7mt%2FScreenshot%202026-02-26%20at%208.55.34%E2%80%AFAM.png?alt=media&#x26;token=dfc0b0c6-6b86-4107-8b37-f12838fe121d" alt="" width="563"><figcaption></figcaption></figure>

***

### Known Limitations

* The default screens use basic styling. You will likely want to customize fonts, colors, and layout to match your brand.
* The Sign Up form only collects Email, Password, and Full Name by default. Additional fields must be added to the form based on the properties in the Users collection.
* "Forgot Password" flow is built-in on the Login screen using Adalo's password reset action.

***

### Help <a href="#help" id="help"></a>

If you need additional help with this article, you can always ask in our [community forum](https://forum.adalo.com/)! Be sure to paste the link to this article in your post as well!

Do you have a tutorial or help doc request? [Let us know!](https://ideas.adalo.com/tutorial-requests)
