1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- [
- {
- "model": "sentry.user",
- "pk": 2,
- "fields": {
- "password": "pbkdf2_sha256$150000$iEvdIknqYjTr$+QsGn0tfIJ1FZLxQI37mVU1gL2KbL/wqjMtG/dFhsMA=",
- "last_login": null,
- "username": "min_user",
- "name": "",
- "email": "testing@example.com",
- "is_staff": false,
- "is_active": true,
- "is_superuser": false,
- "is_managed": false,
- "is_sentry_app": null,
- "is_password_expired": false,
- "is_unclaimed": false,
- "last_password_change": "2023-06-22T22:59:57.023Z",
- "flags": "0",
- "session_nonce": null,
- "date_joined": "2023-06-22T22:59:55.488Z",
- "last_active": "2023-06-22T22:59:55.489Z",
- "avatar_type": 0,
- "avatar_url": null
- }
- },
- {
- "model": "sentry.email",
- "pk": 2,
- "fields": {
- "email": "testing@example.com",
- "date_added": "2023-06-22T22:59:54.521Z"
- }
- },
- {
- "model": "sentry.authenticator",
- "pk": 2,
- "fields": {
- "user": 2,
- "created_at": "2023-07-27T16:30:53.325Z",
- "last_used_at": null,
- "type": 1,
- "config": "\"\""
- }
- },
- {
- "model": "sentry.useremail",
- "pk": 2,
- "fields": {
- "user": 2,
- "email": "testing@example.com",
- "validation_hash": "mCnWesSVvYQcq7qXQ36AZHwosAd6cghE",
- "date_hash_added": "2023-06-22T22:59:55.521Z",
- "is_verified": true
- }
- },
- {
- "model": "sentry.userip",
- "pk": 2,
- "fields": {
- "user": 2,
- "ip_address": "127.0.0.2",
- "country_code": null,
- "region_code": null,
- "first_seen": "2012-04-05T03:29:45.000Z",
- "last_seen": "2012-04-05T03:29:45.000Z"
- }
- },
- {
- "model": "sentry.useroption",
- "pk": 2,
- "fields": {
- "user": 2,
- "project_id": null,
- "organization_id": null,
- "key": "timezone",
- "value": "\"Europe/Vienna\""
- }
- }
- ]
|