gitlabhq/db/fixtures/development/01_admin.rb
2013-02-09 15:13:56 +02:00

12 lines
201 B
Ruby

User.seed(:id, [
{
id: 1,
name: "Administrator",
email: "admin@local.host",
username: 'root',
password: "5iveL!fe",
password_confirmation: "5iveL!fe",
admin: true,
}
])