# Automatic login after Member Signup

*Article Topics:* [*Sites*](https://docs.toomuchmedia.com/getting-started/common-topics/sites)*,* [*Tours*](https://docs.toomuchmedia.com/getting-started/common-topics/tours)*,* [*Member Area*](https://docs.toomuchmedia.com/getting-started/common-topics/member-area)*,* [*Members*](https://docs.toomuchmedia.com/getting-started/common-topics/members)*,* [*Site Templates*](https://docs.toomuchmedia.com/getting-started/common-topics/templates)

In this article, we'll walk through how to set up automatic login after a new member completes a signup.

This greatly improves the user experience by eliminating the need for a newly registered member to manually log in after signing up.

## Setting up Approval URL

1. Navigate to the [Sites Admin](https://docs.toomuchmedia.com/nats-admin/sites), select your site, then your tour, and navigate to the **Pages/Steps** tab
2. Point the **Redirect-Approval URL** to your Member Area URL.
3. Append the query parameter:

```
?pkce_cms_area_id=YOUR_MEMBERS_AREA_ID
```

Replace **YOUR\_MEMBERS\_AREA\_ID** with the actual members area ID found on the [General tab of your Member Area](https://docs.toomuchmedia.com/content-management/member-area-and-tour-details#general-tab).

This ensures that after signup approval, the member is redirected correctly.

<figure><img src="https://2232071635-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWJVne6meHqGT8rzsBdod%2Fuploads%2FSnum1Xn8Gt00e4hDO6xk%2Fimage.png?alt=media&#x26;token=edca597b-bf68-4eb5-be9f-a8f9d52e4498" alt=""><figcaption></figcaption></figure>

#### Related Articles

{% content-ref url="../../../nats-admin/sites/site-management/site-overview/site-tours" %}
[site-tours](https://docs.toomuchmedia.com/nats-admin/sites/site-management/site-overview/site-tours)
{% endcontent-ref %}
