2.14.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

  1. Edit the 'piplanning.cfg' file

  2. 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.

     

  3. Restart by “./install.sh“