webdav portal password reset added
This commit is contained in:
parent
4bae47e17f
commit
599e9a8865
48 changed files with 1163 additions and 117 deletions
|
@ -9,6 +9,10 @@ namespace WebsitePanel.EnterpriseServer.Base.HostedSolution
|
|||
public DateTime ExpirationDate { get; set; }
|
||||
public int AccountId { get; set; }
|
||||
public int ItemId { get; set; }
|
||||
public AccessTokenTypes Type { get; set; }
|
||||
public AccessTokenTypes TokenType { get; set; }
|
||||
public string SmsResponse { get; set; }
|
||||
public bool IsSmsSent {
|
||||
get { return !string.IsNullOrEmpty(SmsResponse); }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue