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

Creating blog entries while not logged in results in an ugly error #68

Closed
kampfschlaefer opened this issue Jul 26, 2014 · 2 comments · Fixed by #78
Closed

Creating blog entries while not logged in results in an ugly error #68

kampfschlaefer opened this issue Jul 26, 2014 · 2 comments · Fixed by #78

Comments

@kampfschlaefer
Copy link
Contributor

The current tutorial plays around with the admin-interface first and thus a user is logged in and everything is working fine.

But once people play around and redo their database, the authenticated user is lost. When you then try to save a new blog-post, everything blows up as it tries to set the anonymous user as author.

@oinopion
Copy link
Contributor

I think this should be handled by the authentication/authorization chapter.

@kampfschlaefer
Copy link
Contributor Author

The authentication/authorization chapter hides the problem. I think there should be an actual solution in the base tutorial for this. Currently everyone who attended is going to experience this bug :-(

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

Successfully merging a pull request may close this issue.

2 participants