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

Closed
Open
Created Aug 30, 2012 by Administrator@rootOwner

can't create user/change password for user

Created by: CoolCold

Getting error 500 while adding user:

Started POST "/admin/users" for 127.0.0.1 at 2012-08-30 14:52:00 +0400 Processing by Admin::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+blablabla", "user"=>{"name"=>"Tester bla", "email"=>"[email protected]", "force_random_password"=>"[FILTERED]", "skype"=>"", "linkedin"=>"", "twitter"=>"", "projects_limit"=>"10", "admin"=>"1"}} Completed 500 Internal Server Error in 150ms

NoMethodError (undefined method extern_uid' for #<User:0x00000005bd34e0>): app/controllers/admin/users_controller.rb:71:inblock in create' app/controllers/admin/users_controller.rb:70:in `create'

version: 2.8.2, git info:

gitlab@gitlab:~/gitlab$ git describe --long v2.8.2-0-ga502f67c gitlab@gitlab:~/gitlab$ git show commit a502f67c Author: randx [email protected] Date: Fri Aug 24 12:03:48 2012 +0300

Up to 2.8.2

diff --git a/VERSION b/VERSION index dbe5900..1817afe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.1 +2.8.2

Assignee
Assign to
Time tracking