diff --git a/README.md b/README.md index 36491c6..60a0d7a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ The charts_builder_view plugin does not have any special settings during the cre ![User chart builder](doc/chart-user-builder.gif) +The user chart builder could be restricted to only authenticated users. See the config settings section for more information. In this case, user will be forced to log in to build a chart. After the user logs in, user will be redirected to the chart builder page back. + +![Restrict user chart builder for anon](anon-restrict.png) + ## Requirements Requires Redis 7+ diff --git a/doc/anon-restrict.png b/doc/anon-restrict.png new file mode 100644 index 0000000..fa92165 Binary files /dev/null and b/doc/anon-restrict.png differ