mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +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 = {
|
admin1 = {
|
||||||
username: 'user1',
|
username: 'user1',
|
||||||
password: 'test1',
|
password: 'testtest',
|
||||||
|
password_confirmation: 'testtest',
|
||||||
email: 'user1@example.ee',
|
email: 'user1@example.ee',
|
||||||
identity_code: '37810013855',
|
identity_code: '37810013855',
|
||||||
country_code: 'EE'
|
country_code: 'EE'
|
||||||
}
|
}
|
||||||
admin2 = {
|
admin2 = {
|
||||||
username: 'user2',
|
username: 'user2',
|
||||||
password: 'test2',
|
password: 'testtest',
|
||||||
|
password_confirmation: 'testtest',
|
||||||
email: 'user2@example.ee',
|
email: 'user2@example.ee',
|
||||||
identity_code: '37810010085',
|
identity_code: '37810010085',
|
||||||
country_code: 'EE'
|
country_code: 'EE'
|
||||||
}
|
}
|
||||||
admin3 = {
|
admin3 = {
|
||||||
username: 'user3',
|
username: 'user3',
|
||||||
password: 'test3',
|
password: 'testtest',
|
||||||
|
password_confirmation: 'testtest',
|
||||||
email: 'user3@example.ee',
|
email: 'user3@example.ee',
|
||||||
identity_code: '37810010727',
|
identity_code: '37810010727',
|
||||||
country_code: 'EE'
|
country_code: 'EE'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue