# Affiliate Activation

*Article Topics:* [*Affiliates*](/getting-started/common-topics/affiliates.md)

NATS offers the ability for [program owners](/additional-resources/common-terms.md#program-owner) to require additional steps or verification when a new affiliate is signing up. You can do this by either requiring e-mail verification for affiliates or by requiring manual activation by the program owner to activate new affiliates.

## Required E-mail Verification

NATS gives you the option of requiring new affiliates to verify their e-mail address after signing up. To do so, you must follow these steps:

**1)** Enable the RESELLER\_VERIFY config option in the Affiliates tab of the Configuration Admin.

<figure><img src="/files/y1JU5KOrXbdLRX3s2o3q" alt=""><figcaption></figcaption></figure>

**2)** Turn on the EMAIL\_AFFILIATE\_SIGNUP in the Emails tab of the Config Admin.

<figure><img src="/files/5fVhNEyTEkNDXezVWN5g" alt=""><figcaption></figcaption></figure>

**3)** Place the verification link below in your 'mail\_affiliate\_on\_signup' template in the [Special Templates](/nats-admin/skins-and-templates.md).

{% hint style="info" %}
**Please Note:** If you are on NATS 4.0.75.1 or a newer version, the link below should contain *{$affiliate.verify}* instead of *{$verify}*.
{% endhint %}

{% code overflow="wrap" %}

```
https://{$config.PROJECT_HOSTNAME}/signup_verify.php?lid={$loginid}&verify={$verify}
```

{% endcode %}

<figure><img src="/files/en0WnfIXsthqyyjhJ4Va" alt=""><figcaption></figcaption></figure>

Once you have done this, your affiliates will not be able to login until they have verified their e-mail address. Other templates you can customize for this are:

* external\_signup\_done
* external\_signup\_verify

These can be found in the "Standard Skin" option in the [Skins & Templates Admin](https://tmmwiki.com/index.php/NATS4_Skins_and_Templates_Admin)

## Requiring Manual Activation

Another method of adding steps to affiliate registration is requiring that the program owner manually activates new affiliates. To do so, you must follow these steps:

* Enable the RESELLER\_MANUAL\_ACTIVATION config option in the Affiliates tab of the Configuration Admin.

<figure><img src="/files/zgEJR2Os7rE9Aw2Y8UaM" alt=""><figcaption></figcaption></figure>

* Affiliates can now be approved or denied in the Affiliate Admin

For additional verification measures, you can require both manual activation and e-mail verification. This will require the affiliate to first verify their e-mail, and then to be manually activated by you (or the program owner).


---

# Agent Instructions: 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:

```
GET https://docs.toomuchmedia.com/nats-admin/affiliates/further-reading/affiliate-activation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
