diff options
| author | Xinhui | 2016-08-08 14:17:01 +0200 |
|---|---|---|
| committer | Xinhui | 2016-08-08 14:17:06 +0200 |
| commit | 0857749941849c71a6d24f2a38891d3c19964126 (patch) | |
| tree | 7c1f8e6607359fd67fd656674547da7f94affe15 /users.json | |
| parent | 1149dc7a74a245e99ee6c07010045c8f79f352f0 (diff) | |
| download | chouette-core-0857749941849c71a6d24f2a38891d3c19964126.tar.bz2 | |
Rspec user:sync rake task
Diffstat (limited to 'users.json')
| -rw-r--r-- | users.json | 144 |
1 files changed, 0 insertions, 144 deletions
diff --git a/users.json b/users.json deleted file mode 100644 index d5affc81b..000000000 --- a/users.json +++ /dev/null @@ -1,144 +0,0 @@ -[{ - "id": 1, - "username": "admin", - "email": "stif-portail@af83.com", - "firstname": "admin", - "lastname": "stif", - "phone_number": null, - "created_at": "2016-08-05T12:33:45.152Z", - "updated_at": "2016-08-05T12:33:45.152Z", - "locked_at": null, - "profile": "Administrateur", - "organization_name": "STIF", - "organization_code": "STIF" -}, { - "id": 2, - "username": "luc.donnet", - "email": "luc.donnet@af83.com", - "firstname": "Luc", - "lastname": "Donnet", - "phone_number": "+336 69 25 15 71", - "created_at": "2016-08-05T12:34:03.049Z", - "updated_at": "2016-08-05T12:34:03.049Z", - "locked_at": null, - "profile": "Administrateur", - "organization_name": "STIF", - "organization_code": "STIF" -}, { - "id": 3, - "username": "alban.peignier", - "email": "alban.peignier@af83.com", - "firstname": "Alban", - "lastname": "Peignier", - "phone_number": "0697099622", - "created_at": "2016-08-05T12:34:03.161Z", - "updated_at": "2016-08-05T12:34:03.161Z", - "locked_at": null, - "profile": "Administrateur", - "organization_name": "STIF", - "organization_code": "STIF" -}, { - "id": 4, - "username": "pierre.vabre", - "email": "pierre.vabre@af83.com", - "firstname": "Pierre", - "lastname": "Vabre", - "phone_number": "0033778300069", - "created_at": "2016-08-05T12:34:03.256Z", - "updated_at": "2016-08-05T12:34:03.256Z", - "locked_at": null, - "profile": "Administrateur", - "organization_name": "STIF", - "organization_code": "STIF" -}, { - "id": 5, - "username": "laure.dubuc", - "email": "laure.dubuc@af83.com", - "firstname": "Laure", - "lastname": "Dubuc", - "phone_number": "0302098171", - "created_at": "2016-08-05T12:34:03.360Z", - "updated_at": "2016-08-05T12:34:03.360Z", - "locked_at": null, - "profile": "Administrateur", - "organization_name": "STIF", - "organization_code": "STIF" -}, { - "id": 6, - "username": "thomas.haddad", - "email": "thomas.haddad@af83.com", - "firstname": "Thomas", - "lastname": "Haddad", - "phone_number": "0033763987210", - "created_at": "2016-08-05T12:34:03.457Z", - "updated_at": "2016-08-05T12:34:03.457Z", - "locked_at": null, - "profile": "Administrateur", - "organization_name": "STIF", - "organization_code": "STIF" -}, { - "id": 7, - "username": "jean-paul.lescouzeres", - "email": "jean-paul.lescouzeres@af83.com", - "firstname": "Jean-Paul", - "lastname": "Lescouzères", - "phone_number": "0033790632621", - "created_at": "2016-08-05T12:34:03.553Z", - "updated_at": "2016-08-05T12:34:03.553Z", - "locked_at": null, - "profile": "Administrateur", - "organization_name": "STIF", - "organization_code": "STIF" -}, { - "id": 8, - "username": "xinhui.xu", - "email": "xinhui.xu@af83.com", - "firstname": "Xinhui", - "lastname": "Xu", - "phone_number": "+33799062141", - "created_at": "2016-08-05T12:34:03.649Z", - "updated_at": "2016-08-05T12:34:03.649Z", - "locked_at": null, - "profile": "Administrateur", - "organization_name": "STIF", - "organization_code": "STIF" -}, { - "id": 9, - "username": "edouard.maffert", - "email": "edouard.maffert@af83.com", - "firstname": "Edouard", - "lastname": "Maffert", - "phone_number": "+33614563995", - "created_at": "2016-08-05T12:34:03.756Z", - "updated_at": "2016-08-05T12:34:03.756Z", - "locked_at": null, - "profile": "Administrateur", - "organization_name": "STIF", - "organization_code": "STIF" -}, { - "id": 10, - "username": "john.doe", - "email": "john.doe@af83.com", - "firstname": "John", - "lastname": "Doe", - "phone_number": "00337 67 87 93 02", - "created_at": "2016-08-05T12:34:03.894Z", - "updated_at": "2016-08-05T12:34:03.894Z", - "locked_at": null, - "profile": "Référent IV Transporteur", - "organization_name": "RATP", - "organization_code": "RATP" -}, { - "id": 11, - "username": "jane.doe", - "email": "jane.doe@af83.com", - "firstname": "Jane", - "lastname": "Doe", - "phone_number": "+337 07 54 55 73", - "created_at": "2016-08-05T12:34:03.995Z", - "updated_at": "2016-08-05T12:34:03.995Z", - "locked_at": "2016-08-05T12:34:03.995Z", - "profile": "Référent IV Transporteur", - "organization_name": "RATP", - "organization_code": "RATP" -}] |
