duplicate-username-and-organization-slug.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. [
  2. {
  3. "model": "sentry.option",
  4. "pk": 3,
  5. "fields": {
  6. "key": "sentry:install-id",
  7. "last_updated": "2023-06-23T00:03:42.785Z",
  8. "last_updated_by": "unknown",
  9. "value": "\"1bc81f9440424e908a73ca377581cb52682db68a\""
  10. }
  11. },
  12. {
  13. "model": "sentry.option",
  14. "pk": 4,
  15. "fields": {
  16. "key": "sentry:latest_version",
  17. "last_updated": "2023-06-27T21:25:02.602Z",
  18. "last_updated_by": "unknown",
  19. "value": "\"23.6.1\""
  20. }
  21. },
  22. {
  23. "model": "sentry.email",
  24. "pk": 1,
  25. "fields": {
  26. "email": "testing@example.com",
  27. "date_added": "2023-06-22T22:59:55.531Z"
  28. }
  29. },
  30. {
  31. "model": "sentry.organization",
  32. "pk": 1,
  33. "fields": {
  34. "name": "Testing",
  35. "slug": "testing",
  36. "status": 0,
  37. "date_added": "2023-06-22T22:54:28.773Z",
  38. "default_role": "member",
  39. "is_test": false,
  40. "flags": "1"
  41. }
  42. },
  43. {
  44. "model": "sentry.organization",
  45. "pk": 2,
  46. "fields": {
  47. "name": "Testing (Duplicate Slug)",
  48. "slug": "testing",
  49. "status": 0,
  50. "date_added": "2023-06-22T22:54:28.773Z",
  51. "default_role": "member",
  52. "is_test": false,
  53. "flags": "1"
  54. }
  55. },
  56. {
  57. "model": "sentry.user",
  58. "pk": 1,
  59. "fields": {
  60. "password": "pbkdf2_sha256$150000$iEvdIknqYjTr$+QsGn0tfIJ1FZLxQI37mVU1gL2KbL/wqjMtG/dFhsMA=",
  61. "last_login": null,
  62. "username": "testing@example.com",
  63. "name": "User",
  64. "email": "testing@example.com",
  65. "is_staff": true,
  66. "is_active": true,
  67. "is_superuser": true,
  68. "is_managed": false,
  69. "is_sentry_app": null,
  70. "is_password_expired": false,
  71. "is_unclaimed": false,
  72. "last_password_change": "2023-06-22T22:59:57.023Z",
  73. "flags": "0",
  74. "session_nonce": null,
  75. "date_joined": "2023-06-22T22:59:55.488Z",
  76. "last_active": "2023-06-22T22:59:55.489Z",
  77. "avatar_type": 0,
  78. "avatar_url": null
  79. }
  80. },
  81. {
  82. "model": "sentry.user",
  83. "pk": 2,
  84. "fields": {
  85. "password": "pbkdf2_sha256$150000$iEvdIknqYjTr$+QsGn0tfIJ1FZLxQI37mVU1gL2KbL/wqjMtG/dFhsMA=",
  86. "last_login": null,
  87. "username": "testing@example.com",
  88. "name": "User (Duplicate Username and Email)",
  89. "email": "testing@example.com",
  90. "is_staff": true,
  91. "is_active": true,
  92. "is_superuser": true,
  93. "is_managed": false,
  94. "is_sentry_app": null,
  95. "is_password_expired": false,
  96. "is_unclaimed": false,
  97. "last_password_change": "2023-06-22T22:59:57.023Z",
  98. "flags": "0",
  99. "session_nonce": null,
  100. "date_joined": "2023-06-22T22:59:55.488Z",
  101. "last_active": "2023-06-22T22:59:55.489Z",
  102. "avatar_type": 0,
  103. "avatar_url": null
  104. }
  105. },
  106. {
  107. "model": "sentry.useremail",
  108. "pk": 1,
  109. "fields": {
  110. "user": 1,
  111. "email": "testing@example.com",
  112. "validation_hash": "mCnWesSVvYQcq7qXQ36AZHwosAd6cghE",
  113. "date_hash_added": "2023-06-22T22:59:55.521Z",
  114. "is_verified": false
  115. }
  116. },
  117. {
  118. "model": "sentry.useremail",
  119. "pk": 2,
  120. "fields": {
  121. "user": 2,
  122. "email": "testing@example.com",
  123. "validation_hash": "mCnWesSVvYQcq7qXQ36AZHwosAd6cghE",
  124. "date_hash_added": "2023-06-22T22:59:55.521Z",
  125. "is_verified": false
  126. }
  127. },
  128. {
  129. "model": "sentry.organizationmember",
  130. "pk": 1,
  131. "fields": {
  132. "organization": 1,
  133. "user_id": 1,
  134. "email": null,
  135. "role": "owner",
  136. "flags": "0",
  137. "token": null,
  138. "date_added": "2023-06-22T22:59:55.561Z",
  139. "token_expires_at": null,
  140. "has_global_access": true,
  141. "inviter_id": null,
  142. "invite_status": 0,
  143. "type": 50,
  144. "user_is_active": true,
  145. "user_email": "testing@example.com"
  146. }
  147. },
  148. {
  149. "model": "sentry.organizationmember",
  150. "pk": 2,
  151. "fields": {
  152. "organization": 2,
  153. "user_id": 2,
  154. "email": null,
  155. "role": "owner",
  156. "flags": "0",
  157. "token": null,
  158. "date_added": "2023-06-22T22:59:55.561Z",
  159. "token_expires_at": null,
  160. "has_global_access": true,
  161. "inviter_id": null,
  162. "invite_status": 0,
  163. "type": 50,
  164. "user_is_active": true,
  165. "user_email": "testing@example.com"
  166. }
  167. }
  168. ]