password reset fixes
This commit is contained in:
parent
097378bc50
commit
736e83746f
10 changed files with 318 additions and 319 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue