From f2baef9f58270664d6620a4a0d6758ccb01ad62c Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Tue, 3 Oct 2017 00:49:28 +0200 Subject: [PATCH] [doc] update password access --- docs/configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 06327e6..d271ef3 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -49,6 +49,7 @@ entry like any other gallery. **NOTE**: expect the "static: " option to disappear quite soon for a more generic approach to "choose your page style". + Global settings _______________ @@ -229,6 +230,14 @@ Is option can be use too in gallery settings if you use multi level gallery:: reverse: true +Password access +~~~~~~~~~~~~~~~ + +If you wanna protect all the website by password:: + + title: Gallery + password: my_super_password + Gallery settings.yaml ---------------------