Cannot create user
Created by: ProgVal
Hi,
I cannot create a user from the admin panel, I get a 500 message.
Here are the logs:
Started POST "/admin/users" for 2001:470:cbb3:a:c412:9cff:fe2b:3ead at 2012-11-04 22:23:16 +0000
Processing by Admin::UsersController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"EgHMDvj1Yfm+UxvENIOF4aQ4YyM3fssGOijjtnjnrkI=", "user"=>{"name"=>"foobar", "email"=>"test@progval.net", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "skype"=>"", "linkedin"=>"", "twitter"=>"", "projects_limit"=>"10", "admin"=>"0"}}
Completed 500 Internal Server Error in 96ms
NoMethodError (undefined method `bio' for #<User:0x000000095713a0>):
app/controllers/admin/users_controller.rb:67:in `block in create'
app/controllers/admin/users_controller.rb:66:in `create'
I have this issue for 5 months (see #915 (closed)), and it still isn't fixed in latest master.
Regards, Valentin