From 507bdf5a57f16b91666ab199fb7f817fd9e2f7fe Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Jul 2021 13:02:57 +1000 Subject: No need for password to save IARs. Makes it impossible to script. --- .../CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim') diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs index d50ebf5..5b96c63 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs @@ -567,6 +567,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver return null; } +/*//// try { string encpass = Util.Md5Hash(pass); @@ -587,6 +588,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver m_log.ErrorFormat("[INVENTORY ARCHIVER]: Could not authenticate password, {0}", e); return null; } +*///// +return account; } /// -- cgit v1.1