Skip to content
Snippets Groups Projects
Commit 0ef19f1c authored by Stan Hu's avatar Stan Hu
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment