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
  • #915

Closed
Open
Created Jun 10, 2012 by Administrator@rootOwner

Cannot create user

Created by: ProgVal

Hi,

I get this when trying to create a user:


Started POST "/admin/users" for 192.168.100.5 at 2012-06-10 17:19:37 +0000
Processing by Admin::UsersController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"+H+W0AkIV6LNsRznawCsesgTFQ454lafP8TYOWBYaZ4=", "user"=>{"name"=>"guest", "email"=>"guest@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "skype"=>"", "linkedin"=>"", "twitter"=>"", "projects_limit"=>"10", "admin"=>"0"}, "commit"=>"Save"}
Completed 500 Internal Server Error in 4ms

NoMethodError (undefined method `bio' for #<User:0x0000000670a098>):
  app/controllers/admin/users_controller.rb:70:in `block in create'
  app/controllers/admin/users_controller.rb:69:in `create'

Regards, Valentin

Assignee
Assign to
Time tracking