Account Activation Message
The text below is used for the e-mail message sent to a new user to activate
their account. The text may contain special strings that will be replaced when
the e-mail is sent as follows:
- X-PORTALNAME-X
- portal name (from System Configuration)
- X-USERNAME-X
- user account name
- X-EMAILADDRESS-X
- e-mail address user supplied when requesting account
- X-ACTIVATIONCODE-X
- code required to activate account
- X-ACTIVATIONURL-X
- URL user can go to to automatically activate account
- X-MANUALACTIVATIONURL-X
- URL user can go to to manually activate account
- X-ACTIVATIONPARAMETERS-X
- GET parameters used in automatic activation URL
Important: Do not forget to include either the automatic
activation URL (X-ACTIVATIONURL-X) or the user name, activation code,
and manual activation URL (or, preferably, both groups) in the message so
the user will be able to activate his or her account.
You must include some combination of the
activation URL (X-ACTIVATIONURL-X) and/or the code
(X-ACTIVATIONCODE-X), user name (X-USERNAME-X),
and manual activation URL (X-ACTIVATIONURL-X) in the
message body so that the user can activate his or her account.
Forgotten Password Message
The text below is used for the e-mail message sent to a user
when they indicate they've forgotten their password. The text may
contain special strings that will be replaced when the e-mail is
sent as follows:
- X-PORTALNAME-X
- portal name (from System Configuration)
- X-USERNAME-X
- user account name
- X-EMAILADDRESS-X
- e-mail address user supplied when requesting account
- X-IPADDRESS-X
- IP address from which the password request originated
- X-RESETCODE-X
- code required to allow user to change the password
- X-RESETURL-X
- URL user can go to to change their password (includes code)
- X-MANUALRESETURL-X
- URL user can go to to manually enter user name and code
- X-RESETPARAMETERS-X
- GET parameters used in reset URL
Important: Do not forget to include either the reset URL
(X-RESETURL-X) or the user name, reset code, and manual reset URL
(or, preferably, both groups) in the message so the user will be able to
change his or her password.
You must include some combination of the
reset URL (X-RESETURL-X) and/or the code
(X-RESETCODE-X), user name (X-USERNAME-X),
and manual reset URL (X-RESETURL-X) in the message
body so that the user can change his or her password.
Email Change Message
The text below is used for the e-mail message sent to confirm an
email address change. The text may contain special strings that will
be replaced when the e-mail is sent as follows:
- X-PORTALNAME-X
- portal name (from System Configuration)
- X-USERNAME-X
- user account name
- X-EMAILADDRESS-X
- The currently confirmed email address.
- X-NEWEMAILADDRESS-X
- The requested new email address setting
- X-CHANGECODE-X
- code required to confirm the address change
- X-CHANGEURL-X
- URL user can go to to automatically change their email
- X-MANUALCHANGEURL-X
- URL user can go to to manually change their email
- X-CHANGEPARAMETERS-X
- GET parameters used in automatic change URL
Important: Do not forget to include either the automatic
change URL (X-CHANGEURL-X) or the user name, change code, and manual
change URL (or, preferably, both groups) in the message so the user will be
able to respond to the confirmation requests.
You must include some combination of the
change URL (X-CHANGEURL-X) and/or the code
(X-CHANGECODE-X), user name (X-USERNAME-X),
and manual change URL (X-CHANGEURL-X) in the
message body so that the user can confirm his or her new email address.