Bug 24151: (follow-up) Rename the config key with 'bcrypt_settings'
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 23 Jul 2020 10:14:56 +0000 (12:14 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 23 Jul 2020 10:15:38 +0000 (12:15 +0200)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

debian/templates/koha-conf-site.xml.in
etc/koha-conf.xml

index 8c5d7d7..182e964 100644 (file)
@@ -403,8 +403,8 @@ __END_SRU_PUBLICSERVER__
       server. e.g. Antarctica/South_Pole -->
  <timezone>__TIMEZONE__</timezone>
 
- <!-- This is the bcryt settings used to generated anonymized content -->
- <key>__BCRYPT_SETTINGS__</key>
+ <!-- This is the bcrypt settings used to generated anonymized content -->
+ <bcrypt_settings>__BCRYPT_SETTINGS__</bcrypt_settings>
 
  <!-- flag for development purposes
       dev_install is used to adjust some paths specific to dev installations
index 2ffe624..8704533 100644 (file)
@@ -228,7 +228,7 @@ __PAZPAR2_TOGGLE_XML_POST__
  <timezone></timezone>
 
  <!-- This is the bcryt settings used to generated anonymized content -->
- <key>__BCRYPT_SETTINGS__</key>
+ <bcrypt_settings>__BCRYPT_SETTINGS__</bcrypt_settings>
 
  <!-- flag for development purposes
       dev_install is used to adjust some paths specific to dev installations