Background: I'd like to build a gallery system based on Drupal 8. Some of the galleries need to be password protected. I currently have a running system based on koken (koken.me) and the password-protect plugin: https://store.koken.me/plugins/password-protect. However, I no longer want to maintain two systems in parallel. Koken for the galleries and Drupal for the website. I also want to be able to integrate the galleries more strongly into the website.

Goal: Users should only need to enter a password to view a protected node. Individual user accounts with username and password are not a suitable solution.

Problem: The module protected_node (https://www.drupal.org/project/protected_node) would fulfill this purpose. Unfortunately there is no Drupal 8 version available yet.

Does anyone know another solution (D8) to password protect individual nodes?

Comments

kokrull’s picture

piridium’s picture

...as far as I understand .htaccess-protection, I can only protect specific subfolders. And I would have to modify .htaccess and .htpasswd everytime I post a new gallery.

...visitors are required to input username/password and not just a simple password as required.

shujat.munawar’s picture

is there any update for Drupal 8 support 

vm’s picture

vm’s picture

=-=