From b1cd51dd3264b0f5a3b2bc72229f6a7c489cdcca Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Wed, 27 Sep 2017 15:31:47 +0200 Subject: [PATCH] [doc] add password acces --- docs/configuration.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index f765bc9..06327e6 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -309,3 +309,14 @@ by:: quality: 90 strip: False auto-orient: False + +Password access +_______________ + +You can protect access of gallery with password:: + + title: Gallery title + sub_title: Gallery sub-title + password: my_super_password + +