Difference between revisions of "NATS4 Affiliate Activation"
From TMM Wiki
Jump to navigationJump to searchTMMStephenY2 (talk | contribs) |
|||
Line 5: | Line 5: | ||
== Requiring E-mail Verification == | == Requiring 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: | |
* Enable the RESELLER_VERIFY config option in the Affiliates tab of the Configuration Admin. | * Enable the RESELLER_VERIFY config option in the Affiliates tab of the Configuration Admin. | ||
Line 14: | Line 14: | ||
</pre> | </pre> | ||
− | + | 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: | |
− | Other templates you | + | |
* external_signup_done | * external_signup_done | ||
* external_signup_verify | * external_signup_verify | ||
== Requiring Manual Activation == | == Requiring Manual Activation == | ||
+ | |||
To require new affiliates to be manually activated by you upon signup: | To require new affiliates to be manually activated by you upon signup: | ||
* Enable the RESELLER_MANUAL_ACTIVATION config option in the Affiliates tab of the Configuration Admin. | * Enable the RESELLER_MANUAL_ACTIVATION config option in the Affiliates tab of the Configuration Admin. |
Revision as of 17:02, 18 June 2010
Requiring 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:
- Enable the RESELLER_VERIFY config option in the Affiliates tab of the Configuration Admin.
- Turn on the EMAIL_AFFILIATE_SIGNUP in the Emails tab of the Config Admin.
- Place the verification link in your 'mail_affiliate_on_signup' template in the Special Templates.
http://{$config.PROJECT_HOSTNAME}/signup_verify.php?lid={$loginid}&verify={$verify}
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
Requiring Manual Activation
To require new affiliates to be manually activated by you upon signup:
- Enable the RESELLER_MANUAL_ACTIVATION config option in the Affiliates tab of the Configuration Admin.
- Affiliates can now be approved or denied in the Affiliate Admin
You can require manual activation and e-mail verification. This will require the affiliate to verify their e-mail address and then be manually activated by you.