Skip to content

Instantly share code, notes, and snippets.

@flrt
Created February 3, 2017 07:17
Show Gist options
  • Save flrt/dafc36ab8100c53cec55c37e6d8fe709 to your computer and use it in GitHub Desktop.
Save flrt/dafc36ab8100c53cec55c37e6d8fe709 to your computer and use it in GitHub Desktop.
Gitlab CE - set projects limits
# gitlab-rails console production
irb(main):016:0> user=User.find_by(username:"bob")
irb(main):017:0> user.projects_limit=100
irb(main):018:0> user.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment