Difference between revisions of "NATS4 Affiliate Activation"
From TMM Wiki
Jump to navigationJump to searchLine 4: | Line 4: | ||
== Requiring E-mail Verification == | == Requiring E-mail Verification == | ||
+ | |||
+ | To require new affiliates to verify their e-mail address upon signup 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. | ||
+ | <pre> | ||
+ | http://{$config.PROJECT_HOSTNAME}/signup_verify.php?lid={$loginid}&verify={$verify} | ||
+ | </pre> | ||
+ | |||
+ | Now your affiliates will not be able to login until they have verified their e-mail address. | ||
+ | Other templates you may want to customize for this are: | ||
+ | * external_signup_done | ||
+ | * external_signup_verify | ||
== Requiring Manual Activation == | == Requiring Manual Activation == |
Revision as of 08:44, 10 April 2009
Requiring E-mail Verification
To require new affiliates to verify their e-mail address upon signup 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}
Now your affiliates will not be able to login until they have verified their e-mail address. Other templates you may want to customize for this are:
- external_signup_done
- external_signup_verify