Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #6134

Closed
Open
Created Jan 23, 2014 by Administrator@rootOwner

Can't verify CSRF token authenticity on 6-5-stable

Created by: 13W

hello after updating to 6-5-stable from 6-4-stable, i get error

Started POST "/users/sign_in" for 127.0.0.1 at 2014-01-23 09:07:30 +0000 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Lv7PTNvtAEb+TdyTYLZrsRjDxp74uiMgvAuLLO78z9c=", "user"=>{"login"=>"13w", "password"=>"[FILTERED]", "remember_me"=>"1"}} Can't verify CSRF token authenticity User Load (0.5ms) SELECT users.* FROM users WHERE (lower(username) = '13w' OR lower(email) = '13w') ORDER BY users.id ASC LIMIT 1 (0.3ms) BEGIN SQL (0.7ms) UPDATE users SET last_sign_in_at = '2014-01-23 09:07:27', current_sign_in_at = '2014-01-23 09:07:30', sign_in_count = 115, updated_at = '2014-01-23 09:07:30' WHERE users.id = 1 Namespace Load (0.2ms) SELECT namespaces.* FROM namespaces WHERE namespaces.owner_id = 1 AND namespaces.type IS NULL ORDER BY namespaces.id ASC LIMIT 1 (2.3ms) COMMIT Redirected to http://git.ccxx.cc/ Completed 302 Found in 174ms (ActiveRecord: 4.1ms) Started GET "/" for 127.0.0.1 at 2014-01-23 09:07:30 +0000 Processing by DashboardController#show as HTML Completed 401 Unauthorized in 2ms Started GET "/users/sign_in" for 127.0.0.1 at 2014-01-23 09:07:30 +0000 Processing by Devise::SessionsController#new as HTML Rendered devise/sessions/_new_base.html.haml (6.0ms) Rendered devise/sessions/_oauth_providers.html.haml (0.2ms) Rendered devise/sessions/new.html.haml within layouts/devise (8.3ms) Rendered layouts/_head.html.haml (2.7ms) Rendered layouts/_flash.html.haml (0.3ms)

Assignee
Assign to
Time tracking