Set a default landing page for users upon login

To set the default landing page for users upon login, follow these steps:

  1. Open the application.conf file located in the /etc directory of your Repertoire installation using a text editor.
  2. Locate the section containing “ambience.web”.
  3. Update the “default-per-user-url” value to “/repository/index.html”. This ensures that users are automatically directed to the repository page upon login.

  1. Save the file and restart the server to apply the changes.