Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form validation for creating or editing a guest author #28

Closed
danielbachhuber opened this issue May 5, 2012 · 0 comments
Closed

Form validation for creating or editing a guest author #28

danielbachhuber opened this issue May 5, 2012 · 0 comments
Assignees
Milestone

Comments

@danielbachhuber
Copy link
Contributor

When creating or editing a guest author, we should validate the form submitted by the user. In particular, we need to look for things like:

  • Required fields are filled out. Which fields are required to come.
  • No duplicate email addresses
danielbachhuber added a commit that referenced this issue Oct 31, 2012
…have display_name, first_name or last_name fields.

We're doing our best to avoid the situation where a guest author is created with the same user_login as a user. In this scenario, they share the same author term which means that any modifications to one lead to modifications to the other. Where this is the biggest possibility is if the guest author becomes unmapped to the user, posts are continued to be assigned to it, and then the guest author is deleted.

So, the easiest thing to do is restrict the mapping from being changed

See #28, #30
@ghost ghost assigned danielbachhuber Nov 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant