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:in
block 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