On Fri, Mar 18, 2011 at 3:46 PM, Philip <philip.schif...@gmail.com> wrote:
> Hello, > I'm trying to setup a gitorious server in our network using a OpenVZ > VE with debian 6.0 x64. > > I followed http://gitorious.org/gitorious/pages/DebianSqueezeInstallation > but when I tried to login i get a 500 error and the production.log > shows the following error: > > ActionController::InvalidAuthenticityToken > Philip, This is the CSRF protection Rails provides, which is meant to ensure user data is posted from pages generated by Gitorious itself, not a random HTML page. Did you enter a random value in the cookie_secret section of config/gitorious.yml? Are you trying to post from a form generated by the app itself? Cheers - Marius -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com