01_admin.rb 283 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 User.seed(:id, [ { id: 1, name: "Administrator", email: "admin@local.host", username: 'root', password: "5iveL!fe", password_confirmation: "5iveL!fe", admin: true, projects_limit: 100, theme_id: Gitlab::Theme::MARS } ]) User.find(1).confirm!