This email is sent to the user when they request to change the password for their account.
The email contains a link to a page that allows the user to reset their password.
If the user's account is Facebook connected, the email can also contain a link to page that deletes the Facebook connect, and allows the user to set their password.
If the user's account is connected via any other Social Connect means ( such as Janrain or Gigya ), the email can contail a link to delete those as well.
To be able to send this email, make sure that the lostpassword checkbox is checked in the User Actions in the Application Settings.
Go to the communitygroupinfo page for the group and select the 'lostpassword' template name in the Email Template field.
This will enable emails to be sent out to users using that email template.
Name | Description |
---|---|
username | The username of the recipient of the email. |
resetpasswordurl | The url of the page that allows the user to change his/her password. |
resetpasswordsecureurl | The secure url (ie: it uses HTTPS) of the page that allows the user to change his/her password. |
resetpasswordquery | The action and parameters that passed in the resetpasswordurl (or resetpasswordsecureurl) without the domain. Sample value: 'action/resetpassword?secret1=' . $secret1 . '&secret2=' . $secret2 . '&uid=' . $userInfo['id'] |
This email template which provides a link for the user to reset their password.
Dear {$$user.firstname},
We have received a request to reset your password.
If you didn't initiate this, you can simply ignore this email.
Click the following link to reset your password
{$$resetpasswordurl}&redirectUrl=/userprofile
If you can't click this link, copy and paste it into the address bar of your browser and press enter.
This email template determines ( based on the user's Social Connect accounts ) which link to provide:
a) to just update the user's password, without deleting the user's Facebook Connect reference (or any other 3rd party connect references).
b) or one to unlink Facebook Connect (and set their password)
Hi {$$user.firstname},
We have received a request to reset your password, however you have registered for the Community using Facebook Connect.
To unlink your account from Facebook click here and then reset your password.
{facebookunlinkurl} {$facebookunlinkurl}&redirectUrl=/userprofile
We have received a request to reset your password. If you didn't initiate this, you can simply ignore this email.
Click the following link to reset your password:
{$resetpasswordurl}&redirectUrl=/userprofile&utm_source=notification&utm_medium=email&utm_campaign=Lost+Password
If you can't click this link, copy and paste it into the address bar of your browser and press enter.
This email template determines ( based on the user's Social Connect accounts ) which link to provide: a) to just update the user's password, without deleting any social account links b) or one to unlink Facebook Connect (and set their password). Here, if the user has other 3rd party connect references, you can provide $socialconnectunlinkurl which is a link to delete ALL of the user's 3rd part references.
Dear {$$user.firstname},
We have received a request to reset your password, however the account is associated with a Facebook account.
To unlink your account from Facebook click here and then reset your password.
To unlink your account from ALL your social connect profiles click here and then reset your password.
We have received a request to reset your password. If you didn't initiate this, you can simply ignore this email.
Click the following link to reset your password:
{$resetpasswordurl}&redirectUrl=/userprofile
If you can't click this link, copy and paste it into the address bar of your browser and press enter.