Commit b5593683af9c8d182c954e04fbde9934404c5058
1 parent
48ce80a6
Exists in
master
and in
4 other branches
Mars theme for generated admin account
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
db/fixtures/development/01_admin.rb
db/fixtures/production/001_admin.rb
@@ -4,7 +4,9 @@ admin = User.create( | @@ -4,7 +4,9 @@ admin = User.create( | ||
4 | username: 'root', | 4 | username: 'root', |
5 | password: "5iveL!fe", | 5 | password: "5iveL!fe", |
6 | password_confirmation: "5iveL!fe", | 6 | password_confirmation: "5iveL!fe", |
7 | - password_expires_at: Time.now | 7 | + password_expires_at: Time.now, |
8 | + theme_id: Gitlab::Theme::MARS | ||
9 | + | ||
8 | ) | 10 | ) |
9 | 11 | ||
10 | admin.projects_limit = 10000 | 12 | admin.projects_limit = 10000 |