diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2012-12-31 20:08:30 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2012-12-31 20:08:30 +0100 |
| commit | 95b85be502f639fb2080ae92d4d33c013b18aa94 (patch) | |
| tree | 7ca15af789198da9021937269eda023946b69221 /sample/src/index.xml | |
| parent | 571790ba31a48c108e42c4ae10f8e63ae734c376 (diff) | |
| download | cataract-95b85be502f639fb2080ae92d4d33c013b18aa94.tar.xz | |
Add support for password protected albums
This adds support for simple password protected areas (albums and
all subalbums) through webserver HTTP authentication. CGG simply
generates .htaccess and password files and it's up to the user to
set up the rest on server side.
No UI changes at this point. Limited to one user per album for
the moment.
Diffstat (limited to 'sample/src/index.xml')
| -rw-r--r-- | sample/src/index.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/src/index.xml b/sample/src/index.xml index c5ec849..4363cb6 100644 --- a/sample/src/index.xml +++ b/sample/src/index.xml @@ -64,5 +64,11 @@ <title_description>Supplemental files distributed within the album</title_description> </item> + <item path="passwd_protect"> + <title>Restricted area</title> + <title_description><![CDATA[Password protected access<br/><br/>user/pass: test/test]]></title_description> + <thumbnail src="CIAF_1/img_6802.jpg" /> + </item> + </items> </gallery> |
