Description
The blog sample doesn't validate email addresses when creating an author so we can create an author with an invalid email address. It does validate the email address for editing the author and therefore once created, it is not possible to edit the author. We should either do consistent validation or remove all validation (depending on how 'real' we want it to be).