account password column was removed

This commit is contained in:
vfedosevich 2015-04-16 03:12:44 -07:00
parent e97f71d30e
commit 3df70d70bf
6 changed files with 150 additions and 73 deletions

View file

@ -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; }