password reset fix
This commit is contained in:
parent
0287c26f95
commit
cbff6f5964
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue