Set hasIdentity if there is an ID, and logical adjustments to set passwords corectly
This commit is contained in:
@@ -24,7 +24,11 @@ namespace Umbraco.Web.Models.Mapping
|
||||
target.Key = source.Key;
|
||||
target.Username = source.Username;
|
||||
target.Id = (int)(long)source.Id;
|
||||
//TODO: map more properties as required
|
||||
target.Comments = source.Comments;
|
||||
target.IsApproved = source.IsApproved;
|
||||
|
||||
//TODO: ensure all properties are mapped as required
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user