Customizing the BMS Login Screen - IntegratedBreedingPlatform/Documentation GitHub Wiki

The BMS offers the ability to customize the login screen in several ways:

  • Set whether or not the login screen offers a link for users to create their own BMS accounts
  • Add a short text message
  • Add a logo or other image.

Instructions for each customization are provided below.

To set whether or not the account creation link appears:

  1. go to the folder where tomcat is installed
  2. go to \webapps\ibpworkbench\WEB-INF
  3. open classes\workbench.properties
  4. set the property workbench.enable.create.account to true or false for enabling or disabling the account creation link

To add custom text:

  1. go to the folder where tomcat is installed
  2. go to \webapps\ibpworkbench\WEB-INF
  3. open _classes\workbench.properties _
  4. Update the value of the property footer.message to change the message in the notification area

To add a custom logo:

  1. go to the folder where tomcat is installed
  2. go to \webapps\ibpworkbench\WEB-INF
  3. place the logo file in static\images\institute; this file must be named logo.png (the file name is case-sensitive)
  4. Add the institute logo path to the workbench.properties file: institute.logo.path=/static/images/institute/logo.png
  5. Restart Tomcat