Custom Disclaimer [DRAFT]

The disclaimer is a legal notice that is displayed right after the login into Stages to inform users about certain information. Typically, the disclaimer is used to protect the Stages service provider from potential legal consequences by excluding or limiting certain liability claims.

Configuration

  • Create a text file with the content you want to display
    • Use UTF-8 encoding
    • Use HTML for styling the text
    • File name format: disclaimer_YOUR_CUSTOM_NUMBER.txt
  • Add the text file to stages/conf folder
  • Add the following configuration property to stages/conf/config.xml *
    • <property name=“disclaimer.version” value=“YOUR_CUSTOM_NUMBER”/>

Attention: Consent to the disclaimer is stored in the database along with the version number. Increasing the number in the filename causes the disclaimer dialog to re-display for each user.