Hi,
I assumed a non-logged in user who tried to navigate to www.mysite.com/blog/post would be redirected through /Security/login to login and then be able to post through the front end form.
But when I navigate to /blog/post if not logged in I get the following error:
Action 'post' isn't allowed on class BlogHolder_Controller
Is that expected behaviour?