account password column was removed
This commit is contained in:
parent
e97f71d30e
commit
3df70d70bf
6 changed files with 150 additions and 73 deletions
|
@ -268,11 +268,11 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
}
|
||||
|
||||
|
||||
public string AccountPassword
|
||||
{
|
||||
get { return accountPassword; }
|
||||
set { accountPassword = value; }
|
||||
}
|
||||
//public string AccountPassword
|
||||
//{
|
||||
// get { return accountPassword; }
|
||||
// set { accountPassword = value; }
|
||||
//}
|
||||
|
||||
public string ExternalEmail { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue