This action unlinks a user's account from all of their Social Connect login accounts.
It does so by deleting all of the user's external id reference from our system, so keep in mind that this action can not be undone for the deleted reference.
In order to use this action, you must have `unlinksocialconnect` (and all its parameters) selected and saved in the `User Actions` tab of the applicationsettings page of your Project.
Unlinks the user's account from all of their Social Connect logins.
A link to this action can be included in the Lost Password email template via the $unlinksocialconnect parameter.
The parameters contained in $unlinksocialconnect are listed below.
Hi {$$user.firstname},
We have received a request to reset your password, however you have registered for the Community using a Social Connect ( 3rd party) login.
To unlink your account from the 3rd party login click here and then reset your password.
{unlinksocialconnect} {$unlinksocialconnect}&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.
Using $unlinksocialconnect in the LostPassword email template populates the required action parameters for you.
The parameters contained in $unlinksocialconnect 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 |