2.13.1 Custom consent message
You can add a consent message on the login page. The message is displayed at the bottom of the page:
Example login page with consent footer
How to set the message
Edit the 'piplanning.cfg' file
You can set a string of your choice (even HTML formatted) for the
custom_consent_message
property.custom_consent_message = This is a <b>Test</b> string.
Â
Restart by “./install.sh“