From 6ced99df157d2be589fb64f859a977781b9169d9 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Wed, 9 Oct 2024 21:25:33 +0200 Subject: [PATCH] Temparary access help page added --- pages/help.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/help.py b/pages/help.py index 322ed9b..e70058b 100644 --- a/pages/help.py +++ b/pages/help.py @@ -31,7 +31,9 @@ CREOLE += mycreole.render_simple(""" """) ACCESS = mycreole.render_simple(_(""" -= TBD += Access +* Currently just two specific users have write access. +* Pages containing "private" in the relative page path have no public read access. """)) SEARCH = mycreole.render_simple(_(