Skip to content
Snippets Groups Projects
Commit b5593683 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Mars theme for generated admin account

parent 48ce80a6
No related branches found
No related tags found
1 merge request!5081fixed command to update init script
Loading
Loading
@@ -8,5 +8,6 @@ User.seed(:id, [
password_confirmation: "5iveL!fe",
admin: true,
projects_limit: 100,
theme_id: Gitlab::Theme::MARS
}
])
Loading
Loading
@@ -4,7 +4,9 @@ admin = User.create(
username: 'root',
password: "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
Loading
Loading
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