I'm trying to get alexa working and realized I needed to have my server password set in the cloud.  When I try to do that, the app blows up on me.  

 

Error contents:

Server Error in '/' Application.


Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Data.Entity.Validation.DbEntityValidationException: Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 

[DbEntityValidationException: Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.]
   System.Data.Entity.Internal.InternalContext.SaveChanges() +169
   System.Data.Entity.Internal.LazyInternalContext.SaveChanges() +33
   System.Data.Entity.DbContext.SaveChanges() +20
   Data.DbAccount.saveAccount(Nullable`1 accountId, String displayName, String firstName, String lastName, String email, String userName) +1048
   InControlHaWeb.Controllers.AccountController.Profile(ProfileModel model) +557