webdav portal password change page added
This commit is contained in:
parent
dd15673752
commit
4bae47e17f
35 changed files with 2010 additions and 93 deletions
|
@ -14,5 +14,6 @@ namespace WebsitePanel.WebDav.Core.Interfaces.Security
|
|||
WspPrincipal LogIn(string login, string password);
|
||||
void CreateAuthenticationTicket(WspPrincipal principal);
|
||||
void LogOut();
|
||||
bool ValidateAuthenticationData(string login, string password);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue