Password protection for the entire coppermine gallery Password protection for the entire coppermine gallery
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Password protection for the entire coppermine gallery

Started by marwick, June 01, 2006, 07:40:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marwick

One of the features that is easy to implement and would mean a lot for people having private (e.g. familly) galleries is password protection for the entire site. This would mean that a user needs to register/log-on before accessing any picture in any gallery or even the front page.

I have managed to do this myself just by copying one php line (that checks if the user is logged on) to several php pages, but I guess it would be nicer if this was a feature of the product. Users that do not wish to use this feature could have a config switch to switch it on/off.

Thanks


marwick

It is - apologies for this the last version I had (1.3.2) did not have anything alike...


Joachim Müller

There used to be a simple hack for cpg1.3.x as well: http://coppermine-gallery.net/demo/cpg13x/docs/faq.htm#registeredUsersOnly
Make sure to use the most recent version before requesting new features.