From cbff6f5964de1ff1da27cffa6cbb07660e9787a9 Mon Sep 17 00:00:00 2001 From: vfedosevich Date: Wed, 22 Apr 2015 07:05:05 -0700 Subject: [PATCH] password reset fix --- .../WebsitePanel.WebDavPortal/Controllers/AccountController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Controllers/AccountController.cs b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Controllers/AccountController.cs index 654fd5d8..84e1a34f 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Controllers/AccountController.cs +++ b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Controllers/AccountController.cs @@ -46,7 +46,7 @@ namespace WebsitePanel.WebDavPortal.Controllers var model = new AccountModel(); - var settings = WspContext.Services.System.GetSystemSettings(EnterpriseServer.SystemSettings.WEBDAV_PORTAL_SETTINGS); + var settings = WspContext.Services.Organizations.GetWebDavSystemSettings(); if (settings != null) {