Skip to content

Commit

Permalink
Remove unneeded password_confirmation from seed.
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Oct 1, 2014
1 parent 88d3e97 commit 5ef2687
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion db/fixtures/development/01_admin.rb
Expand Up @@ -5,7 +5,6 @@
s.email = 'admin@example.com'
s.username = 'root'
s.password = '5iveL!fe'
s.password_confirmation = '5iveL!fe'
s.admin = true
s.projects_limit = 100
s.confirmed_at = DateTime.now
Expand Down
1 change: 0 additions & 1 deletion db/fixtures/production/001_admin.rb
Expand Up @@ -9,7 +9,6 @@
name: "Administrator",
username: 'root',
password: password,
password_confirmation: password,
password_expires_at: Time.now,
theme_id: Gitlab::Theme::MARS

Expand Down

0 comments on commit 5ef2687

Please sign in to comment.