Add configurable default for projects_limit
This commit is contained in:
parent
335f9d6410
commit
97d74c2adc
4 changed files with 8 additions and 2 deletions
|
@ -90,7 +90,8 @@ class User < ActiveRecord::Base
|
|||
:name => name,
|
||||
:email => email,
|
||||
:password => password,
|
||||
:password_confirmation => password
|
||||
:password_confirmation => password,
|
||||
:projects_limit => GITLAB_OPTS["default_projects_limit"]
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue