webdav portal password change page added

This commit is contained in:
vfedosevich 2015-04-10 02:07:19 -07:00
parent dd15673752
commit 4bae47e17f
35 changed files with 2010 additions and 93 deletions

View file

@ -9,5 +9,8 @@ namespace WebsitePanel.WebDavPortal.UI.Routes
{
public const string Logout = "AccountLogout";
public const string Login = "AccountLogin";
public const string UserProfile = "UserProfileRoute";
public const string PasswordChange = "PasswordChangeRoute";
}
}