Remove GITLAB_OPTS, fixed ldap user creation
This commit is contained in:
parent
7f207d4a87
commit
369df86e71
2 changed files with 1 additions and 2 deletions
|
@ -91,7 +91,7 @@ class User < ActiveRecord::Base
|
|||
:email => email,
|
||||
:password => password,
|
||||
:password_confirmation => password,
|
||||
:projects_limit => GITLAB_OPTS["default_projects_limit"]
|
||||
:projects_limit => Gitlab.config.default_projects_limit
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue