From ccf08921eeacfa78dbe7187ea3b3afecf2f864a2 Mon Sep 17 00:00:00 2001 From: Gabriel Goller Date: Fri, 13 Sep 2024 15:10:33 +0200 Subject: [PATCH] docs: add section about consent banner Add short section on how to enable consent banner. Signed-off-by: Gabriel Goller --- docs/gui.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/gui.rst b/docs/gui.rst index 9547c73f..acecb8bc 100644 --- a/docs/gui.rst +++ b/docs/gui.rst @@ -40,6 +40,14 @@ Proxmox Backup Server supports various languages and authentication back ends .. note:: For convenience, you can save the username on the client side, by selecting the "Save User name" checkbox at the bottom of the window. +Consent Banner +^^^^^^^^^^^^^^ + +A custom consent banner that has to be accepted before login can be configured +in **Configuration -> Other -> General -> Consent Text**. If there is no +content, the consent banner will not be displayed. The text will be stored as a +base64 string in the ``/etc/proxmox-backup/node.cfg`` config file. + GUI Overview ------------