diff --git a/db/seeds.rb b/db/seeds.rb index 239bb70..6257841 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -192,6 +192,7 @@ language: Language.find_by(abbreviation: FastGettext.locale), perms: Perm.all, accept_terms: true, + api_token: 'abcd1234', confirmed_at: Time.zone.now}, {email: "funder_admin@example.com", firstname: "Funder", @@ -202,6 +203,7 @@ language: Language.find_by(abbreviation: FastGettext.locale), perms: Perm.where.not(name: ['admin', 'add_organisations', 'change_org_affiliation', 'grant_api_to_orgs']), accept_terms: true, + api_token: 'efgh5678', confirmed_at: Time.zone.now}, {email: "org_admin@example.com", firstname: "Organisational", @@ -212,6 +214,7 @@ language: Language.find_by(abbreviation: FastGettext.locale), perms: Perm.where.not(name: ['admin', 'add_organisations', 'change_org_affiliation', 'grant_api_to_orgs']), accept_terms: true, + api_token: 'ijkl9012', confirmed_at: Time.zone.now}, {email: "org_user@example.com", firstname: "Organisational",