Can Category have a password? Can Category have a password?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Can Category have a password?

Started by pinkforeversite, December 18, 2014, 07:21:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pinkforeversite

Can you put a password on an entire category. My gallery is www.pink-forever.com/gallery and if possible I would like to password protect all of photos? Is that possible? I know you can do individual albums but have way to many to do in and password protect?

allvip

This is one way to protect the images from unregistred users :

Go to Config - User settings - Allow unlogged users (guest or anonymous) access and choose from:

No
Yes: thumbnail only
Yes: thumbnail and intermediate image
Yes: thumbnail, intermediate, and full-size image

Users will see only the log in page if you choose No.

In Users - Group you have more advanced options.

You can also go to Config - Registration and enable Admin activation of registrations.

ΑndrĂ©

To answer your question: no, that's not possible out of the box. Permission can only be set on album level. If you have a quite static category/album structure, an SQL query could set permissions on all existing albums (or all in a specific category) and then you just need to set permissions for new albums. If this would work for you, we can create an appropriate SQL query.