How to Unlock Groups of Password Protected Content with Quick Access Links

PPWP Group Protection extension allows you to protect multiple pages at once with a single password. Now it’s more convenient for your users to access the protected content directly without having to enter a password using a quick access link.

In this article, we will walk you through the following sections:

Requirements:

How to generate quick access links

Step 1: Get the page URL where your users will access after unlocking “group protection”

This page must be password protected by PPWP Group.

Step 2: Get an access token

After protecting a group of content, switch to the Manage Passwords tab and click on “Copy Access Token” button.

Our plugin will automatically generate an access token corresponding to the password, for example, ?ppwp_gp=eyJwYXNzd29yZCI6IjAifQ==

Step 3: Combine page URL and access token to create a quick access link.

It should be something like https://passwordprotectwp.com/demo/parent-page/?ppwp_gp=eyJwYXNzd29yZCI6IjAifQ==

It’s important to know that a link can not include more than one question mark (?). So if you’re using plain permalink, please modify the access token accordingly:

https://passwordprotectwp.com/demo/?p=201&ppwp_gp=eyJwYXNzd29yZCI6IjAifQ==

How quick access links work

If your users access protected content via its original link, e.g. https://passwordprotectwp.com/demo/parent-page/, they will be prompted to enter a valid password to unlock the content. However, if they use the quick access links, they can see the protected content directly.

  • An access link is associated with one password by default. That means when you edit/ deactivate/ activate/ delete a password, you’re editing/ deactivating/ activating/ deleting the corresponding access link.
  • Our plugin also saves a cookie containing a password to their browser at the same time. As a result, users are able to re-visit the page multiple times without proving a password until the cookie expires.
    • You can modify the cookie expiration time under our plugin’s settings page.
    • If users re-access the page via the quick access link, a new cookie will be generated and override the existing one.
  • To avoid the number of password usage increases once users reload the page, the access token will be removed from the page URL once users access the content successfully. This behavior might affect your campaign tracking.
  • Quick Access Links will not be working when containing plus sign (+)
Lasted updated on November 24, 2020