Commit 0ef19f1c authored by Stan Hu's avatar Stan Hu

Merge branch '43271-remove-seeded-root-user-project-limit' into 'master'

Remove root user 100 project limit

Closes #43271

See merge request gitlab-org/gitlab-ce!17126
parents 5ca692b0 011222da
......@@ -9,7 +9,6 @@ Gitlab::Seeder.quiet do
s.username = 'root'
s.password = '5iveL!fe'
s.admin = true
s.projects_limit = 100
s.confirmed_at = DateTime.now
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment