From a676609b1d1ccd30a3513675da42f65e273918fc Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Wed, 20 May 2015 18:52:24 +0300 Subject: [PATCH] Updated seeds --- db/seeds.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/db/seeds.rb b/db/seeds.rb index e5b0367c7..3ee57babd 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -43,21 +43,24 @@ ApiUser.where( admin1 = { username: 'user1', - password: 'test1', + password: 'testtest', + password_confirmation: 'testtest', email: 'user1@example.ee', identity_code: '37810013855', country_code: 'EE' } admin2 = { username: 'user2', - password: 'test2', + password: 'testtest', + password_confirmation: 'testtest', email: 'user2@example.ee', identity_code: '37810010085', country_code: 'EE' } admin3 = { username: 'user3', - password: 'test3', + password: 'testtest', + password_confirmation: 'testtest', email: 'user3@example.ee', identity_code: '37810010727', country_code: 'EE'