password reset fixes

This commit is contained in:
vfedosevich 2015-04-16 07:18:14 -07:00
parent 097378bc50
commit 736e83746f
10 changed files with 318 additions and 319 deletions

View file

@ -113,7 +113,6 @@ namespace WebsitePanel.WebDavPortal.Controllers
public ActionResult PasswordChange()
{
var model = new PasswordChangeModel();
model.PasswordEditor.Settings = WspContext.Services.Organizations.GetOrganizationPasswordSettings(WspContext.User.ItemId);
return View(model);
}