You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/administrator-manual.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,3 +221,5 @@ You can change some of the variables of the different email templates, such as t
221
221
To change those, you can access the[configuration.properties](https://github.com/ec-jrc/re3gistry/blob/master/sources/Re3gistry2/src/main/resources/configurations_files/configuration.properties) file, where you can search the mail template variables by searching the "mail.text" variables.
222
222
You can see the different subjects and text that you can change. Consider that some of these may need some proper code changing in their respective java classes.
223
223
App's default name is Re3gistry2; this variable is used in email templates showing the instance name. The property that manages this name is called "application.default.name". This variable can be found in the same [configuration.properties](https://github.com/ec-jrc/re3gistry/blob/master/sources/Re3gistry2/src/main/resources/configurations_files/configuration.properties) file.
224
+
225
+
Please configure an email server to handle notifications and ensure proper delivery of emails.
Copy file name to clipboardExpand all lines: documentation/developer-manual.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,12 @@ To modify the URL where the page icons (favicons) and images point, navigate to
185
185
186
186
Once you've made changes to the **web.cdn_url** property, it will be used in `sources\Re3gistry2\src\main\webapp\jsp\includes\head.inc.jsp` to generate the final URLs for the page icons and images, enabling you to customize their paths as necessary.
187
187
188
+
## Webapp Icons
189
+
By default, the site header logo image is configured to display a different picture for each language. When you change the language using the language selector, the logo will automatically update to match the selected language.
190
+
191
+

192
+
193
+
If you prefer to use a single logo for all languages, you can modify the configuration file located at `dist/webapp/public_html/conf/conf.js` Set the **registryApp.multiLogo** variable to false. Below this variable, you will find **registryApp.singleLogoPath**, where you should specify the path to the single logo.
Copy file name to clipboardExpand all lines: documentation/user-manual.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -544,6 +544,8 @@ Depending on the type of installation, using an external authentication provider
544
544
545
545
Users can receive different email notifications to inform them about statuses and actions done to the items and actions they have taken part in. These notifications indicate the status of the items (Items been submitted, published etc.) and some of the actions done in the instance, such as permissions and roles given to a user.
546
546
547
+
Please ensure that an email server is configured to handle notifications and proper delivery of emails.
548
+
547
549
## Bulk Import and Bulk Edit
548
550
549
551
This feature allows the user to make modifications to multiple existing items.
0 commit comments