# Customizing the Approval URL Template for Automatic login

*Article Topics:* [*Members*](https://docs.toomuchmedia.com/getting-started/common-topics/members)*,* [*Sites*](https://docs.toomuchmedia.com/getting-started/common-topics/sites)*,* [*Templates*](https://docs.toomuchmedia.com/getting-started/common-topics/templates)

## Customizing the Approval URL Template

If you need additional control over the approval page's appearance and behavior, you can modify it to accommodate the automatic login process.

1. Navigate to the **Templates** tab of the currently selected tour.
2. Find the **page\_approval** template, click the vertical ellipses to the right, then click **Customize Template**.

<figure><img src="https://2232071635-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWJVne6meHqGT8rzsBdod%2Fuploads%2FICFxchPf3lG3Iq27A5lW%2Fimage.png?alt=media&#x26;token=15db8e5e-881e-4dd3-99c0-6e3981f6aa14" alt=""><figcaption></figcaption></figure>

The default **page\_approval** template is minimal and outputs:

* A confirmation message
* The member username
* Conditional Gigdat receipt information

You can implement your CMS Tour and Member Area design and include a url to your Members Area.

```
<h3><a href="https://your-member-area-url/">Log in now</a></h3>
```

<figure><img src="https://2232071635-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWJVne6meHqGT8rzsBdod%2Fuploads%2FpNXUYuTxFuJPrDro3rEr%2Fimage.png?alt=media&#x26;token=21f44980-1c95-40d4-b4eb-336d965aa0db" alt=""><figcaption></figcaption></figure>

Learn more about customizing templates in our [Templates](https://docs.toomuchmedia.com/nats-admin/sites/site-templates) article.

## Important Considerations

When customizing the page\_approval template:

* Do not remove required Smarty variables such as **$member.username**
* Preserve conditional billing logic
* Ensure the login link points to the correct CMS Member Area
