From 338d7e72903c256891a5e08d1c8d880ef507cfa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20M=C3=A4kinen?= Date: Tue, 17 Jun 2025 15:31:52 +0300 Subject: [PATCH] Looks like the path doesnt have the extra folder --- source/maintainer-guide/updating/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/maintainer-guide/updating/index.rst b/source/maintainer-guide/updating/index.rst index 4e835842..2f9517f5 100644 --- a/source/maintainer-guide/updating/index.rst +++ b/source/maintainer-guide/updating/index.rst @@ -7,7 +7,7 @@ Since GeoNetwork 4.0.4, passwords stored in the database for the mail server, ha `Jasypt `__. By default, a random encryption password is generated when GeoNetwork is started, if it is not already defined, and it -is stored in the file :file:`/geonetwork/WEB-INF/data/config/encryptor/encryptor.properties`. If you have set the +is stored in the file :file:`/geonetwork/WEB-INF/data/config/encryptor.properties`. If you have set the location of the data directory outside of the application, the file will be stored in this external location. Read more at :ref:`customizing-data-directory`.