This action unlinks a user's account from their Facebook login.
It does so by deleting the user's external id reference from our system, so this action can not be undone for the deleted reference.
In order to use this action, you must have `unlinkfacebook` (and all its parameters) selected and saved in the `User Actions` tab of the applicationsettings page of your Project.
Unlinks the a user's account from Facebook connect.
A link to this action can be included in the Lost Password email template via the $facebookunlinkurl parameter.
The parameters contained in $facebookunlinkurl are listed below.
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.
NOTE: The line that determines whether the Unlink Facebook link is shown ( or the Unlink Account link is shown ) is:
Using $facebookunlinkurl in the LostPassword email template populates the required action parameters for you.
The parameters contained in $facebookunlinkurl are as follows:
Name | Required | Description | |
uid | Required | The id of the user. Integer up to 11 characters. | |
secret1 | Required | Secret string 1 that authenticates a user so they can update their password. Has to be used together with secret2 | |
secret2 | Required | Secret string 2 that authenticates a user so they can update their password. Has to be used together with secret1 |