Compare commits
3 commits
8a9d552760
...
193a21277f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
193a21277f | ||
|
|
8e37c15de1 | ||
|
|
8264936f21 |
|
|
@ -3,19 +3,22 @@
|
|||
{
|
||||
"id": 1,
|
||||
"name": "alice",
|
||||
"email_address": "alice@example.org",
|
||||
"email_address": "alice@example.org",
|
||||
"dav_token": null,
|
||||
"password": "alice"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "bob",
|
||||
"email_address": "bob@example.org",
|
||||
"email_address": "bob@example.org",
|
||||
"dav_token": "bob_dav",
|
||||
"password": "bob"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "charlie",
|
||||
"email_address": "charlie@example.org",
|
||||
"email_address": "charlie@example.org",
|
||||
"dav_token": null,
|
||||
"password": "charlie"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue