Commit b5593683 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Mars theme for generated admin account

parent 48ce80a6
...@@ -8,5 +8,6 @@ User.seed(:id, [ ...@@ -8,5 +8,6 @@ User.seed(:id, [
password_confirmation: "5iveL!fe", password_confirmation: "5iveL!fe",
admin: true, admin: true,
projects_limit: 100, projects_limit: 100,
theme_id: Gitlab::Theme::MARS
} }
]) ])
...@@ -4,7 +4,9 @@ admin = User.create( ...@@ -4,7 +4,9 @@ admin = User.create(
username: 'root', username: 'root',
password: "5iveL!fe", password: "5iveL!fe",
password_confirmation: "5iveL!fe", password_confirmation: "5iveL!fe",
password_expires_at: Time.now password_expires_at: Time.now,
theme_id: Gitlab::Theme::MARS
) )
admin.projects_limit = 10000 admin.projects_limit = 10000
......
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