mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Updated seeds
This commit is contained in:
parent
50c5e8ee92
commit
a676609b1d
1 changed files with 6 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue