I set Gitorious up on CentOS and now I’m trying to log in with the
admin user I created with “script/create_admin” and fails with this
message in production.log
ActionController::InvalidAuthenticityToken
(ActionController::InvalidAuthenticityToken):
vendor/rails/actionpack/lib/action_controller/
request_forgery_protection.rb:79:in `verify_authenticity_token’
This is what I see on the page after login fails:
Sorry, something went wrong
Gitorious encountered an server error. We are automatically notified
of errors and will look into it. If the error persists beyond what’s
reasonable
I deleted the user and tried again to see if I was putting in the
wrong password but it still failed to log the admin user in. Any