graphql_devise 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -47252,1269 +47252,525 @@ Processing by Api::V1::GraphqlController#graphql as HTML
47252
47252
  Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
47253
47253
  Filter chain halted as :authenticate_user! rendered or redirected
47254
47254
  Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 168)
47255
-  (0.3ms) rollback transaction
47256
-  (1.0ms) SELECT sqlite_version(*)
47257
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47258
-  (0.0ms) SELECT sqlite_version(*)
47259
-  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47260
-  (0.1ms) begin transaction
47261
-  (0.1ms) rollback transaction
47262
-  (0.1ms) begin transaction
47263
-  (0.1ms) SAVEPOINT active_record_1
47264
- User Exists? (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "liz@ankundingdonnelly.io"], ["provider", "email"], ["LIMIT", 1]]
47265
- User Create (2.1ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "liz@ankundingdonnelly.io"], ["encrypted_password", "$2a$04$Pm8SghxI6ZsvI17b2Hykz.J4KrxHjAB9RQZUhh2Qxd80vA6bDyIiC"], ["confirmed_at", "2019-10-18 02:24:19.277223"], ["name", "Ilene West"], ["email", "liz@ankundingdonnelly.io"], ["created_at", "2019-10-18 02:24:19.279029"], ["updated_at", "2019-10-18 02:24:19.279029"]]
47266
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47267
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47268
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47269
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"liz@ankundingdonnelly.io\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47270
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "liz@ankundingdonnelly.io"], ["LIMIT", 1]]
47271
-  (0.1ms) SAVEPOINT active_record_1
47272
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"IW8lShn4gnm8A7o2Cm4vqA\":{\"token\":\"$2a$10$.qNg8GsCwjKmhvreEwRfqekP985.xAn5i.yb2cl.6AuanZyHy/SPm\",\"expiry\":1572575059,\"updated_at\":\"2019-10-18 02:24:19 UTC\"}}"], ["updated_at", "2019-10-18 02:24:19.371267"], ["id", 1]]
47273
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47274
-  (0.0ms) SAVEPOINT active_record_1
47275
- User Update (0.1ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-10-18 02:24:19.374280"], ["last_sign_in_at", "2019-10-18 02:24:19.374280"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2019-10-18 02:24:19.374482"], ["id", 1]]
47276
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47277
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47278
- Completed 200 OK in 69ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 19293)
47279
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47280
-  (0.3ms) rollback transaction
47281
-  (0.0ms) begin transaction
47282
-  (0.1ms) SAVEPOINT active_record_1
47283
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jonathon.wilderman@rutherford.org"], ["provider", "email"], ["LIMIT", 1]]
47284
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "jonathon.wilderman@rutherford.org"], ["encrypted_password", "$2a$04$TtBrLKMT7gHwaSs47S15geoxsmVrVX7QustiPxMwoUQSxGTvg4Pnm"], ["confirmed_at", "2019-10-18 02:24:19.386451"], ["name", "Sue Render"], ["email", "jonathon.wilderman@rutherford.org"], ["created_at", "2019-10-18 02:24:19.387372"], ["updated_at", "2019-10-18 02:24:19.387372"]]
47285
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47286
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47287
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47288
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"jonathon.wilderman@rutherford.org\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47289
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jonathon.wilderman@rutherford.org"], ["LIMIT", 1]]
47290
- User Update All (0.1ms) UPDATE "users" SET "failed_attempts" = COALESCE("failed_attempts", 0) + ? WHERE "users"."id" = ? [["failed_attempts", 1], ["id", 1]]
47291
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47292
- Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 2044)
47293
-  (0.3ms) rollback transaction
47294
-  (0.0ms) begin transaction
47295
-  (0.1ms) SAVEPOINT active_record_1
47296
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "oswaldo.trantow@oconnell.name"], ["provider", "email"], ["LIMIT", 1]]
47297
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "oswaldo.trantow@oconnell.name"], ["encrypted_password", "$2a$04$cS.dczHJIqMaVpkUpr2wYeXLk6PBPzopA0YPiIrsM1eEcUVxg23Ta"], ["confirmation_token", "r8kz2w3aMexAGfvhzRFt"], ["confirmation_sent_at", "2019-10-18 02:24:19.400065"], ["name", "Haywood Jashootmee"], ["email", "oswaldo.trantow@oconnell.name"], ["created_at", "2019-10-18 02:24:19.399951"], ["updated_at", "2019-10-18 02:24:19.399951"]]
47298
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47299
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47300
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47301
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"oswaldo.trantow@oconnell.name\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47302
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oswaldo.trantow@oconnell.name"], ["LIMIT", 1]]
47303
- Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1363)
47304
-  (0.3ms) rollback transaction
47305
-  (0.0ms) begin transaction
47306
-  (0.1ms) SAVEPOINT active_record_1
47307
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "heide@bernhard.io"], ["provider", "email"], ["LIMIT", 1]]
47308
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "locked_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "heide@bernhard.io"], ["encrypted_password", "$2a$04$rTapU8WKYZeLQboR2cLdAOLrXR0W8slK20PFHTdIGG8OuJhiBjK/W"], ["confirmed_at", "2019-10-18 02:24:19.408726"], ["locked_at", "2019-10-18 02:24:19.408750"], ["name", "Sam Pull"], ["email", "heide@bernhard.io"], ["created_at", "2019-10-18 02:24:19.410204"], ["updated_at", "2019-10-18 02:24:19.410204"]]
47309
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47310
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47311
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47312
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"heide@bernhard.io\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47313
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "heide@bernhard.io"], ["LIMIT", 1]]
47314
- Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1381)
47315
-  (0.3ms) rollback transaction
47316
-  (0.0ms) begin transaction
47317
-  (0.1ms) SAVEPOINT active_record_1
47318
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "weston@raynorabbott.net"], ["provider", "email"], ["LIMIT", 1]]
47319
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at", "auth_available") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "weston@raynorabbott.net"], ["encrypted_password", "$2a$04$Wam.xDfar.MoCHK8ilzOnea9c.1u6dgR0Av/y8dHQgKjssgnGi8Rm"], ["confirmed_at", "2019-10-18 02:24:19.437142"], ["name", "Manuel Labor"], ["email", "weston@raynorabbott.net"], ["created_at", "2019-10-18 02:24:19.438533"], ["updated_at", "2019-10-18 02:24:19.438533"], ["auth_available", 0]]
47320
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47321
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47322
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47323
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"weston@raynorabbott.net\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47324
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "weston@raynorabbott.net"], ["LIMIT", 1]]
47325
- Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1362)
47326
-  (0.3ms) rollback transaction
47327
-  (0.0ms) begin transaction
47328
-  (0.1ms) SAVEPOINT active_record_1
47329
- Admin Exists? (0.3ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "elayne@kirlinquitzon.co"], ["provider", "email"], ["LIMIT", 1]]
47330
- Admin Create (0.9ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "elayne@kirlinquitzon.co"], ["encrypted_password", "$2a$04$aB5t6kMHrZhbfSldJZBAK.1kzuzvHEnRsPTRVRJGuDAzgQx67Gvyy"], ["confirmed_at", "2019-10-18 02:24:19.460724"], ["email", "elayne@kirlinquitzon.co"], ["created_at", "2019-10-18 02:24:19.462417"], ["updated_at", "2019-10-18 02:24:19.462417"]]
47331
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47332
- Started POST "/api/v1/admin/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47333
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47334
- Parameters: {"query"=>" mutation {\n adminLogin(\n email: \"elayne@kirlinquitzon.co\",\n password: \"12345678\"\n ) {\n authenticable { email customField }\n }\n }\n"}
47335
- Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? LIMIT ? [["email", "elayne@kirlinquitzon.co"], ["LIMIT", 1]]
47336
-  (0.1ms) SAVEPOINT active_record_1
47337
- Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"Q8bpqC8Sfmf5I01-ARhylw\":{\"token\":\"$2a$10$PWysyJm/lJNDnsfPzLhZquQCB/YLmCZMpabUEp.8U9A6eoZKYAB6q\",\"expiry\":1572575059,\"updated_at\":\"2019-10-18 02:24:19 UTC\"}}"], ["updated_at", "2019-10-18 02:24:19.527580"], ["id", 1]]
47338
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47339
- Completed 200 OK in 63ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 2402)
47340
-  (0.5ms) rollback transaction
47341
-  (0.0ms) begin transaction
47342
-  (0.1ms) SAVEPOINT active_record_1
47343
- Guest Exists? (0.3ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "barton_kunze@wildermanromaguera.net"], ["provider", "email"], ["LIMIT", 1]]
47344
- Guest Create (0.8ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "barton_kunze@wildermanromaguera.net"], ["encrypted_password", "$2a$04$an1n/KJm21QpUCWFcQ0FcOcUrvkRP80VXv6CjDjWWPyFIXjgr9pJO"], ["confirmed_at", "2019-10-18 02:24:19.543331"], ["email", "barton_kunze@wildermanromaguera.net"], ["created_at", "2019-10-18 02:24:19.545001"], ["updated_at", "2019-10-18 02:24:19.545001"]]
47345
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47346
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47347
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47348
- Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"barton_kunze@wildermanromaguera.net\",\n password: \"12345678\"\n ) {\n authenticable { email }\n }\n }\n"}
47349
- Guest Load (0.1ms) SELECT "guests".* FROM "guests" WHERE "guests"."email" = ? LIMIT ? [["email", "barton_kunze@wildermanromaguera.net"], ["LIMIT", 1]]
47350
-  (0.1ms) SAVEPOINT active_record_1
47351
- Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"nZZLSxNaZepdR-RNxlxqzA\":{\"token\":\"$2a$10$YqF6vQVOv.W8ANUjNogQy.agloj0nqVkt80dmQXHjJTIOvGJbK4Iu\",\"expiry\":1572575059,\"updated_at\":\"2019-10-18 02:24:19 UTC\"}}"], ["updated_at", "2019-10-18 02:24:19.600506"], ["id", 1]]
47352
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47353
- Completed 200 OK in 54ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 2275)
47354
-  (0.6ms) rollback transaction
47355
-  (0.1ms) begin transaction
47356
-  (0.0ms) SAVEPOINT active_record_1
47357
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "lashunda@yundt.io"], ["provider", "email"], ["LIMIT", 1]]
47358
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "lashunda@yundt.io"], ["encrypted_password", "$2a$04$NvdakYgEacYJbXm7T3uUpOF1sk4.0sR9xSkv8siQ4dbGgRvw1KL8q"], ["confirmed_at", "2019-10-18 02:24:19.605734"], ["name", "Clara Sabell"], ["email", "lashunda@yundt.io"], ["created_at", "2019-10-18 02:24:19.606577"], ["updated_at", "2019-10-18 02:24:19.606577"]]
47359
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47360
-  (0.1ms) SAVEPOINT active_record_1
47361
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"t0GmbuZU1SjJm0TW9PZ9yQ\":{\"token\":\"$2a$10$Wt2V2.2gA/TIdvXcpat04OXIASONegPSp1NHVz.Q25I1YlYeuR0Cm\",\"expiry\":1572575059,\"updated_at\":\"2019-10-18 02:24:19 UTC\"}}"], ["updated_at", "2019-10-18 02:24:19.660124"], ["id", 1]]
47362
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47363
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47364
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47365
- Parameters: {"query"=>" mutation {\n userLogout {\n authenticable { email }\n }\n }\n"}
47366
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "lashunda@yundt.io"], ["LIMIT", 1]]
47367
-  (0.1ms) SAVEPOINT active_record_1
47368
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", nil], ["updated_at", "2019-10-18 02:24:19.711126"], ["id", 1]]
47369
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47370
- Completed 200 OK in 50ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 1896)
47371
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47372
-  (0.6ms) rollback transaction
47373
-  (0.1ms) begin transaction
47374
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47375
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47376
- Parameters: {"query"=>" mutation {\n userLogout {\n authenticable { email }\n }\n }\n"}
47377
- Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 957)
47378
-  (0.1ms) SAVEPOINT active_record_1
47379
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "erick@morar.name"], ["provider", "email"], ["LIMIT", 1]]
47380
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "erick@morar.name"], ["encrypted_password", "$2a$04$jpbl3F0rfgEm7hMPWpXfCOXu0mTjsW4OZX9qVi9ertU5/VVan8hI."], ["confirmed_at", "2019-10-18 02:24:19.718812"], ["name", "Aretha Holly"], ["email", "erick@morar.name"], ["created_at", "2019-10-18 02:24:19.719855"], ["updated_at", "2019-10-18 02:24:19.719855"]]
47381
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47382
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47383
-  (0.3ms) rollback transaction
47384
-  (0.0ms) begin transaction
47385
-  (0.1ms) SAVEPOINT active_record_1
47386
- Admin Exists? (0.1ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "mia.jones@roberts.io"], ["provider", "email"], ["LIMIT", 1]]
47387
- Admin Create (0.4ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "mia.jones@roberts.io"], ["encrypted_password", "$2a$04$OLtcj9kG1FuAw/IZrUygT.nnE9wwuAqp1cJOAYddDlJOGMcFvKsuq"], ["confirmed_at", "2019-10-18 02:24:19.725075"], ["email", "mia.jones@roberts.io"], ["created_at", "2019-10-18 02:24:19.726424"], ["updated_at", "2019-10-18 02:24:19.726424"]]
47388
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47389
-  (0.1ms) SAVEPOINT active_record_1
47390
- Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"pfstCwbbzWR430-VKAlPoA\":{\"token\":\"$2a$10$AAQsNTJ7W/rJJZuqTGEAoekFFaadh.Pr5OKAJvJ0wj0YYwkLRlpuC\",\"expiry\":1572575059,\"updated_at\":\"2019-10-18 02:24:19 UTC\"}}"], ["updated_at", "2019-10-18 02:24:19.783999"], ["id", 1]]
47391
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47392
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47393
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47394
- Parameters: {"query"=>" mutation {\n adminLogout {\n authenticable { email }\n }\n }\n"}
47395
- Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."uid" = ? LIMIT ? [["uid", "mia.jones@roberts.io"], ["LIMIT", 1]]
47396
-  (0.0ms) SAVEPOINT active_record_1
47397
- Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", nil], ["updated_at", "2019-10-18 02:24:19.833093"], ["id", 1]]
47398
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47399
- Completed 200 OK in 48ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 1825)
47400
- Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47401
-  (0.6ms) rollback transaction
47402
-  (0.0ms) begin transaction
47403
-  (0.1ms) SAVEPOINT active_record_1
47404
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "rubin_zboncak@cummingsmurphy.name"], ["provider", "email"], ["LIMIT", 1]]
47405
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "rubin_zboncak@cummingsmurphy.name"], ["encrypted_password", "$2a$04$A/aT0ImAvrAkOQ5GMS7gCOWSNpkWr4PPwUWpRktRMZMSCyKZFg4RS"], ["confirmed_at", "2019-10-18 02:24:19.840105"], ["name", "Justin Inch"], ["email", "rubin_zboncak@cummingsmurphy.name"], ["created_at", "2019-10-18 02:24:19.841264"], ["updated_at", "2019-10-18 02:24:19.841264"]]
47406
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47407
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:19 -0500
47408
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47409
- Parameters: {"query"=>" mutation {\n userSendResetPassword(\n email: \"rubin_zboncak@cummingsmurphy.name\",\n redirectUrl: \"http://barton.com/leo_skiles\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47410
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "rubin_zboncak@cummingsmurphy.name"], ["provider", "email"], ["LIMIT", 1]]
47411
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "3f51540f4b804be2cf70e5e87d953bbdc4948dc0e183062ce3e0db693039dfc8"], ["LIMIT", 1]]
47412
-  (0.0ms) SAVEPOINT active_record_1
47413
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "3f51540f4b804be2cf70e5e87d953bbdc4948dc0e183062ce3e0db693039dfc8"], ["reset_password_sent_at", "2019-10-18 02:24:19.926172"], ["updated_at", "2019-10-18 02:24:19.926330"], ["id", 1]]
47414
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47415
- Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb
47416
- Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb (Duration: 2.5ms | Allocations: 1308)
47417
- Devise::Mailer#reset_password_instructions: processed outbound mail in 129.8ms
47418
- Delivered mail 5da92254eb4c_10303fdb1ac2bfd4273fe@Marios-MacBook-Pro.local.mail (6.0ms)
47419
- Date: Thu, 17 Oct 2019 21:24:20 -0500
47420
- From: please-change-me-at-config-initializers-devise@example.com
47421
- Reply-To: please-change-me-at-config-initializers-devise@example.com
47422
- To: rubin_zboncak@cummingsmurphy.name
47423
- Message-ID: <5da92254eb4c_10303fdb1ac2bfd4273fe@Marios-MacBook-Pro.local.mail>
47424
- Subject: Reset password instructions
47425
- Mime-Version: 1.0
47426
- Content-Type: text/html;
47427
- charset=UTF-8
47428
- Content-Transfer-Encoding: 7bit
47429
- email: rubin_zboncak@cummingsmurphy.name
47430
- provider: email
47431
- redirect-url: http://barton.com/leo_skiles
47432
- client-config: default
47433
-
47434
- <p>Hello rubin_zboncak@cummingsmurphy.name!</p>
47435
-
47436
- <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.reset_password_instructions.request_reset_link_msg">Request Reset Link Msg</span></p>
47437
-
47438
- <p><a href="http://localhost:3000/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserCheckPasswordToken%28resetPasswordToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&amp;variables%5BredirectUrl%5D=http%3A%2F%2Fbarton.com%2Fleo_skiles&amp;variables%5Btoken%5D=21b7Zkr7c_zASA6UPkHk"><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.reset_password_instructions.password_change_link">Password Change Link</span></a></p>
47439
-
47440
- <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.reset_password_instructions.ignore_mail_msg">Ignore Mail Msg</span></p>
47441
- <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.reset_password_instructions.no_changes_msg">No Changes Msg</span></p>
47442
-
47443
- Completed 200 OK in 220ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 67769)
47444
- Started GET "/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserCheckPasswordToken%28resetPasswordToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&variables%5BredirectUrl%5D=http%3A%2F%2Fbarton.com%2Fleo_skiles&variables%5Btoken%5D=21b7Zkr7c_zASA6UPkHk" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47445
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47446
- Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userCheckPasswordToken(resetPasswordToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://barton.com/leo_skiles", "token"=>"21b7Zkr7c_zASA6UPkHk"}}
47447
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "3f51540f4b804be2cf70e5e87d953bbdc4948dc0e183062ce3e0db693039dfc8"], ["LIMIT", 1]]
47448
-  (0.1ms) SAVEPOINT active_record_1
47449
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"toxRhldPgBQKWQfZPi_Guw\":{\"token\":\"$2a$10$TNlpDlZbl/TFcEmokuyxyuGRQ/KgDAQjZyw2RACJnpJAPD.ZqYvay\",\"expiry\":1572575060}}"], ["allow_password_change", 1], ["updated_at", "2019-10-18 02:24:20.112932"], ["id", 1]]
47450
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47451
- Redirected to http://barton.com/leo_skiles?access-token=9c_y25KxjYCsth9BlBAu_w&client=toxRhldPgBQKWQfZPi_Guw&client_id=toxRhldPgBQKWQfZPi_Guw&config=&expiry=1572575060&reset_password=true&token=9c_y25KxjYCsth9BlBAu_w&uid=rubin_zboncak%40cummingsmurphy.name
47452
- Completed 302 Found in 49ms (ActiveRecord: 0.2ms | Allocations: 2147)
47453
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47454
-  (0.8ms) rollback transaction
47455
-  (0.1ms) begin transaction
47456
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47457
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47458
- Parameters: {"query"=>" mutation {\n userSendResetPassword(\n email: \"nothere@gmail.com\",\n redirectUrl: \"http://rolfson.net/kasi\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47459
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
47460
- Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1205)
47461
-  (0.0ms) rollback transaction
47462
-  (0.0ms) begin transaction
47463
-  (0.1ms) SELECT COUNT(*) FROM "users"
47464
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47465
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47466
- Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"ivy@swaniawskiwhite.name\"\n name: \"Ulysses Rippin II\"\n password: \"UnI26vJhU\"\n passwordConfirmation: \"UnI26vJhU\"\n confirmSuccessUrl: \"http://powlowski.name/carol_stracke\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
47467
-  (0.1ms) SAVEPOINT active_record_1
47468
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ivy@swaniawskiwhite.name"], ["provider", "email"], ["LIMIT", 1]]
47469
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "ivy@swaniawskiwhite.name"], ["encrypted_password", "$2a$04$wrzTp2PrkGKj1cK6cRsiOuFysdPuDHs2/9tdHeAHpCosb08jt48fS"], ["confirmation_token", "PYahi3Jg55TM1EzEu2HT"], ["confirmation_sent_at", "2019-10-18 02:24:20.128059"], ["name", "Ulysses Rippin II"], ["email", "ivy@swaniawskiwhite.name"], ["created_at", "2019-10-18 02:24:20.127959"], ["updated_at", "2019-10-18 02:24:20.127959"]]
47470
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47471
- Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
47472
- Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.9ms | Allocations: 581)
47473
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
47474
- Delivered mail 5da92254203b5_10303fdb1ac2bfd4274a2@Marios-MacBook-Pro.local.mail (1.4ms)
47475
- Date: Thu, 17 Oct 2019 21:24:20 -0500
47476
- From: please-change-me-at-config-initializers-devise@example.com
47477
- Reply-To: please-change-me-at-config-initializers-devise@example.com
47478
- To: ivy@swaniawskiwhite.name
47479
- Message-ID: <5da92254203b5_10303fdb1ac2bfd4274a2@Marios-MacBook-Pro.local.mail>
47480
- Subject: Confirmation instructions
47481
- Mime-Version: 1.0
47482
- Content-Type: text/html;
47483
- charset=UTF-8
47484
- Content-Transfer-Encoding: 7bit
47485
- client-config: default
47486
- redirect-url: http://powlowski.name/carol_stracke
47487
-
47488
- <p>Welcome ivy@swaniawskiwhite.name!</p>
47489
-
47490
- <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_link_msg">Confirm Link Msg</span> </p>
47491
-
47492
- <p><a href="http://localhost:3000/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserConfirmAccount%28confirmationToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&amp;variables%5BredirectUrl%5D=http%3A%2F%2Fpowlowski.name%2Fcarol_stracke&amp;variables%5Btoken%5D=PYahi3Jg55TM1EzEu2HT"><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_account_link">Confirm Account Link</span></a></p>
47493
-
47494
- Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 5460)
47495
-  (0.1ms) SELECT COUNT(*) FROM "users"
47496
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
47497
- Started GET "/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserConfirmAccount%28confirmationToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&variables%5BredirectUrl%5D=http%3A%2F%2Fpowlowski.name%2Fcarol_stracke&variables%5Btoken%5D=PYahi3Jg55TM1EzEu2HT" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47498
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47499
- Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://powlowski.name/carol_stracke", "token"=>"PYahi3Jg55TM1EzEu2HT"}}
47500
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "PYahi3Jg55TM1EzEu2HT"], ["LIMIT", 1]]
47501
-  (0.1ms) SAVEPOINT active_record_1
47502
- User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-10-18 02:24:20.142319"], ["updated_at", "2019-10-18 02:24:20.142590"], ["id", 1]]
47503
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47504
- Redirected to http://powlowski.name/carol_stracke?account_confirmation_success=true
47505
- Completed 302 Found in 7ms (ActiveRecord: 0.5ms | Allocations: 2180)
47506
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47507
-  (0.3ms) rollback transaction
47508
-  (0.0ms) begin transaction
47509
-  (0.1ms) SELECT COUNT(*) FROM "users"
47510
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47511
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47512
- Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"\"\n name: \"Mr. Claretta Schaefer\"\n password: \"HzSbIgAnCdH20eY\"\n passwordConfirmation: \"HzSbIgAnCdH20eY\"\n confirmSuccessUrl: \"http://barton.biz/oleta\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
47513
-  (0.1ms) SAVEPOINT active_record_1
47514
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", ""], ["provider", "email"], ["LIMIT", 1]]
47515
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
47516
- Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.3ms | Allocations: 2712)
47517
-  (0.1ms) SELECT COUNT(*) FROM "users"
47518
-  (0.1ms) rollback transaction
47519
-  (0.1ms) begin transaction
47520
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47521
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47522
- Parameters: {"query"=>" mutation {\n adminSignUp(\n email: \"lasandra@gutmann.io\"\n password: \"O8dBbGa5StDq\"\n passwordConfirmation: \"O8dBbGa5StDq\"\n confirmSuccessUrl: \"http://hanemcclure.biz/alfonzo_luettgen\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47523
- Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 818)
47524
-  (0.1ms) rollback transaction
47525
-  (0.1ms) begin transaction
47526
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47527
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47528
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"dion_hammes@kingcole.co\"\n password: \"Pr9OgQgVhQj3M1iV\"\n passwordConfirmation: \"Pr9OgQgVhQj3M1iV\"\n confirmSuccessUrl: \"http://whitecrona.name/melinda.watsica\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47529
-  (0.1ms) SAVEPOINT active_record_1
47530
- Guest Exists? (0.2ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "dion_hammes@kingcole.co"], ["provider", "email"], ["LIMIT", 1]]
47531
- Guest Create (0.4ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "dion_hammes@kingcole.co"], ["encrypted_password", "$2a$04$D0Iro1QlI1xpsbK78CO0wOEpNhYXCb6lK9uNsv56/T6gb20NAA122"], ["email", "dion_hammes@kingcole.co"], ["created_at", "2019-10-18 02:24:20.180587"], ["updated_at", "2019-10-18 02:24:20.180587"]]
47532
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47533
- Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.7ms | Allocations: 4813)
47534
-  (0.6ms) rollback transaction
47535
-  (0.1ms) begin transaction
47536
-  (0.1ms) SAVEPOINT active_record_1
47537
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "antonietta@leannon.name"], ["provider", "email"], ["LIMIT", 1]]
47538
- User Create (1.1ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "antonietta@leannon.name"], ["encrypted_password", "$2a$04$ThTnu4kpyJ/vcGve2hThfuFwWTYoVYjC2K5Ng/gWLyHO4o50Wd6cW"], ["allow_password_change", 1], ["confirmed_at", "2019-10-18 02:24:20.217618"], ["name", "Andy Friese"], ["email", "antonietta@leannon.name"], ["created_at", "2019-10-18 02:24:20.219630"], ["updated_at", "2019-10-18 02:24:20.219630"]]
47539
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47540
-  (0.1ms) SAVEPOINT active_record_1
47541
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"IDTGqzQ9d-taaHhJtMbBbQ\":{\"token\":\"$2a$10$2JnayKV.zmyqmemmBeAxc.mpT4NZEwMOdG4we6MrrTUAaF8mkeY0S\",\"expiry\":1572575060,\"updated_at\":\"2019-10-18 02:24:20 UTC\"}}"], ["updated_at", "2019-10-18 02:24:20.280780"], ["id", 1]]
47542
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47543
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47544
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47545
- Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticable { email }\n }\n }\n"}
47546
- User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "antonietta@leannon.name"], ["LIMIT", 1]]
47547
-  (0.1ms) SAVEPOINT active_record_1
47548
- User Update (0.3ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$NEz0DszK2S9hu6t2RmbgqOoG5SAeROlLKTGapaj.DhWxplsKJ0qRO"], ["updated_at", "2019-10-18 02:24:20.337322"], ["id", 1]]
47549
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47550
-  (0.0ms) SAVEPOINT active_record_1
47551
- User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-18 02:24:20.338671"], ["id", 1]]
47552
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47553
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47554
- Completed 200 OK in 56ms (Views: 0.1ms | ActiveRecord: 1.1ms | Allocations: 2882)
47555
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47556
-  (0.7ms) rollback transaction
47557
-  (0.1ms) begin transaction
47558
-  (0.1ms) SAVEPOINT active_record_1
47559
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "amy@jenkins.io"], ["provider", "email"], ["LIMIT", 1]]
47560
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "amy@jenkins.io"], ["encrypted_password", "$2a$04$sLoofsA55rOTbHNOHtGxCeblJ10H6k7i2ViaTShh5c/CsJhKQABZu"], ["allow_password_change", 1], ["confirmed_at", "2019-10-18 02:24:20.345469"], ["name", "Carlotta Tendant"], ["email", "amy@jenkins.io"], ["created_at", "2019-10-18 02:24:20.346650"], ["updated_at", "2019-10-18 02:24:20.346650"]]
47561
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47562
-  (0.1ms) SAVEPOINT active_record_1
47563
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"HjUwZWOHgw1FDIjfjaS-WQ\":{\"token\":\"$2a$10$fXCl.PcnylFf1gy64Ko1sukN5yi3.9/MWV3tQcZVeVSQSuNJ/meaG\",\"expiry\":1572575060,\"updated_at\":\"2019-10-18 02:24:20 UTC\"}}"], ["updated_at", "2019-10-18 02:24:20.399453"], ["id", 1]]
47564
-  (0.3ms) RELEASE SAVEPOINT active_record_1
47565
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47566
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47567
- Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticable { email }\n }\n }\n"}
47568
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "amy@jenkins.io"], ["LIMIT", 1]]
47569
-  (0.1ms) SAVEPOINT active_record_1
47570
- User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$.bfvLN1dHRHjoICN9P36EeUmOJj2LKVBI4IkPZKks9yl5AVNVWhfK"], ["updated_at", "2019-10-18 02:24:20.454412"], ["id", 1]]
47571
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47572
-  (0.0ms) SAVEPOINT active_record_1
47573
- User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-18 02:24:20.455786"], ["id", 1]]
47574
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47575
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47576
- Completed 200 OK in 54ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2874)
47577
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47578
-  (0.6ms) rollback transaction
47579
-  (0.3ms) begin transaction
47580
-  (0.0ms) SAVEPOINT active_record_1
47581
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ozie@wisokyabernathy.com"], ["provider", "email"], ["LIMIT", 1]]
47582
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "ozie@wisokyabernathy.com"], ["encrypted_password", "$2a$04$ibiqVdjM8V3khhjC9.Ni1eS.6Tqx87YFO0aQtVLiqLQAP/wWPEYda"], ["confirmed_at", "2019-10-18 02:24:20.463523"], ["name", "Candy Barr"], ["email", "ozie@wisokyabernathy.com"], ["created_at", "2019-10-18 02:24:20.464788"], ["updated_at", "2019-10-18 02:24:20.464788"]]
47583
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47584
-  (0.1ms) SAVEPOINT active_record_1
47585
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"lV4v6vK64NYNyTsXlxlw2A\":{\"token\":\"$2a$10$WCYWV3.BopPeoKTvsTFhOODuxe7UynlIGAsdu5MZ5w0.7criKvybe\",\"expiry\":1572575060,\"updated_at\":\"2019-10-18 02:24:20 UTC\"}}"], ["updated_at", "2019-10-18 02:24:20.517403"], ["id", 1]]
47586
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47587
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47588
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47589
- Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticable { email }\n }\n }\n"}
47590
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "ozie@wisokyabernathy.com"], ["LIMIT", 1]]
47591
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47592
- Completed 200 OK in 52ms (Views: 0.5ms | ActiveRecord: 0.1ms | Allocations: 2360)
47593
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47594
-  (0.6ms) rollback transaction
47595
-  (0.8ms) begin transaction
47596
-  (0.0ms) SAVEPOINT active_record_1
47597
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jodi@waelchi.net"], ["provider", "email"], ["LIMIT", 1]]
47598
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "jodi@waelchi.net"], ["encrypted_password", "$2a$04$h.9/273oDYl03pbz5V2Y5.rpGk7.wc1In4IAknKOpyLAvp2RoM3eu"], ["allow_password_change", 1], ["confirmed_at", "2019-10-18 02:24:20.578467"], ["name", "Bill Lowney"], ["email", "jodi@waelchi.net"], ["created_at", "2019-10-18 02:24:20.579580"], ["updated_at", "2019-10-18 02:24:20.579580"]]
47599
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47600
-  (0.1ms) SAVEPOINT active_record_1
47601
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"GgYBfZCjNATajzkSiCOOZQ\":{\"token\":\"$2a$10$/qZLihD3XTeY0wQaTy9ncOi6QKZhUTuxNZKgi0DEKc2kxeakivwly\",\"expiry\":1572575060,\"updated_at\":\"2019-10-18 02:24:20 UTC\"}}"], ["updated_at", "2019-10-18 02:24:20.632595"], ["id", 1]]
47602
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47603
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47604
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47605
- Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticable { email }\n }\n }\n"}
47606
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "jodi@waelchi.net"], ["LIMIT", 1]]
47607
-  (0.0ms) SAVEPOINT active_record_1
47608
- User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$LTpXC76DEcffLvQ9NUiBMun93X5l2yMyEQMQIkMbfIUKE/TwsmCp2"], ["updated_at", "2019-10-18 02:24:20.683096"], ["id", 1]]
47609
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47610
-  (0.0ms) SAVEPOINT active_record_1
47611
- User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-18 02:24:20.684120"], ["id", 1]]
47612
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47613
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47614
- Completed 200 OK in 50ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 2874)
47615
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47616
-  (0.5ms) rollback transaction
47617
-  (0.1ms) begin transaction
47618
-  (0.0ms) SAVEPOINT active_record_1
47619
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jayna_wolf@lemke.co"], ["provider", "email"], ["LIMIT", 1]]
47620
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "jayna_wolf@lemke.co"], ["encrypted_password", "$2a$04$rHfPbVoGE.t1LLUCzxIbi.a/r916mNQGhxJIromlk8.1Y3l6lb7YW"], ["allow_password_change", 1], ["confirmed_at", "2019-10-18 02:24:20.689685"], ["name", "Mary Thonn"], ["email", "jayna_wolf@lemke.co"], ["created_at", "2019-10-18 02:24:20.690587"], ["updated_at", "2019-10-18 02:24:20.690587"]]
47621
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47622
-  (0.1ms) SAVEPOINT active_record_1
47623
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"_RJj5irv7nXqtw4NtVPeOA\":{\"token\":\"$2a$10$YgErMB7sOllTCfJPgozb/O.kwYhyZ9/gdf0VcuxNtQIp/1ulAX252\",\"expiry\":1572575060,\"updated_at\":\"2019-10-18 02:24:20 UTC\"}}"], ["updated_at", "2019-10-18 02:24:20.741790"], ["id", 1]]
47624
-  (0.2ms) RELEASE SAVEPOINT active_record_1
47625
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47626
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47627
- Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticable { email }\n }\n }\n"}
47628
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "jayna_wolf@lemke.co"], ["LIMIT", 1]]
47629
-  (0.1ms) SAVEPOINT active_record_1
47630
- User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$Wb5xNEtQRO67BaeMN5U5ceGrjFdd0NsJ8SWcEjkCb.aEMsHDNSnS."], ["updated_at", "2019-10-18 02:24:20.791857"], ["id", 1]]
47631
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47632
-  (0.0ms) SAVEPOINT active_record_1
47633
- User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-18 02:24:20.793057"], ["id", 1]]
47634
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47635
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47636
- Completed 200 OK in 51ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2874)
47637
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47638
-  (0.6ms) rollback transaction
47639
-  (0.1ms) begin transaction
47640
-  (0.1ms) SAVEPOINT active_record_1
47641
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ro@runolfsdottirbeer.net"], ["provider", "email"], ["LIMIT", 1]]
47642
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "ro@runolfsdottirbeer.net"], ["encrypted_password", "$2a$04$HtJ8DbOmTIrgDe3H.uumxegkuYZSdIU4vP6iKHAn4ypx04ECQLt8u"], ["confirmed_at", "2019-10-18 02:24:20.800390"], ["name", "Mike Stand"], ["email", "ro@runolfsdottirbeer.net"], ["created_at", "2019-10-18 02:24:20.801990"], ["updated_at", "2019-10-18 02:24:20.801990"]]
47643
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47644
-  (0.1ms) SAVEPOINT active_record_1
47645
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"hfOMCbrdnptWHRm7uGmj1w\":{\"token\":\"$2a$10$j18LuepLEHCWCFPtUC0W6.JLjlEWHn.gVs3YTV44geAIP2s/Hh0r6\",\"expiry\":1572575060,\"updated_at\":\"2019-10-18 02:24:20 UTC\"}}"], ["updated_at", "2019-10-18 02:24:20.852023"], ["id", 1]]
47646
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47647
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47648
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47649
- Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticable { email }\n }\n }\n"}
47650
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "ro@runolfsdottirbeer.net"], ["LIMIT", 1]]
47651
-  (0.1ms) SAVEPOINT active_record_1
47652
- User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$thmWCvG0Z30JW0hVAtlTL..0gJ3IcuZ/g8RT5Rt31d3/qGoa2QtPW"], ["updated_at", "2019-10-18 02:24:20.903253"], ["id", 1]]
47653
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47654
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47655
- Completed 200 OK in 51ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 2643)
47656
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47657
-  (0.6ms) rollback transaction
47658
-  (0.1ms) begin transaction
47659
-  (0.0ms) SAVEPOINT active_record_1
47660
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "donald@mooretillman.io"], ["provider", "email"], ["LIMIT", 1]]
47661
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "donald@mooretillman.io"], ["encrypted_password", "$2a$04$SyCTo41pFJbMrqmTTKtly.3/AaiBqnJc/DSmCwwcvglMS3a7zYV06"], ["confirmed_at", "2019-10-18 02:24:20.910573"], ["name", "Polly Ester"], ["email", "donald@mooretillman.io"], ["created_at", "2019-10-18 02:24:20.911453"], ["updated_at", "2019-10-18 02:24:20.911453"]]
47662
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47663
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47664
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47665
- Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticable { email }\n }\n }\n"}
47666
- Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 1164)
47667
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47668
-  (0.3ms) rollback transaction
47669
-  (0.0ms) begin transaction
47670
-  (0.1ms) SAVEPOINT active_record_1
47671
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "juan_keebler@gulgowskimiller.co"], ["provider", "email"], ["LIMIT", 1]]
47672
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "juan_keebler@gulgowskimiller.co"], ["encrypted_password", "$2a$04$vn77iL6p2GgFMya0f1T2neMA1OCpEQFEg/AwQcPWcjhvzLxHuMeAe"], ["confirmed_at", "2019-10-18 02:24:20.920512"], ["name", "Eileen Dover"], ["email", "juan_keebler@gulgowskimiller.co"], ["created_at", "2019-10-18 02:24:20.921738"], ["updated_at", "2019-10-18 02:24:20.921738"]]
47673
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47674
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "6639d41d57a4a56171fb32fc96b1f08bd15f4cdab8bdaf598b000bf76c4d67d1"], ["LIMIT", 1]]
47675
-  (0.1ms) SAVEPOINT active_record_1
47676
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "6639d41d57a4a56171fb32fc96b1f08bd15f4cdab8bdaf598b000bf76c4d67d1"], ["reset_password_sent_at", "2019-10-18 02:24:20.923978"], ["updated_at", "2019-10-18 02:24:20.924285"], ["id", 1]]
47677
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47678
- Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22rfdJe9SHyAV-PeJRqgEe%22%2C%0A++++++++++++redirectUrl%3A+%22%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 21:24:20 -0500
47679
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47680
- Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"rfdJe9SHyAV-PeJRqgEe\",\n redirectUrl: \"\"\n ) {\n email\n }\n }\n"}
47681
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "6639d41d57a4a56171fb32fc96b1f08bd15f4cdab8bdaf598b000bf76c4d67d1"], ["LIMIT", 1]]
47682
-  (0.1ms) SAVEPOINT active_record_1
47683
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"jvmNTkg4d_1QoS6ekxLY1Q\":{\"token\":\"$2a$10$mDlCm1gmVaVSrQXQ02wzJ.BW2BIlGOTTPlRtrvwYTSN.zbLnTRTk2\",\"expiry\":1572575060}}"], ["allow_password_change", 1], ["updated_at", "2019-10-18 02:24:20.983928"], ["id", 1]]
47684
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47685
-  (0.1ms) SAVEPOINT active_record_1
47686
- User Update (0.2ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"jvmNTkg4d_1QoS6ekxLY1Q\":{\"token\":\"$2a$10$mDlCm1gmVaVSrQXQ02wzJ.BW2BIlGOTTPlRtrvwYTSN.zbLnTRTk2\",\"expiry\":1572575060},\"ZV6u2g4yXKcz_RLgpfvgyg\":{\"token\":\"$2a$10$0Sfn91pgQ/hgWLnC0dZ.s.sGt8FBNsH36q/2OM9rpKj24OQRJOK/C\",\"expiry\":1572575061,\"updated_at\":\"2019-10-18 02:24:20 UTC\"}}"], ["updated_at", "2019-10-18 02:24:21.030941"], ["id", 1]]
47687
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47688
- Completed 200 OK in 105ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 2656)
47689
-  (0.5ms) rollback transaction
47690
-  (0.0ms) begin transaction
47691
-  (0.0ms) SAVEPOINT active_record_1
47692
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "hunter@greenfelder.net"], ["provider", "email"], ["LIMIT", 1]]
47693
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "hunter@greenfelder.net"], ["encrypted_password", "$2a$04$OHnZ3Ae6C8..SU9AIN98O.9TXyn2rZGfiqfDXu29DhBYGwJg1X.BC"], ["confirmed_at", "2019-10-18 02:24:21.035610"], ["name", "Tom Morrow"], ["email", "hunter@greenfelder.net"], ["created_at", "2019-10-18 02:24:21.036455"], ["updated_at", "2019-10-18 02:24:21.036455"]]
47694
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47695
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "8c18b391adbb1cbb36c59b07dffdbeb9a8c5a3c86038a42cd829b3b9711b883b"], ["LIMIT", 1]]
47696
-  (0.1ms) SAVEPOINT active_record_1
47697
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "8c18b391adbb1cbb36c59b07dffdbeb9a8c5a3c86038a42cd829b3b9711b883b"], ["reset_password_sent_at", "2019-10-18 02:24:21.038134"], ["updated_at", "2019-10-18 02:24:21.038341"], ["id", 1]]
47698
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47699
- Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22VkMRTUS1QGZkrrpid4yS%22%2C%0A++++++++++++redirectUrl%3A+%22https%3A%2F%2Fgoogle.com%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 21:24:21 -0500
47700
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47701
- Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"VkMRTUS1QGZkrrpid4yS\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
47702
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "8c18b391adbb1cbb36c59b07dffdbeb9a8c5a3c86038a42cd829b3b9711b883b"], ["LIMIT", 1]]
47703
-  (0.1ms) SAVEPOINT active_record_1
47704
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"nteLmX1aom7KLnqds5BNMQ\":{\"token\":\"$2a$10$qeNP8U0s1f.Vae9jkmEzkez5P5CeLzv/P4474XRyi1IYtYEMueC7O\",\"expiry\":1572575061}}"], ["allow_password_change", 1], ["updated_at", "2019-10-18 02:24:21.093681"], ["id", 1]]
47705
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47706
- Redirected to https://google.com?access-token=l02Mzb0_DzAnKKDY6lcBVw&client=nteLmX1aom7KLnqds5BNMQ&client_id=nteLmX1aom7KLnqds5BNMQ&config=&expiry=1572575061&reset_password=true&token=l02Mzb0_DzAnKKDY6lcBVw&uid=hunter%40greenfelder.net
47707
- Completed 302 Found in 54ms (ActiveRecord: 0.2ms | Allocations: 1916)
47708
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47709
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47710
-  (0.3ms) rollback transaction
47711
-  (0.0ms) begin transaction
47712
-  (0.1ms) SAVEPOINT active_record_1
47713
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ronny.hirthe@kulas.name"], ["provider", "email"], ["LIMIT", 1]]
47714
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "ronny.hirthe@kulas.name"], ["encrypted_password", "$2a$04$6/U1LhbEzpSovWKr4lOxL.Kfnu8M51ntgYkpqBozL1Pt0l/DYpAou"], ["confirmed_at", "2019-10-17 16:24:21"], ["name", "Jasmine Rice"], ["email", "ronny.hirthe@kulas.name"], ["created_at", "2019-10-17 16:24:21"], ["updated_at", "2019-10-17 16:24:21"]]
47715
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47716
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "4384a81072bfb59a4cb9d0af9e4c2e0cc6d5a1031d41b0807abb62d337750ef0"], ["LIMIT", 1]]
47717
-  (0.1ms) SAVEPOINT active_record_1
47718
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ? WHERE "users"."id" = ? [["reset_password_token", "4384a81072bfb59a4cb9d0af9e4c2e0cc6d5a1031d41b0807abb62d337750ef0"], ["reset_password_sent_at", "2019-10-17 16:24:21"], ["id", 1]]
47719
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47720
- Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22nhW2dhC29Zg-AbcVz9rK%22%2C%0A++++++++++++redirectUrl%3A+%22https%3A%2F%2Fgoogle.com%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 21:24:21 -0500
47721
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47722
- Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"nhW2dhC29Zg-AbcVz9rK\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
47723
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "4384a81072bfb59a4cb9d0af9e4c2e0cc6d5a1031d41b0807abb62d337750ef0"], ["LIMIT", 1]]
47724
- Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1266)
47725
-  (0.3ms) rollback transaction
47726
-  (0.0ms) begin transaction
47727
-  (0.1ms) SAVEPOINT active_record_1
47728
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "cedrick.yost@krajcik.org"], ["provider", "email"], ["LIMIT", 1]]
47729
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "cedrick.yost@krajcik.org"], ["encrypted_password", "$2a$04$j4CTb7ptLnHlUtnKGhyiXe.GI52Pwxa5vMLE9GYQz54pQq3AMm7IK"], ["confirmed_at", "2019-10-18 02:24:21.116167"], ["name", "Isadore Bell"], ["email", "cedrick.yost@krajcik.org"], ["created_at", "2019-10-18 02:24:21.150207"], ["updated_at", "2019-10-18 02:24:21.150207"]]
47730
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47731
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "f8a3af29f85317897230c4f94ff5970122a92cc91944cbf61e1b9e7f7f96b216"], ["LIMIT", 1]]
47732
-  (0.0ms) SAVEPOINT active_record_1
47733
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "f8a3af29f85317897230c4f94ff5970122a92cc91944cbf61e1b9e7f7f96b216"], ["reset_password_sent_at", "2019-10-18 02:24:21.152193"], ["updated_at", "2019-10-18 02:24:21.152341"], ["id", 1]]
47734
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47735
- Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22qhrwDv53VGmmp5RyVtQeinvalid%22%2C%0A++++++++++++redirectUrl%3A+%22https%3A%2F%2Fgoogle.com%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 21:24:21 -0500
47736
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47737
- Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"qhrwDv53VGmmp5RyVtQeinvalid\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
47738
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "3deb3c75025e48fb25c4f3ca8982393d6b225f404afdd4a3d346f91208cdc584"], ["LIMIT", 1]]
47739
- Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1227)
47740
-  (0.3ms) rollback transaction
47741
-  (0.1ms) begin transaction
47742
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:21 -0500
47743
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47744
- Parameters: {"query"=>" query {\n adminCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
47745
- Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 722)
47746
-  (0.1ms) rollback transaction
47747
-  (0.1ms) begin transaction
47748
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:24:21 -0500
47749
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47750
- Parameters: {"query"=>" query {\n guestCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
47751
- Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 722)
47752
-  (0.1ms) rollback transaction
47753
-  (0.1ms) begin transaction
47754
-  (0.1ms) SAVEPOINT active_record_1
47755
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "arlie@cummings.info"], ["provider", "email"], ["LIMIT", 1]]
47756
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "arlie@cummings.info"], ["encrypted_password", "$2a$04$0Q31DWjtBan3sS3rf3ad3.U9xcN1TaemUBrSRV4OqWCqYzZCwlG9m"], ["confirmation_token", "dqy4ms5hs2ARABKxubco"], ["confirmation_sent_at", "2019-10-18 02:24:21.171124"], ["name", "Curt Zee"], ["email", "arlie@cummings.info"], ["created_at", "2019-10-18 02:24:21.171008"], ["updated_at", "2019-10-18 02:24:21.171008"]]
47757
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47758
- Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
47759
- Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.6ms | Allocations: 408)
47760
- Devise::Mailer#confirmation_instructions: processed outbound mail in 1.9ms
47761
- Delivered mail 5da922552ae4a_10303fdb1ac2bfd4275a0@Marios-MacBook-Pro.local.mail (1.7ms)
47762
- Date: Thu, 17 Oct 2019 21:24:21 -0500
47763
- From: please-change-me-at-config-initializers-devise@example.com
47764
- Reply-To: please-change-me-at-config-initializers-devise@example.com
47765
- To: arlie@cummings.info
47766
- Message-ID: <5da922552ae4a_10303fdb1ac2bfd4275a0@Marios-MacBook-Pro.local.mail>
47767
- Subject: Confirmation instructions
47768
- Mime-Version: 1.0
47769
- Content-Type: text/html;
47770
- charset=UTF-8
47771
- Content-Transfer-Encoding: 7bit
47772
- client-config: default
47773
- redirect-url:
47774
-
47775
- <p>Welcome arlie@cummings.info!</p>
47776
-
47777
- <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_link_msg">Confirm Link Msg</span> </p>
47778
-
47779
- <p><a href="http://localhost:3000/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserConfirmAccount%28confirmationToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&amp;variables%5BredirectUrl%5D=&amp;variables%5Btoken%5D=dqy4ms5hs2ARABKxubco"><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_account_link">Confirm Account Link</span></a></p>
47780
-
47781
- Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22dqy4ms5hs2ARABKxubco%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fdoyle.com%2Fkati%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 21:24:21 -0500
47782
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47783
- Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"dqy4ms5hs2ARABKxubco\"\n redirectUrl: \"http://doyle.com/kati\"\n ) {\n email\n name\n }\n }\n"}
47784
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "dqy4ms5hs2ARABKxubco"], ["LIMIT", 1]]
47785
-  (0.1ms) SAVEPOINT active_record_1
47786
- User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-10-18 02:24:21.180895"], ["updated_at", "2019-10-18 02:24:21.181125"], ["id", 1]]
47787
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47788
- Redirected to http://doyle.com/kati?account_confirmation_success=true
47789
- Completed 302 Found in 4ms (ActiveRecord: 0.3ms | Allocations: 1790)
47790
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47791
-  (0.4ms) rollback transaction
47792
-  (0.2ms) begin transaction
47793
-  (0.1ms) SAVEPOINT active_record_1
47794
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "bettina.gutkowski@connelly.org"], ["provider", "email"], ["LIMIT", 1]]
47795
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "bettina.gutkowski@connelly.org"], ["encrypted_password", "$2a$04$fCASeXQGI.073Guh6nm.nuz4Qjuivc9VLH5BVL82wyiqC0MfwITjC"], ["confirmation_token", "ihBsC3_ATJ_c2A5UQwSy"], ["confirmation_sent_at", "2019-10-18 02:24:21.190257"], ["name", "Macon Paine"], ["email", "bettina.gutkowski@connelly.org"], ["created_at", "2019-10-18 02:24:21.190144"], ["updated_at", "2019-10-18 02:24:21.190144"]]
47796
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47797
- Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22ihBsC3_ATJ_c2A5UQwSy-invalid%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fschmidtschmidt.biz%2Fjohanne%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 21:24:21 -0500
47798
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47799
- Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"ihBsC3_ATJ_c2A5UQwSy-invalid\"\n redirectUrl: \"http://schmidtschmidt.biz/johanne\"\n ) {\n email\n name\n }\n }\n"}
47800
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "ihBsC3_ATJ_c2A5UQwSy-invalid"], ["LIMIT", 1]]
47801
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "caee3b404aafedb3a7b856059636eec84741e9f8e813e99bcca0cb935507908b"], ["LIMIT", 1]]
47802
- Completed 200 OK in 97ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 2009)
47803
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47804
-  (0.3ms) rollback transaction
47805
-  (0.1ms) begin transaction
47806
-  (0.0ms) SAVEPOINT active_record_1
47807
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "myrtle@mills.info"], ["provider", "email"], ["LIMIT", 1]]
47808
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "myrtle@mills.info"], ["encrypted_password", "$2a$04$rX.GO4nBRhahj0DlUsKri.cqKFz94JpwQYim1m2EfmgptxbKvUvFW"], ["confirmed_at", "2019-10-18 02:24:21.293964"], ["name", "Sonny Day"], ["email", "myrtle@mills.info"], ["created_at", "2019-10-18 02:24:21.294757"], ["updated_at", "2019-10-18 02:24:21.294757"]]
47809
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47810
-  (0.1ms) SAVEPOINT active_record_1
47811
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"DTrJ-nsluL5sYLR2uZTe6g\":{\"token\":\"$2a$10$AcfO0GI9SoYcEqLXtYuhO.yw5wdF8AUxbEKpSyVb19.Kq.fjarFrq\",\"expiry\":1572575061,\"updated_at\":\"2019-10-18 02:24:21 UTC\"}}"], ["updated_at", "2019-10-18 02:24:21.344780"], ["id", 1]]
47812
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47813
- Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-10-17 21:24:21 -0500
47814
- Processing by Api::V1::GraphqlController#graphql as HTML
47815
- Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
47816
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "myrtle@mills.info"], ["LIMIT", 1]]
47817
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47818
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47819
- Completed 200 OK in 55ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 9749)
47820
-  (0.2ms) rollback transaction
47821
-  (0.0ms) begin transaction
47822
-  (0.0ms) SAVEPOINT active_record_1
47823
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "alden.sauer@sporer.net"], ["provider", "email"], ["LIMIT", 1]]
47824
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "alden.sauer@sporer.net"], ["encrypted_password", "$2a$04$jobMrOXnkOcB.o6NoUB1IuFGqH7Hf/VZw4cNuDAGV7q9RiTcGwV4u"], ["confirmed_at", "2019-10-18 02:24:21.409123"], ["name", "Hal Jalikakick"], ["email", "alden.sauer@sporer.net"], ["created_at", "2019-10-18 02:24:21.409880"], ["updated_at", "2019-10-18 02:24:21.409880"]]
47825
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47826
- Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-10-17 21:24:21 -0500
47827
- Processing by Api::V1::GraphqlController#graphql as HTML
47828
- Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
47829
- Filter chain halted as :authenticate_user! rendered or redirected
47830
- Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 168)
47831
-  (0.3ms) rollback transaction
47832
-  (1.0ms) SELECT sqlite_version(*)
47833
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47834
-  (0.0ms) SELECT sqlite_version(*)
47835
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47836
-  (0.1ms) begin transaction
47837
-  (0.1ms) SELECT COUNT(*) FROM "users"
47838
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:26:18 -0500
47839
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47840
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"emilee_friesen@walsh.org\"\n password: \"FvWxTi8Q3mDgS0mX\"\n passwordConfirmation: \"FvWxTi8Q3mDgS0mX\"\n confirmSuccessUrl: \"http://pfannerstillmcdermott.co/jerold\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47841
-  (0.0ms) SAVEPOINT active_record_1
47842
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "emilee_friesen@walsh.org"], ["provider", "email"], ["LIMIT", 1]]
47843
- Guest Create (0.3ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "emilee_friesen@walsh.org"], ["encrypted_password", "$2a$04$hPqkchbXQQzJtOLZNS8w7eiP1DWTeMwH6sSOgg/nCqX28N4389HO."], ["email", "emilee_friesen@walsh.org"], ["created_at", "2019-10-18 02:26:18.572615"], ["updated_at", "2019-10-18 02:26:18.572615"]]
47844
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47845
- Completed 500 Internal Server Error in 53ms (ActiveRecord: 0.8ms | Allocations: 31098)
47846
-  (0.3ms) rollback transaction
47847
-  (0.8ms) SELECT sqlite_version(*)
47848
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47849
-  (0.0ms) SELECT sqlite_version(*)
47850
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47851
-  (0.1ms) begin transaction
47852
-  (0.1ms) SELECT COUNT(*) FROM "users"
47853
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:52:25 -0500
47854
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47855
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"laurena_hayes@ondricka.com\"\n password: \"0WoCeYb9JgH4\"\n passwordConfirmation: \"0WoCeYb9JgH4\"\n confirmSuccessUrl: \"http://toy.name/jeanette_botsford\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47856
-  (0.0ms) SAVEPOINT active_record_1
47857
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "laurena_hayes@ondricka.com"], ["provider", "email"], ["LIMIT", 1]]
47858
- Guest Create (0.3ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "laurena_hayes@ondricka.com"], ["encrypted_password", "$2a$04$2f1BK4eBSyPC7PqMr4MKBOq8xBVang6Qa0J6fAEgQM8TYcJq5m746"], ["email", "laurena_hayes@ondricka.com"], ["created_at", "2019-10-18 02:52:25.849591"], ["updated_at", "2019-10-18 02:52:25.849591"]]
47859
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47860
-  (0.1ms) SAVEPOINT active_record_1
47861
- Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"Ie715fWH3DCpTJHk72BT-Q\":{\"token\":\"$2a$10$nSMpQ.xbvWwTz4TqSU4IzOfXIwOpJH2fLeB6sYC4ddsUHiQD0rVoy\",\"expiry\":1572576745,\"updated_at\":\"2019-10-18 02:52:25 UTC\"}}"], ["updated_at", "2019-10-18 02:52:25.897404"], ["id", 1]]
47862
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47863
- Completed 200 OK in 67ms (Views: 0.2ms | ActiveRecord: 1.0ms | Allocations: 29079)
47864
-  (0.0ms) SELECT COUNT(*) FROM "users"
47865
-  (0.3ms) rollback transaction
47866
-  (1.5ms) SELECT sqlite_version(*)
47867
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47868
-  (0.0ms) SELECT sqlite_version(*)
47869
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47870
-  (0.1ms) begin transaction
47871
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:53:07 -0500
47872
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47873
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"rosenda@buckridge.biz\"\n password: \"Df04KqNy\"\n passwordConfirmation: \"Df04KqNy\"\n confirmSuccessUrl: \"http://goyettewisoky.net/filiberto\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47874
-  (0.1ms) SAVEPOINT active_record_1
47875
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "rosenda@buckridge.biz"], ["provider", "email"], ["LIMIT", 1]]
47876
- Guest Create (0.4ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "rosenda@buckridge.biz"], ["encrypted_password", "$2a$04$upus.8BKGciXbSXHXl4Q6eHRuQhZkYsBaQGz7bVwHUde3JtbnAafS"], ["email", "rosenda@buckridge.biz"], ["created_at", "2019-10-18 02:53:07.193348"], ["updated_at", "2019-10-18 02:53:07.193348"]]
47877
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47878
-  (0.1ms) SAVEPOINT active_record_1
47879
- Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"Q2SuQNz-_XFKFD2YP7ehXA\":{\"token\":\"$2a$10$d8cnT3v.tqNSx1bTC6uejOZAe0pD1mFsUz4fx/if4gwZJZe9kBpSu\",\"expiry\":1572576787,\"updated_at\":\"2019-10-18 02:53:07 UTC\"}}"], ["updated_at", "2019-10-18 02:53:07.244601"], ["id", 1]]
47880
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47881
- Completed 200 OK in 84ms (Views: 0.2ms | ActiveRecord: 1.3ms | Allocations: 29283)
47882
-  (0.1ms) SELECT COUNT(*) FROM "users"
47883
-  (0.1ms) SELECT COUNT(*) FROM "users"
47884
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:54:29 -0500
47885
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47886
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"rosenda@buckridge.biz\"\n password: \"Df04KqNy\"\n passwordConfirmation: \"Df04KqNy\"\n confirmSuccessUrl: \"http://goyettewisoky.net/filiberto\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47887
-  (0.1ms) SAVEPOINT active_record_1
47888
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "rosenda@buckridge.biz"], ["provider", "email"], ["LIMIT", 1]]
47889
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
47890
- Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 2750)
47891
-  (0.1ms) SELECT COUNT(*) FROM "users"
47892
-  (0.3ms) rollback transaction
47893
-  (0.8ms) SELECT sqlite_version(*)
47894
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47895
-  (0.0ms) SELECT sqlite_version(*)
47896
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47897
-  (0.1ms) begin transaction
47898
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:54:39 -0500
47899
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47900
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"ray.zboncak@hahn.co\"\n password: \"FcSvEkGrBh\"\n passwordConfirmation: \"FcSvEkGrBh\"\n confirmSuccessUrl: \"http://labadieprosacco.com/detra\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47901
-  (0.0ms) SAVEPOINT active_record_1
47902
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "ray.zboncak@hahn.co"], ["provider", "email"], ["LIMIT", 1]]
47903
- Guest Create (0.3ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "ray.zboncak@hahn.co"], ["encrypted_password", "$2a$04$hLDi3xzfIWCnQ4vH2bgh6ubKI0zJB2pMhUL8UXYP1J5Q62O1J3NfG"], ["email", "ray.zboncak@hahn.co"], ["created_at", "2019-10-18 02:54:39.160433"], ["updated_at", "2019-10-18 02:54:39.160433"]]
47904
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47905
-  (0.1ms) SAVEPOINT active_record_1
47906
- Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"pe0g_sZewcPF-KmRo_uPKg\":{\"token\":\"$2a$10$JFn9bjyWUrc7iN6T8v/.aOGudzms4CNSW.92haH451CdOdKAycpW.\",\"expiry\":1572576879,\"updated_at\":\"2019-10-18 02:54:39 UTC\"}}"], ["updated_at", "2019-10-18 02:54:39.209094"], ["id", 1]]
47907
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47908
- Completed 200 OK in 69ms (Views: 0.2ms | ActiveRecord: 1.1ms | Allocations: 29301)
47909
-  (0.1ms) SELECT COUNT(*) FROM "users"
47910
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:55:46 -0500
47911
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47912
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"ray.zboncak@hahn.co\"\n password: \"FcSvEkGrBh\"\n passwordConfirmation: \"FcSvEkGrBh\"\n confirmSuccessUrl: \"http://labadieprosacco.com/detra\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47913
-  (0.1ms) SAVEPOINT active_record_1
47914
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "ray.zboncak@hahn.co"], ["provider", "email"], ["LIMIT", 1]]
47915
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
47916
- Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 2750)
47917
-  (0.1ms) SELECT COUNT(*) FROM "users"
47918
47255
   (0.3ms) rollback transaction
47919
47256
   (0.8ms) SELECT sqlite_version(*)
47920
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47921
-  (0.0ms) SELECT sqlite_version(*)
47922
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47923
-  (0.0ms) begin transaction
47924
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:55:53 -0500
47925
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47926
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"shanon.emard@kihn.info\"\n password: \"AbAcRfJfXwT\"\n passwordConfirmation: \"AbAcRfJfXwT\"\n confirmSuccessUrl: \"http://hillsdeckow.co/quinton_hartmann\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47927
-  (0.0ms) SAVEPOINT active_record_1
47928
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "shanon.emard@kihn.info"], ["provider", "email"], ["LIMIT", 1]]
47929
- Guest Create (0.3ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "shanon.emard@kihn.info"], ["encrypted_password", "$2a$04$uvooK507Y3hpZ2lzO6kY/ev7WARxTSdVOByf7sOgPjqEXYQXaigNy"], ["email", "shanon.emard@kihn.info"], ["created_at", "2019-10-18 02:55:53.428692"], ["updated_at", "2019-10-18 02:55:53.428692"]]
47930
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47931
-  (0.1ms) SAVEPOINT active_record_1
47932
- Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"h9PABQrc3JBbsW6GI8mD_Q\":{\"token\":\"$2a$10$lrmgoj6eVx4pg/d2LxzNPuPUMF1ENeU7M6vkq1ofmPigDt7l9Oc7S\",\"expiry\":1572576953,\"updated_at\":\"2019-10-18 02:55:53 UTC\"}}"], ["updated_at", "2019-10-18 02:55:53.475136"], ["id", 1]]
47933
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47934
- Completed 200 OK in 68ms (Views: 0.2ms | ActiveRecord: 1.1ms | Allocations: 29318)
47935
-  (0.1ms) SELECT COUNT(*) FROM "users"
47936
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:57:32 -0500
47937
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47938
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"shanon.emard@kihn.info\"\n password: \"AbAcRfJfXwT\"\n passwordConfirmation: \"AbAcRfJfXwT\"\n confirmSuccessUrl: \"http://hillsdeckow.co/quinton_hartmann\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47939
-  (0.1ms) SAVEPOINT active_record_1
47940
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "shanon.emard@kihn.info"], ["provider", "email"], ["LIMIT", 1]]
47941
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
47942
- Completed 200 OK in 1350ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 13543)
47943
-  (0.0ms) SELECT COUNT(*) FROM "users"
47944
-  (0.2ms) rollback transaction
47945
-  (1.5ms) SELECT sqlite_version(*)
47946
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47947
-  (0.0ms) SELECT sqlite_version(*)
47948
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47949
-  (0.1ms) begin transaction
47950
-  (0.1ms) SELECT COUNT(*) FROM "users"
47951
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:57:42 -0500
47952
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47953
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"wayne@marks.net\"\n password: \"TnTtTtEoOrKwK\"\n passwordConfirmation: \"TnTtTtEoOrKwK\"\n confirmSuccessUrl: \"http://sauercarroll.biz/orville\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47954
-  (0.1ms) SAVEPOINT active_record_1
47955
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "wayne@marks.net"], ["provider", "email"], ["LIMIT", 1]]
47956
- Guest Create (0.5ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "wayne@marks.net"], ["encrypted_password", "$2a$04$LnVPzh.TDWM/LOtqBTSHKufM7VrIVgYrKa/odu2PntWRm/j.SGeru"], ["email", "wayne@marks.net"], ["created_at", "2019-10-18 02:58:13.105832"], ["updated_at", "2019-10-18 02:58:13.105832"]]
47957
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47958
-  (0.1ms) SAVEPOINT active_record_1
47959
- Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"A-WmADK8Owc9vVAVCv0u8g\":{\"token\":\"$2a$10$RIhB0oSP297OLjFRZ4mrO.b4UAUGv56qXFWHXPLJQOCUcoIbPdAsC\",\"expiry\":1572577105,\"updated_at\":\"2019-10-18 02:58:25 UTC\"}}"], ["updated_at", "2019-10-18 02:58:25.569103"], ["id", 1]]
47960
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47961
- Completed 200 OK in 43187ms (Views: 0.2ms | ActiveRecord: 1.5ms | Allocations: 54038)
47962
-  (0.1ms) SELECT COUNT(*) FROM "users"
47963
-  (0.2ms) rollback transaction
47964
-  (1.5ms) SELECT sqlite_version(*)
47965
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47966
-  (0.0ms) SELECT sqlite_version(*)
47967
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47968
-  (0.1ms) begin transaction
47969
-  (0.1ms) SELECT COUNT(*) FROM "guests"
47970
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:58:40 -0500
47971
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47972
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"nathan@borerschuppe.co\"\n password: \"VhRaL096wW\"\n passwordConfirmation: \"VhRaL096wW\"\n confirmSuccessUrl: \"http://moriette.co/ivory.emmerich\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47973
-  (0.1ms) SAVEPOINT active_record_1
47974
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "nathan@borerschuppe.co"], ["provider", "email"], ["LIMIT", 1]]
47975
- Guest Create (0.6ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "nathan@borerschuppe.co"], ["encrypted_password", "$2a$04$KknfqPJX1wLjv2ubNAWk5ejtAD2I3lES/MVQoL/5vsHAMjdLQhF/a"], ["email", "nathan@borerschuppe.co"], ["created_at", "2019-10-18 02:58:42.961588"], ["updated_at", "2019-10-18 02:58:42.961588"]]
47976
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47977
-  (0.1ms) SAVEPOINT active_record_1
47978
- Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"mk-48CggO2M4d2Jp9pS1-Q\":{\"token\":\"$2a$10$h8cZXBZS5nIF3is8dnRNUe3xYBs5BtzaGCLbGLcpi0U3ZnUG2p7NC\",\"expiry\":1572577124,\"updated_at\":\"2019-10-18 02:58:44 UTC\"}}"], ["updated_at", "2019-10-18 02:58:44.256562"], ["id", 1]]
47979
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47980
- Completed 200 OK in 3476ms (Views: 0.2ms | ActiveRecord: 1.4ms | Allocations: 133420)
47981
-  (0.1ms) SELECT COUNT(*) FROM "guests"
47982
-  (0.2ms) rollback transaction
47983
-  (1.0ms) SELECT sqlite_version(*)
47984
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47257
+  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
47985
47258
   (0.0ms) SELECT sqlite_version(*)
47986
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47987
-  (0.1ms) begin transaction
47988
-  (0.1ms) SELECT COUNT(*) FROM "guests"
47989
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 21:58:59 -0500
47990
- Processing by GraphqlDevise::GraphqlController#auth as HTML
47991
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"coy@oreillycorkery.org\"\n password: \"A6sI55zB1v\"\n passwordConfirmation: \"A6sI55zB1v\"\n confirmSuccessUrl: \"http://mayert.org/diedre_frami\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47992
-  (0.1ms) SAVEPOINT active_record_1
47993
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "coy@oreillycorkery.org"], ["provider", "email"], ["LIMIT", 1]]
47994
- Guest Create (0.4ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "coy@oreillycorkery.org"], ["encrypted_password", "$2a$04$Xp5b.MirQS9c5w3TV7e6fOvB1CgWOPpYTRY4BEe14eCgvhvBp/q/K"], ["email", "coy@oreillycorkery.org"], ["created_at", "2019-10-18 02:58:59.374975"], ["updated_at", "2019-10-18 02:58:59.374975"]]
47995
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47996
-  (0.1ms) SAVEPOINT active_record_1
47997
- Guest Update (0.2ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"jv-Olas9BVkYSqD2Skz9DA\":{\"token\":\"$2a$10$XP6sDqNug6COyRNh9gMq.uiUffGmODbaedUlDbjufSB3Vy16dUL1C\",\"expiry\":1572577139,\"updated_at\":\"2019-10-18 02:58:59 UTC\"}}"], ["updated_at", "2019-10-18 02:58:59.427396"], ["id", 1]]
47998
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47999
- Completed 200 OK in 73ms (Views: 0.2ms | ActiveRecord: 1.1ms | Allocations: 28234)
48000
-  (0.1ms) SELECT COUNT(*) FROM "guests"
48001
-  (0.3ms) rollback transaction
48002
-  (1.4ms) SELECT sqlite_version(*)
48003
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
48004
-  (0.1ms) SELECT sqlite_version(*)
48005
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47259
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
48006
47260
   (0.1ms) begin transaction
48007
47261
   (0.0ms) rollback transaction
48008
47262
   (0.0ms) begin transaction
47263
+  (0.1ms) rollback transaction
47264
+  (0.0ms) begin transaction
48009
47265
   (0.1ms) SAVEPOINT active_record_1
48010
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jeneva_auer@lehner.com"], ["provider", "email"], ["LIMIT", 1]]
48011
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "jeneva_auer@lehner.com"], ["encrypted_password", "$2a$04$fDvG3iBsmmD41GQGju.DN.th.2HgwWjB6tDhdUyV/5JEi/0fYGO.a"], ["confirmed_at", "2019-10-18 03:00:47.159802"], ["name", "Ali Katt"], ["email", "jeneva_auer@lehner.com"], ["created_at", "2019-10-18 03:00:47.161058"], ["updated_at", "2019-10-18 03:00:47.161058"]]
48012
-  (0.0ms) RELEASE SAVEPOINT active_record_1
48013
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47266
+ User Exists? (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "cody@zemlak.com"], ["provider", "email"], ["LIMIT", 1]]
47267
+ User Create (1.6ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "cody@zemlak.com"], ["encrypted_password", "$2a$04$UMcRdXZqysfxT6Am0e3r..oXpcgpfSaDPXSD8KLr/jL0Jof1yM6Ju"], ["confirmed_at", "2019-10-30 02:36:42.464041"], ["name", "Ali Gator"], ["email", "cody@zemlak.com"], ["created_at", "2019-10-30 02:36:42.466006"], ["updated_at", "2019-10-30 02:36:42.466006"]]
47268
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47269
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48014
47270
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48015
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"jeneva_auer@lehner.com\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
48016
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeneva_auer@lehner.com"], ["LIMIT", 1]]
47271
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"cody@zemlak.com\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47272
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cody@zemlak.com"], ["LIMIT", 1]]
48017
47273
   (0.1ms) SAVEPOINT active_record_1
48018
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"9juTz2pmmhkqPLqq1S6rRw\":{\"token\":\"$2a$10$.EdF7Peokfbm5wysUY3Yg.Jwhsey.2IMFzYGmUtWmevLKdONXhK.6\",\"expiry\":1572577247,\"updated_at\":\"2019-10-18 03:00:47 UTC\"}}"], ["updated_at", "2019-10-18 03:00:47.253835"], ["id", 1]]
47274
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"htyf3GUs98VXq_N2ll6pYA\":{\"token\":\"$2a$10$qdXJ0h2zJY7/YQu1.yKqC.u.UFLwBTGud.sRV/HCywtiNDbJqiWya\",\"expiry\":1573612602,\"updated_at\":\"2019-10-30 02:36:42 UTC\"}}"], ["updated_at", "2019-10-30 02:36:42.550735"], ["id", 1]]
48019
47275
   (0.0ms) RELEASE SAVEPOINT active_record_1
48020
47276
   (0.0ms) SAVEPOINT active_record_1
48021
- User Update (0.1ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-10-18 03:00:47.257238"], ["last_sign_in_at", "2019-10-18 03:00:47.257238"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2019-10-18 03:00:47.257482"], ["id", 1]]
47277
+ User Update (0.1ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-10-30 02:36:42.553919"], ["last_sign_in_at", "2019-10-30 02:36:42.553919"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2019-10-30 02:36:42.554139"], ["id", 1]]
48022
47278
   (0.0ms) RELEASE SAVEPOINT active_record_1
48023
47279
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48024
- Completed 200 OK in 80ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 19229)
48025
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48026
-  (0.2ms) rollback transaction
47280
+ Completed 200 OK in 64ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 19293)
47281
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47282
+  (0.3ms) rollback transaction
48027
47283
   (0.0ms) begin transaction
48028
47284
   (0.0ms) SAVEPOINT active_record_1
48029
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "indira@litteltowne.net"], ["provider", "email"], ["LIMIT", 1]]
48030
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "indira@litteltowne.net"], ["encrypted_password", "$2a$04$HsRvPlSEPBocDmJ7Bv4rguZ2Zg2g1kuh.rjc5uS9QYxM9Wm94x8Fu"], ["confirmed_at", "2019-10-18 03:00:47.265259"], ["name", "Artie Choke"], ["email", "indira@litteltowne.net"], ["created_at", "2019-10-18 03:00:47.266071"], ["updated_at", "2019-10-18 03:00:47.266071"]]
48031
-  (0.0ms) RELEASE SAVEPOINT active_record_1
48032
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47285
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "lenny.welch@vandervort.biz"], ["provider", "email"], ["LIMIT", 1]]
47286
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "lenny.welch@vandervort.biz"], ["encrypted_password", "$2a$04$QQ5ghFRMcCZ9cNbMUQqBhugaznNiSjZRN5712TkKdUhkC23zW.jru"], ["confirmed_at", "2019-10-30 02:36:42.563206"], ["name", "Stu Pitt"], ["email", "lenny.welch@vandervort.biz"], ["created_at", "2019-10-30 02:36:42.564029"], ["updated_at", "2019-10-30 02:36:42.564029"]]
47287
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47288
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48033
47289
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48034
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"indira@litteltowne.net\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
48035
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "indira@litteltowne.net"], ["LIMIT", 1]]
47290
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"lenny.welch@vandervort.biz\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47291
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lenny.welch@vandervort.biz"], ["LIMIT", 1]]
48036
47292
  User Update All (0.1ms) UPDATE "users" SET "failed_attempts" = COALESCE("failed_attempts", 0) + ? WHERE "users"."id" = ? [["failed_attempts", 1], ["id", 1]]
48037
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48038
- Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 2042)
47293
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47294
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 2044)
48039
47295
   (0.3ms) rollback transaction
48040
47296
   (0.0ms) begin transaction
48041
47297
   (0.0ms) SAVEPOINT active_record_1
48042
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "wes_mraz@corwinnitzsche.biz"], ["provider", "email"], ["LIMIT", 1]]
48043
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "wes_mraz@corwinnitzsche.biz"], ["encrypted_password", "$2a$04$kb/9KBK8Yk.jZyO6Z.GJ5OvMPkhzoXQPHON0uUjXIxnOL8fdhLLQO"], ["confirmation_token", "QxESdZCz9e-Aua8Dpw7f"], ["confirmation_sent_at", "2019-10-18 03:00:47.277360"], ["name", "Amanda Lynn"], ["email", "wes_mraz@corwinnitzsche.biz"], ["created_at", "2019-10-18 03:00:47.277267"], ["updated_at", "2019-10-18 03:00:47.277267"]]
47298
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "scott.stokes@cremin.com"], ["provider", "email"], ["LIMIT", 1]]
47299
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "scott.stokes@cremin.com"], ["encrypted_password", "$2a$04$G4/UYjggqu5K/R4Io7jEL.crs4nEVG9vJu4tsgN8AEpOKOwIbRTXW"], ["confirmation_token", "DmCeLycwQacy_A4giJ1j"], ["confirmation_sent_at", "2019-10-30 02:36:42.573981"], ["name", "Reed Toomey"], ["email", "scott.stokes@cremin.com"], ["created_at", "2019-10-30 02:36:42.573905"], ["updated_at", "2019-10-30 02:36:42.573905"]]
48044
47300
   (0.0ms) RELEASE SAVEPOINT active_record_1
48045
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47301
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48046
47302
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48047
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"wes_mraz@corwinnitzsche.biz\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
48048
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wes_mraz@corwinnitzsche.biz"], ["LIMIT", 1]]
48049
- Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1363)
47303
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"scott.stokes@cremin.com\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47304
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "scott.stokes@cremin.com"], ["LIMIT", 1]]
47305
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1362)
48050
47306
   (0.3ms) rollback transaction
48051
-  (0.1ms) begin transaction
48052
-  (0.1ms) SAVEPOINT active_record_1
48053
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jeffie@rathkling.io"], ["provider", "email"], ["LIMIT", 1]]
48054
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "locked_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "jeffie@rathkling.io"], ["encrypted_password", "$2a$04$B/XK2ost5TdNqq7myGk9xuETKZVdydw/e7QjbY/5R4i8ejHnRYmnS"], ["confirmed_at", "2019-10-18 03:00:47.285844"], ["locked_at", "2019-10-18 03:00:47.285891"], ["name", "Joaquin DeFlores"], ["email", "jeffie@rathkling.io"], ["created_at", "2019-10-18 03:00:47.287084"], ["updated_at", "2019-10-18 03:00:47.287084"]]
48055
-  (0.1ms) RELEASE SAVEPOINT active_record_1
48056
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47307
+  (0.0ms) begin transaction
47308
+  (0.0ms) SAVEPOINT active_record_1
47309
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "dominique.bechtelar@simonis.com"], ["provider", "email"], ["LIMIT", 1]]
47310
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "locked_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "dominique.bechtelar@simonis.com"], ["encrypted_password", "$2a$04$CQTGJWt26oPISgcGxGjJfezAhq2NmzEG/EBvU3qxt6Y3BUsrKUvRm"], ["confirmed_at", "2019-10-30 02:36:42.580597"], ["locked_at", "2019-10-30 02:36:42.580608"], ["name", "Samson Night"], ["email", "dominique.bechtelar@simonis.com"], ["created_at", "2019-10-30 02:36:42.581454"], ["updated_at", "2019-10-30 02:36:42.581454"]]
47311
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47312
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48057
47313
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48058
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"jeffie@rathkling.io\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
48059
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeffie@rathkling.io"], ["LIMIT", 1]]
47314
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"dominique.bechtelar@simonis.com\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47315
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dominique.bechtelar@simonis.com"], ["LIMIT", 1]]
48060
47316
  Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1381)
48061
-  (0.4ms) rollback transaction
48062
-  (0.1ms) begin transaction
47317
+  (0.3ms) rollback transaction
47318
+  (0.0ms) begin transaction
48063
47319
   (0.1ms) SAVEPOINT active_record_1
48064
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "pat@tremblayquigley.com"], ["provider", "email"], ["LIMIT", 1]]
48065
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at", "auth_available") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "pat@tremblayquigley.com"], ["encrypted_password", "$2a$04$wkz/CeiNopMoZRAYrNRemeS6Riu2f8NyJxJImoutSraZcUlgAS7jG"], ["confirmed_at", "2019-10-18 03:00:47.296538"], ["name", "Marge Innastraightline"], ["email", "pat@tremblayquigley.com"], ["created_at", "2019-10-18 03:00:47.297899"], ["updated_at", "2019-10-18 03:00:47.297899"], ["auth_available", 0]]
48066
-  (0.1ms) RELEASE SAVEPOINT active_record_1
48067
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47320
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "donnell@ratkewilliamson.name"], ["provider", "email"], ["LIMIT", 1]]
47321
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at", "auth_available") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "donnell@ratkewilliamson.name"], ["encrypted_password", "$2a$04$ej/YL1jzSO4SkXJOI27r0OVz6yPOiC99nrtNEUTdsSn6c7gjbp7Ji"], ["confirmed_at", "2019-10-30 02:36:42.588742"], ["name", "Art Major"], ["email", "donnell@ratkewilliamson.name"], ["created_at", "2019-10-30 02:36:42.589705"], ["updated_at", "2019-10-30 02:36:42.589705"], ["auth_available", 0]]
47322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47323
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48068
47324
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48069
- Parameters: {"query"=>" mutation {\n userLogin(\n email: \"pat@tremblayquigley.com\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
48070
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pat@tremblayquigley.com"], ["LIMIT", 1]]
47325
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"donnell@ratkewilliamson.name\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
47326
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donnell@ratkewilliamson.name"], ["LIMIT", 1]]
48071
47327
  Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1359)
48072
-  (0.4ms) rollback transaction
48073
-  (0.1ms) begin transaction
47328
+  (0.3ms) rollback transaction
47329
+  (0.0ms) begin transaction
48074
47330
   (0.1ms) SAVEPOINT active_record_1
48075
- Admin Exists? (0.1ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "landon_kshlerin@reichertgusikowski.com"], ["provider", "email"], ["LIMIT", 1]]
48076
- Admin Create (0.5ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "landon_kshlerin@reichertgusikowski.com"], ["encrypted_password", "$2a$04$xilRqO9qsl74HYSXooHIregycGpagfYhJlU3xZoV8alBOzwUHaCxG"], ["confirmed_at", "2019-10-18 03:00:47.321047"], ["email", "landon_kshlerin@reichertgusikowski.com"], ["created_at", "2019-10-18 03:00:47.322600"], ["updated_at", "2019-10-18 03:00:47.322600"]]
48077
-  (0.1ms) RELEASE SAVEPOINT active_record_1
48078
- Started POST "/api/v1/admin/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47331
+ Admin Exists? (0.3ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "towanda@schimmel.org"], ["provider", "email"], ["LIMIT", 1]]
47332
+ Admin Create (0.7ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "towanda@schimmel.org"], ["encrypted_password", "$2a$04$OXCko4.mIDajsRgy5b/NpuQB.9pSHitua5OOUeCwQ0Xcv0pnX.GCy"], ["confirmed_at", "2019-10-30 02:36:42.607629"], ["email", "towanda@schimmel.org"], ["created_at", "2019-10-30 02:36:42.609064"], ["updated_at", "2019-10-30 02:36:42.609064"]]
47333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47334
+ Started POST "/api/v1/admin/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48079
47335
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48080
- Parameters: {"query"=>" mutation {\n adminLogin(\n email: \"landon_kshlerin@reichertgusikowski.com\",\n password: \"12345678\"\n ) {\n authenticable { email customField }\n }\n }\n"}
48081
- Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? LIMIT ? [["email", "landon_kshlerin@reichertgusikowski.com"], ["LIMIT", 1]]
47336
+ Parameters: {"query"=>" mutation {\n adminLogin(\n email: \"towanda@schimmel.org\",\n password: \"12345678\"\n ) {\n authenticable { email customField }\n }\n }\n"}
47337
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? LIMIT ? [["email", "towanda@schimmel.org"], ["LIMIT", 1]]
48082
47338
   (0.1ms) SAVEPOINT active_record_1
48083
- Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"9el5mo6IjKr2IXJ-LsMskw\":{\"token\":\"$2a$10$VyOHqXj2Y2RwL6QWRzHTU.YKpN.v8v/Yf2jcb1fLDnSa9YE0cKha.\",\"expiry\":1572577247,\"updated_at\":\"2019-10-18 03:00:47 UTC\"}}"], ["updated_at", "2019-10-18 03:00:47.385209"], ["id", 1]]
47339
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"cUPE8_S-JhoCURy4MP4rxg\":{\"token\":\"$2a$10$9Azprjsvb4Kr65OH5lGwNemp337LGNBNAMNIAsZK7yyK17CV4VWPS\",\"expiry\":1573612602,\"updated_at\":\"2019-10-30 02:36:42 UTC\"}}"], ["updated_at", "2019-10-30 02:36:42.671226"], ["id", 1]]
48084
47340
   (0.0ms) RELEASE SAVEPOINT active_record_1
48085
- Completed 200 OK in 62ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2404)
48086
-  (0.4ms) rollback transaction
47341
+ Completed 200 OK in 62ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 2402)
47342
+  (0.5ms) rollback transaction
48087
47343
   (0.0ms) begin transaction
48088
47344
   (0.1ms) SAVEPOINT active_record_1
48089
- Guest Exists? (0.2ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "arden@gleichner.name"], ["provider", "email"], ["LIMIT", 1]]
48090
- Guest Create (0.7ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "arden@gleichner.name"], ["encrypted_password", "$2a$04$9ZxWb/6aa3S8GAqSxM5KKuw1Yw2ijl2dl8kd1v1rtHmFnXXpmC50W"], ["confirmed_at", "2019-10-18 03:00:47.400480"], ["email", "arden@gleichner.name"], ["created_at", "2019-10-18 03:00:47.402792"], ["updated_at", "2019-10-18 03:00:47.402792"]]
48091
-  (0.1ms) RELEASE SAVEPOINT active_record_1
48092
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47345
+ Guest Exists? (0.3ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "augustus.fay@goodwin.name"], ["provider", "email"], ["LIMIT", 1]]
47346
+ Guest Create (0.9ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "augustus.fay@goodwin.name"], ["encrypted_password", "$2a$04$cRyooUesPcbGS4xeu6Dss.k4fzBSvOi8j3eDyfWfWhZBEMQHO6bRe"], ["confirmed_at", "2019-10-30 02:36:42.686467"], ["email", "augustus.fay@goodwin.name"], ["created_at", "2019-10-30 02:36:42.688008"], ["updated_at", "2019-10-30 02:36:42.688008"]]
47347
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47348
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48093
47349
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48094
- Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"arden@gleichner.name\",\n password: \"12345678\"\n ) {\n authenticable { email }\n }\n }\n"}
48095
- Guest Load (0.2ms) SELECT "guests".* FROM "guests" WHERE "guests"."email" = ? LIMIT ? [["email", "arden@gleichner.name"], ["LIMIT", 1]]
47350
+ Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"augustus.fay@goodwin.name\",\n password: \"12345678\"\n ) {\n authenticable { email }\n }\n }\n"}
47351
+ Guest Load (0.1ms) SELECT "guests".* FROM "guests" WHERE "guests"."email" = ? LIMIT ? [["email", "augustus.fay@goodwin.name"], ["LIMIT", 1]]
48096
47352
   (0.1ms) SAVEPOINT active_record_1
48097
- Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"gbWhywc7Q25-5vycaWhm-g\":{\"token\":\"$2a$10$B4MJAieBq35bJGsSNbFJgO.fA4zxHglv3QHeCX.Rkc8QE0SRTmeVS\",\"expiry\":1572577247,\"updated_at\":\"2019-10-18 03:00:47 UTC\"}}"], ["updated_at", "2019-10-18 03:00:47.463057"], ["id", 1]]
47353
+ Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"cp1SCc2XmlUhS1ZZzSQrXA\":{\"token\":\"$2a$10$fM.y/luP7ha7WbvM5v9zNOC.lN0sYnOZpue.xmt2N5KX2yiKqHm9O\",\"expiry\":1573612602,\"updated_at\":\"2019-10-30 02:36:42 UTC\"}}"], ["updated_at", "2019-10-30 02:36:42.750476"], ["id", 1]]
48098
47354
   (0.0ms) RELEASE SAVEPOINT active_record_1
48099
- Completed 200 OK in 58ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 2273)
48100
-  (0.3ms) rollback transaction
48101
-  (0.0ms) begin transaction
48102
-  (0.0ms) SAVEPOINT active_record_1
48103
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "raul@koelpinweinat.name"], ["provider", "email"], ["LIMIT", 1]]
48104
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "raul@koelpinweinat.name"], ["encrypted_password", "$2a$04$r8VbmbU4fzq/zUefMAQKWuwGat5kcP60h7TMwVgIOGKC0KA7tT9KG"], ["confirmed_at", "2019-10-18 03:00:47.467345"], ["name", "Cole Durkee"], ["email", "raul@koelpinweinat.name"], ["created_at", "2019-10-18 03:00:47.468186"], ["updated_at", "2019-10-18 03:00:47.468186"]]
47355
+ Completed 200 OK in 62ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 2275)
47356
+  (0.5ms) rollback transaction
47357
+  (0.1ms) begin transaction
47358
+  (0.1ms) SAVEPOINT active_record_1
47359
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ardell@brekke.com"], ["provider", "email"], ["LIMIT", 1]]
47360
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "ardell@brekke.com"], ["encrypted_password", "$2a$04$Vo8.WL/TR/VhBeEMCBk8Iu8TcT8IHEUn3Ols7oFsJnK0xZEcidPy2"], ["confirmed_at", "2019-10-30 02:36:42.756588"], ["name", "Wayne Deer"], ["email", "ardell@brekke.com"], ["created_at", "2019-10-30 02:36:42.757824"], ["updated_at", "2019-10-30 02:36:42.757824"]]
48105
47361
   (0.0ms) RELEASE SAVEPOINT active_record_1
48106
47362
   (0.1ms) SAVEPOINT active_record_1
48107
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Zheuf0CARZP0MwNARCwUAA\":{\"token\":\"$2a$10$N2.0N/vNZd/luCaNWIAyiOK/3zb0Rld9RB0eXHNbTUQzcwvesq3Yu\",\"expiry\":1572577247,\"updated_at\":\"2019-10-18 03:00:47 UTC\"}}"], ["updated_at", "2019-10-18 03:00:47.518216"], ["id", 1]]
47363
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"PPvqaVm-2Kv5oqi_c6yPfw\":{\"token\":\"$2a$10$KYQIL/tsnpl1CaC.oMz2ju4VjFmBbLQa3ZCCbBXeqd8wOBjqv5Kje\",\"expiry\":1573612602,\"updated_at\":\"2019-10-30 02:36:42 UTC\"}}"], ["updated_at", "2019-10-30 02:36:42.813914"], ["id", 1]]
48108
47364
   (0.0ms) RELEASE SAVEPOINT active_record_1
48109
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47365
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48110
47366
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48111
47367
  Parameters: {"query"=>" mutation {\n userLogout {\n authenticable { email }\n }\n }\n"}
48112
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "raul@koelpinweinat.name"], ["LIMIT", 1]]
47368
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "ardell@brekke.com"], ["LIMIT", 1]]
48113
47369
   (0.1ms) SAVEPOINT active_record_1
48114
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", nil], ["updated_at", "2019-10-18 03:00:47.568453"], ["id", 1]]
47370
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", nil], ["updated_at", "2019-10-30 02:36:42.866888"], ["id", 1]]
48115
47371
   (0.0ms) RELEASE SAVEPOINT active_record_1
48116
- Completed 200 OK in 49ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1896)
47372
+ Completed 200 OK in 52ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 1896)
48117
47373
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48118
47374
   (0.6ms) rollback transaction
48119
-  (0.1ms) begin transaction
48120
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47375
+  (0.0ms) begin transaction
47376
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48121
47377
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48122
47378
  Parameters: {"query"=>" mutation {\n userLogout {\n authenticable { email }\n }\n }\n"}
48123
- Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 957)
48124
-  (0.1ms) SAVEPOINT active_record_1
48125
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "rebeca_gottlieb@becker.org"], ["provider", "email"], ["LIMIT", 1]]
48126
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "rebeca_gottlieb@becker.org"], ["encrypted_password", "$2a$04$mmI09aXFfetNqKUGnzbF2uagl/Iq35mxAgnE1DJB7iObmkAZu.5t2"], ["confirmed_at", "2019-10-18 03:00:47.578713"], ["name", "Mel Function"], ["email", "rebeca_gottlieb@becker.org"], ["created_at", "2019-10-18 03:00:47.579835"], ["updated_at", "2019-10-18 03:00:47.579835"]]
48127
-  (0.1ms) RELEASE SAVEPOINT active_record_1
48128
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48129
-  (0.6ms) rollback transaction
48130
-  (0.1ms) begin transaction
48131
-  (0.1ms) SAVEPOINT active_record_1
48132
- Admin Exists? (0.2ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "harland@lemke.biz"], ["provider", "email"], ["LIMIT", 1]]
48133
- Admin Create (0.4ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "harland@lemke.biz"], ["encrypted_password", "$2a$04$ASqWt0EMhpPEuIHGA/iHRuiq3n4oC2gP5vwPRtxV7BD9NWeYVxepm"], ["confirmed_at", "2019-10-18 03:00:47.588042"], ["email", "harland@lemke.biz"], ["created_at", "2019-10-18 03:00:47.589531"], ["updated_at", "2019-10-18 03:00:47.589531"]]
47379
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 957)
47380
+  (0.0ms) SAVEPOINT active_record_1
47381
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "beie_ondricka@lehnerullrich.org"], ["provider", "email"], ["LIMIT", 1]]
47382
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "beie_ondricka@lehnerullrich.org"], ["encrypted_password", "$2a$04$RA1pNVyQgqj0WwAzgmHLMejyk1JVVM4KdFzz8DMGfGP12DabT3wJS"], ["confirmed_at", "2019-10-30 02:36:42.874023"], ["name", "Ali Gaither"], ["email", "beie_ondricka@lehnerullrich.org"], ["created_at", "2019-10-30 02:36:42.874757"], ["updated_at", "2019-10-30 02:36:42.874757"]]
47383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47384
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47385
+  (0.2ms) rollback transaction
47386
+  (0.0ms) begin transaction
47387
+  (0.0ms) SAVEPOINT active_record_1
47388
+ Admin Exists? (0.1ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "gary.orn@doylegleason.name"], ["provider", "email"], ["LIMIT", 1]]
47389
+ Admin Create (0.3ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "gary.orn@doylegleason.name"], ["encrypted_password", "$2a$04$NtgseaSw22QSrdg/yD/aJ.KAdA2Z82oI1hamDULhZ5xC4SydcfD7e"], ["confirmed_at", "2019-10-30 02:36:42.878129"], ["email", "gary.orn@doylegleason.name"], ["created_at", "2019-10-30 02:36:42.878912"], ["updated_at", "2019-10-30 02:36:42.878912"]]
48134
47390
   (0.0ms) RELEASE SAVEPOINT active_record_1
48135
47391
   (0.1ms) SAVEPOINT active_record_1
48136
- Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"AjdIa7hWlUaGr28uTL2o5g\":{\"token\":\"$2a$10$hiNR4XksfcztIq49052gbuoBayur2BrSlBrM5qo7vgU2J5VWcpTSG\",\"expiry\":1572577247,\"updated_at\":\"2019-10-18 03:00:47 UTC\"}}"], ["updated_at", "2019-10-18 03:00:47.644670"], ["id", 1]]
47392
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"djWHGGXzded0ZL1jkyMs_Q\":{\"token\":\"$2a$10$qkLLdXkIlBD6meCH5.ZVIeDd0zEYSR5m7IMiXH.4YUgbVcgNCmm5m\",\"expiry\":1573612602,\"updated_at\":\"2019-10-30 02:36:42 UTC\"}}"], ["updated_at", "2019-10-30 02:36:42.929142"], ["id", 1]]
48137
47393
   (0.0ms) RELEASE SAVEPOINT active_record_1
48138
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47394
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48139
47395
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48140
47396
  Parameters: {"query"=>" mutation {\n adminLogout {\n authenticable { email }\n }\n }\n"}
48141
- Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."uid" = ? LIMIT ? [["uid", "harland@lemke.biz"], ["LIMIT", 1]]
47397
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."uid" = ? LIMIT ? [["uid", "gary.orn@doylegleason.name"], ["LIMIT", 1]]
48142
47398
   (0.1ms) SAVEPOINT active_record_1
48143
- Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", nil], ["updated_at", "2019-10-18 03:00:47.694370"], ["id", 1]]
47399
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", nil], ["updated_at", "2019-10-30 02:36:42.979987"], ["id", 1]]
48144
47400
   (0.0ms) RELEASE SAVEPOINT active_record_1
48145
- Completed 200 OK in 49ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 1825)
47401
+ Completed 200 OK in 50ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 1827)
48146
47402
  Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48147
-  (0.6ms) rollback transaction
47403
+  (0.5ms) rollback transaction
48148
47404
   (0.0ms) begin transaction
48149
47405
   (0.1ms) SAVEPOINT active_record_1
48150
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "anneliese@saueremmerich.com"], ["provider", "email"], ["LIMIT", 1]]
48151
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "anneliese@saueremmerich.com"], ["encrypted_password", "$2a$04$UIEHInTBWwb/pe2Iij.Axu9nsZrcPWRZXOVHAp2GOzwHxpzDoSL0u"], ["confirmed_at", "2019-10-18 03:00:47.702239"], ["name", "Juana Bea"], ["email", "anneliese@saueremmerich.com"], ["created_at", "2019-10-18 03:00:47.703712"], ["updated_at", "2019-10-18 03:00:47.703712"]]
48152
-  (0.1ms) RELEASE SAVEPOINT active_record_1
48153
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47406
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "terrell.kozey@hickle.com"], ["provider", "email"], ["LIMIT", 1]]
47407
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "terrell.kozey@hickle.com"], ["encrypted_password", "$2a$04$ZmK4MIcspVXeY7X.c9CSeufFV682XlLKci/JNySz7dzFfWhen/7KC"], ["confirmed_at", "2019-10-30 02:36:42.987797"], ["name", "Eddie Bull"], ["email", "terrell.kozey@hickle.com"], ["created_at", "2019-10-30 02:36:42.988821"], ["updated_at", "2019-10-30 02:36:42.988821"]]
47408
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47409
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:42 -0500
48154
47410
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48155
- Parameters: {"query"=>" mutation {\n userSendResetPassword(\n email: \"anneliese@saueremmerich.com\",\n redirectUrl: \"http://hackett.name/drema\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
48156
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "anneliese@saueremmerich.com"], ["provider", "email"], ["LIMIT", 1]]
48157
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "ea7dcf866188658b7d88cb1727ad9aa5f70641f6683afc25872d966e533d3414"], ["LIMIT", 1]]
47411
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"terrell.kozey@hickle.com\",\n redirectUrl: \"http://nienow.io/bo.johnson\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47412
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "terrell.kozey@hickle.com"], ["provider", "email"], ["LIMIT", 1]]
47413
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "90e828036bb15358b498a0338f7e419be6b19fe99c674e281ebde34d5ae6b269"], ["LIMIT", 1]]
48158
47414
   (0.0ms) SAVEPOINT active_record_1
48159
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "ea7dcf866188658b7d88cb1727ad9aa5f70641f6683afc25872d966e533d3414"], ["reset_password_sent_at", "2019-10-18 03:00:47.793072"], ["updated_at", "2019-10-18 03:00:47.793225"], ["id", 1]]
48160
-  (0.0ms) RELEASE SAVEPOINT active_record_1
47415
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "90e828036bb15358b498a0338f7e419be6b19fe99c674e281ebde34d5ae6b269"], ["reset_password_sent_at", "2019-10-30 02:36:43.079900"], ["updated_at", "2019-10-30 02:36:43.080059"], ["id", 1]]
47416
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48161
47417
  Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb
48162
- Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb (Duration: 1.7ms | Allocations: 1308)
48163
- Devise::Mailer#reset_password_instructions: processed outbound mail in 111.6ms
48164
- Delivered mail 5da92adfddbab_1e803fe85e02bfd0757f8@Marios-MacBook-Pro.local.mail (4.6ms)
48165
- Date: Thu, 17 Oct 2019 22:00:47 -0500
47418
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb (Duration: 2.5ms | Allocations: 1308)
47419
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 142.6ms
47420
+ Delivered mail 5db8f73b3b500_5ee43fd82302bfd0917e5@Marios-MacBook-Pro.local.mail (6.9ms)
47421
+ Date: Tue, 29 Oct 2019 21:36:43 -0500
48166
47422
  From: please-change-me-at-config-initializers-devise@example.com
48167
47423
  Reply-To: please-change-me-at-config-initializers-devise@example.com
48168
- To: anneliese@saueremmerich.com
48169
- Message-ID: <5da92adfddbab_1e803fe85e02bfd0757f8@Marios-MacBook-Pro.local.mail>
47424
+ To: terrell.kozey@hickle.com
47425
+ Message-ID: <5db8f73b3b500_5ee43fd82302bfd0917e5@Marios-MacBook-Pro.local.mail>
48170
47426
  Subject: Reset password instructions
48171
47427
  Mime-Version: 1.0
48172
47428
  Content-Type: text/html;
48173
47429
  charset=UTF-8
48174
47430
  Content-Transfer-Encoding: 7bit
48175
- email: anneliese@saueremmerich.com
47431
+ email: terrell.kozey@hickle.com
48176
47432
  provider: email
48177
- redirect-url: http://hackett.name/drema
47433
+ redirect-url: http://nienow.io/bo.johnson
48178
47434
  client-config: default
48179
47435
 
48180
- <p>Hello anneliese@saueremmerich.com!</p>
47436
+ <p>Hello terrell.kozey@hickle.com!</p>
48181
47437
 
48182
47438
  <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.reset_password_instructions.request_reset_link_msg">Request Reset Link Msg</span></p>
48183
47439
 
48184
- <p><a href="http://localhost:3000/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserCheckPasswordToken%28resetPasswordToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&amp;variables%5BredirectUrl%5D=http%3A%2F%2Fhackett.name%2Fdrema&amp;variables%5Btoken%5D=PtQuhUkQyLzd3Jrvr2u7"><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.reset_password_instructions.password_change_link">Password Change Link</span></a></p>
47440
+ <p><a href="http://localhost:3000/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserCheckPasswordToken%28resetPasswordToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&amp;variables%5BredirectUrl%5D=http%3A%2F%2Fnienow.io%2Fbo.johnson&amp;variables%5Btoken%5D=eautu5H_h8x6xc25eEPh"><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.reset_password_instructions.password_change_link">Password Change Link</span></a></p>
48185
47441
 
48186
47442
  <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.reset_password_instructions.ignore_mail_msg">Ignore Mail Msg</span></p>
48187
47443
  <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.reset_password_instructions.no_changes_msg">No Changes Msg</span></p>
48188
47444
 
48189
- Completed 200 OK in 204ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 67764)
48190
- Started GET "/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserCheckPasswordToken%28resetPasswordToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&variables%5BredirectUrl%5D=http%3A%2F%2Fhackett.name%2Fdrema&variables%5Btoken%5D=PtQuhUkQyLzd3Jrvr2u7" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47445
+ Completed 200 OK in 256ms (Views: 0.3ms | ActiveRecord: 0.5ms | Allocations: 67766)
47446
+ Started GET "/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserCheckPasswordToken%28resetPasswordToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&variables%5BredirectUrl%5D=http%3A%2F%2Fnienow.io%2Fbo.johnson&variables%5Btoken%5D=eautu5H_h8x6xc25eEPh" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48191
47447
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48192
- Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userCheckPasswordToken(resetPasswordToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://hackett.name/drema", "token"=>"PtQuhUkQyLzd3Jrvr2u7"}}
48193
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "ea7dcf866188658b7d88cb1727ad9aa5f70641f6683afc25872d966e533d3414"], ["LIMIT", 1]]
47448
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userCheckPasswordToken(resetPasswordToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://nienow.io/bo.johnson", "token"=>"eautu5H_h8x6xc25eEPh"}}
47449
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "90e828036bb15358b498a0338f7e419be6b19fe99c674e281ebde34d5ae6b269"], ["LIMIT", 1]]
48194
47450
   (0.0ms) SAVEPOINT active_record_1
48195
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"qHfvKhrW6yCXnx_BhEzbTg\":{\"token\":\"$2a$10$LKl1/qVcVCa7Lyim2t9fVew1Sq4Kps8t2hZxy8odunQ1gj3lAaGw2\",\"expiry\":1572577247}}"], ["allow_password_change", 1], ["updated_at", "2019-10-18 03:00:47.955529"], ["id", 1]]
47451
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"HriRiL2zDsk_epHwQTi0ng\":{\"token\":\"$2a$10$L0SQQkoix35u.1HSzdfO7eYTBNzwTmm9bjoi8UHUyEANl/1jxuexi\",\"expiry\":1573612603}}"], ["allow_password_change", 1], ["updated_at", "2019-10-30 02:36:43.299165"], ["id", 1]]
48196
47452
   (0.0ms) RELEASE SAVEPOINT active_record_1
48197
- Redirected to http://hackett.name/drema?access-token=X8j6SCWJXBYCgx5-gIu4kw&client=qHfvKhrW6yCXnx_BhEzbTg&client_id=qHfvKhrW6yCXnx_BhEzbTg&config=&expiry=1572577247&reset_password=true&token=X8j6SCWJXBYCgx5-gIu4kw&uid=anneliese%40saueremmerich.com
48198
- Completed 302 Found in 44ms (ActiveRecord: 0.2ms | Allocations: 2147)
47453
+ Redirected to http://nienow.io/bo.johnson?access-token=2tXjnZnqM2PH1uy6CPMwXw&client=HriRiL2zDsk_epHwQTi0ng&client_id=HriRiL2zDsk_epHwQTi0ng&config=&expiry=1573612603&reset_password=true&token=2tXjnZnqM2PH1uy6CPMwXw&uid=terrell.kozey%40hickle.com
47454
+ Completed 302 Found in 47ms (ActiveRecord: 0.2ms | Allocations: 2147)
48199
47455
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48200
-  (0.7ms) rollback transaction
48201
-  (0.1ms) begin transaction
48202
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47456
+  (0.2ms) rollback transaction
47457
+  (0.0ms) begin transaction
47458
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48203
47459
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48204
- Parameters: {"query"=>" mutation {\n userSendResetPassword(\n email: \"nothere@gmail.com\",\n redirectUrl: \"http://langworth.io/florencio\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47460
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"nothere@gmail.com\",\n redirectUrl: \"http://schuster.org/cristobal\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
48205
47461
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
48206
- Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1205)
47462
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1205)
48207
47463
   (0.0ms) rollback transaction
48208
47464
   (0.0ms) begin transaction
48209
47465
   (0.1ms) SELECT COUNT(*) FROM "users"
48210
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47466
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48211
47467
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48212
- Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"ayana.waelchi@kubschmitt.io\"\n name: \"Remedios Gerlach DDS\"\n password: \"2H1lS7rL1gYw\"\n passwordConfirmation: \"2H1lS7rL1gYw\"\n confirmSuccessUrl: \"http://veumreynolds.co/lucius_frami\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
48213
-  (0.1ms) SAVEPOINT active_record_1
48214
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ayana.waelchi@kubschmitt.io"], ["provider", "email"], ["LIMIT", 1]]
48215
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "ayana.waelchi@kubschmitt.io"], ["encrypted_password", "$2a$04$YRsIl1GYVTSfsn4k2ROj.eoIO95paZxVerUlaTRbdmj1DsTlnWJoa"], ["confirmation_token", "jsS12FEtdmZ2B9ExXw48"], ["confirmation_sent_at", "2019-10-18 03:00:47.970685"], ["name", "Remedios Gerlach DDS"], ["email", "ayana.waelchi@kubschmitt.io"], ["created_at", "2019-10-18 03:00:47.970589"], ["updated_at", "2019-10-18 03:00:47.970589"]]
47468
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"emile.kris@gottlieb.org\"\n name: \"Johnathon Heidenreich\"\n password: \"5NiJk5MiD09\"\n passwordConfirmation: \"5NiJk5MiD09\"\n confirmSuccessUrl: \"http://kulasjacobs.co/verona_mante\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
47469
+  (0.0ms) SAVEPOINT active_record_1
47470
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "emile.kris@gottlieb.org"], ["provider", "email"], ["LIMIT", 1]]
47471
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "emile.kris@gottlieb.org"], ["encrypted_password", "$2a$04$mA3RXrXJQDl50yqvcqvPL.B9CEHsNAq.WarHc1GqpK93ACilu2OI6"], ["confirmation_token", "dScUEtS9fLbEeoMvyHUF"], ["confirmation_sent_at", "2019-10-30 02:36:43.309825"], ["name", "Johnathon Heidenreich"], ["email", "emile.kris@gottlieb.org"], ["created_at", "2019-10-30 02:36:43.309767"], ["updated_at", "2019-10-30 02:36:43.309767"]]
48216
47472
   (0.0ms) RELEASE SAVEPOINT active_record_1
48217
47473
  Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
48218
- Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.9ms | Allocations: 581)
48219
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.6ms
48220
- Delivered mail 5da92adfee062_1e803fe85e02bfd075820@Marios-MacBook-Pro.local.mail (1.2ms)
48221
- Date: Thu, 17 Oct 2019 22:00:47 -0500
47474
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.8ms | Allocations: 581)
47475
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 1.8ms
47476
+ Delivered mail 5db8f73b4c625_5ee43fd82302bfd091883@Marios-MacBook-Pro.local.mail (0.9ms)
47477
+ Date: Tue, 29 Oct 2019 21:36:43 -0500
48222
47478
  From: please-change-me-at-config-initializers-devise@example.com
48223
47479
  Reply-To: please-change-me-at-config-initializers-devise@example.com
48224
- To: ayana.waelchi@kubschmitt.io
48225
- Message-ID: <5da92adfee062_1e803fe85e02bfd075820@Marios-MacBook-Pro.local.mail>
47480
+ To: emile.kris@gottlieb.org
47481
+ Message-ID: <5db8f73b4c625_5ee43fd82302bfd091883@Marios-MacBook-Pro.local.mail>
48226
47482
  Subject: Confirmation instructions
48227
47483
  Mime-Version: 1.0
48228
47484
  Content-Type: text/html;
48229
47485
  charset=UTF-8
48230
47486
  Content-Transfer-Encoding: 7bit
48231
- redirect-url: http://veumreynolds.co/lucius_frami
47487
+ redirect-url: http://kulasjacobs.co/verona_mante
48232
47488
  client-config: default
48233
47489
 
48234
- <p>Welcome ayana.waelchi@kubschmitt.io!</p>
47490
+ <p>Welcome emile.kris@gottlieb.org!</p>
48235
47491
 
48236
47492
  <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_link_msg">Confirm Link Msg</span> </p>
48237
47493
 
48238
- <p><a href="http://localhost:3000/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserConfirmAccount%28confirmationToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&amp;variables%5BredirectUrl%5D=http%3A%2F%2Fveumreynolds.co%2Flucius_frami&amp;variables%5Btoken%5D=jsS12FEtdmZ2B9ExXw48"><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_account_link">Confirm Account Link</span></a></p>
47494
+ <p><a href="http://localhost:3000/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserConfirmAccount%28confirmationToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&amp;variables%5BredirectUrl%5D=http%3A%2F%2Fkulasjacobs.co%2Fverona_mante&amp;variables%5Btoken%5D=dScUEtS9fLbEeoMvyHUF"><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_account_link">Confirm Account Link</span></a></p>
48239
47495
 
48240
- Completed 200 OK in 10ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 5454)
48241
-  (0.1ms) SELECT COUNT(*) FROM "users"
48242
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
48243
- Started GET "/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserConfirmAccount%28confirmationToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&variables%5BredirectUrl%5D=http%3A%2F%2Fveumreynolds.co%2Flucius_frami&variables%5Btoken%5D=jsS12FEtdmZ2B9ExXw48" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47496
+ Completed 200 OK in 7ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 5453)
47497
+  (0.0ms) SELECT COUNT(*) FROM "users"
47498
+ User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
47499
+ Started GET "/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserConfirmAccount%28confirmationToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&variables%5BredirectUrl%5D=http%3A%2F%2Fkulasjacobs.co%2Fverona_mante&variables%5Btoken%5D=dScUEtS9fLbEeoMvyHUF" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48244
47500
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48245
- Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://veumreynolds.co/lucius_frami", "token"=>"jsS12FEtdmZ2B9ExXw48"}}
48246
- User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "jsS12FEtdmZ2B9ExXw48"], ["LIMIT", 1]]
48247
-  (0.1ms) SAVEPOINT active_record_1
48248
- User Update (0.2ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-10-18 03:00:47.985290"], ["updated_at", "2019-10-18 03:00:47.985595"], ["id", 1]]
48249
-  (0.1ms) RELEASE SAVEPOINT active_record_1
48250
- Redirected to http://veumreynolds.co/lucius_frami?account_confirmation_success=true
48251
- Completed 302 Found in 10ms (ActiveRecord: 1.6ms | Allocations: 2180)
47501
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://kulasjacobs.co/verona_mante", "token"=>"dScUEtS9fLbEeoMvyHUF"}}
47502
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "dScUEtS9fLbEeoMvyHUF"], ["LIMIT", 1]]
47503
+  (0.0ms) SAVEPOINT active_record_1
47504
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-10-30 02:36:43.318337"], ["updated_at", "2019-10-30 02:36:43.318489"], ["id", 1]]
47505
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47506
+ Redirected to http://kulasjacobs.co/verona_mante?account_confirmation_success=true
47507
+ Completed 302 Found in 4ms (ActiveRecord: 0.2ms | Allocations: 2178)
48252
47508
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48253
47509
   (0.3ms) rollback transaction
48254
47510
   (0.0ms) begin transaction
48255
47511
   (0.1ms) SELECT COUNT(*) FROM "users"
48256
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:47 -0500
47512
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48257
47513
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48258
- Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"\"\n name: \"Moira Towne\"\n password: \"JbZuAvDcWf1GoN\"\n passwordConfirmation: \"JbZuAvDcWf1GoN\"\n confirmSuccessUrl: \"http://schummoreilly.net/tangela.schamberger\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
47514
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"\"\n name: \"Milly Doyle\"\n password: \"UhCrQlA2\"\n passwordConfirmation: \"UhCrQlA2\"\n confirmSuccessUrl: \"http://donnelly.name/neida.gulgowski\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
48259
47515
   (0.1ms) SAVEPOINT active_record_1
48260
- User Exists? (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", ""], ["provider", "email"], ["LIMIT", 1]]
47516
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", ""], ["provider", "email"], ["LIMIT", 1]]
48261
47517
   (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
48262
- Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.8ms | Allocations: 2710)
47518
+ Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 2710)
48263
47519
   (0.1ms) SELECT COUNT(*) FROM "users"
48264
-  (0.1ms) rollback transaction
48265
-  (0.1ms) begin transaction
48266
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47520
+  (0.0ms) rollback transaction
47521
+  (0.0ms) begin transaction
47522
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48267
47523
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48268
- Parameters: {"query"=>" mutation {\n adminSignUp(\n email: \"raisa@nader.name\"\n password: \"F4wCxFhA227lG0\"\n passwordConfirmation: \"F4wCxFhA227lG0\"\n confirmSuccessUrl: \"http://effertz.co/ned.batz\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
48269
- Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 818)
48270
-  (0.1ms) rollback transaction
48271
-  (0.1ms) begin transaction
47524
+ Parameters: {"query"=>" mutation {\n adminSignUp(\n email: \"lynn@pagacprosacco.org\"\n password: \"5R08bWj7\"\n passwordConfirmation: \"5R08bWj7\"\n confirmSuccessUrl: \"http://jacobs.net/rhea.schowalter\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
47525
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 818)
47526
+  (0.0ms) rollback transaction
47527
+  (0.0ms) begin transaction
48272
47528
   (0.1ms) SELECT COUNT(*) FROM "guests"
48273
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47529
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48274
47530
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48275
- Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"nella@gottlieb.io\"\n password: \"XeT4xQgSn8JxT\"\n passwordConfirmation: \"XeT4xQgSn8JxT\"\n confirmSuccessUrl: \"http://marquardt.net/iris_shanahan\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
48276
-  (0.1ms) SAVEPOINT active_record_1
48277
- Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "nella@gottlieb.io"], ["provider", "email"], ["LIMIT", 1]]
48278
- Guest Create (0.5ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "nella@gottlieb.io"], ["encrypted_password", "$2a$04$hBXc5orZqTtllR8CCGhD9e4s5XNgSa52WgHowei9CifCz225MQhqS"], ["email", "nella@gottlieb.io"], ["created_at", "2019-10-18 03:00:48.039757"], ["updated_at", "2019-10-18 03:00:48.039757"]]
48279
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47531
+ Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"jackson.kutch@ortiz.co\"\n password: \"Qq37JqFe0\"\n passwordConfirmation: \"Qq37JqFe0\"\n confirmSuccessUrl: \"http://ryan.info/lamar_schowalter\"\n ) {\n authenticable {\n email\n }\n }\n }\n"}
48280
47532
   (0.1ms) SAVEPOINT active_record_1
48281
- Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"urNpq0U4S7IAAkbkoRdVcg\":{\"token\":\"$2a$10$/uetC3zBC06.Z0pFXwbqLOQVMNCLDJROVdtx5fIYHyXjvJ07AJ04i\",\"expiry\":1572577248,\"updated_at\":\"2019-10-18 03:00:48 UTC\"}}"], ["updated_at", "2019-10-18 03:00:48.100003"], ["id", 1]]
47533
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "jackson.kutch@ortiz.co"], ["provider", "email"], ["LIMIT", 1]]
47534
+ Guest Create (0.4ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "jackson.kutch@ortiz.co"], ["encrypted_password", "$2a$04$H2/F.LmaUqkrEIBNqvJQ1uxjzr0DXAzSx/yrWxHbx6FeEGxNcMXNe"], ["email", "jackson.kutch@ortiz.co"], ["created_at", "2019-10-30 02:36:43.356333"], ["updated_at", "2019-10-30 02:36:43.356333"]]
48282
47535
   (0.0ms) RELEASE SAVEPOINT active_record_1
48283
- Completed 200 OK in 68ms (Views: 0.6ms | ActiveRecord: 1.0ms | Allocations: 2629)
47536
+  (0.1ms) SAVEPOINT active_record_1
47537
+ Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"VY517o8-e4mDWLyTv5e2PA\":{\"token\":\"$2a$10$9zI91GX6z0dbxt5WCFqTLecTodfWgESbOOUIARI2zlAhaw/TfErce\",\"expiry\":1573612603,\"updated_at\":\"2019-10-30 02:36:43 UTC\"}}"], ["updated_at", "2019-10-30 02:36:43.412537"], ["id", 1]]
47538
+  (0.2ms) RELEASE SAVEPOINT active_record_1
47539
+ Completed 200 OK in 64ms (Views: 0.1ms | ActiveRecord: 1.0ms | Allocations: 2629)
48284
47540
   (0.1ms) SELECT COUNT(*) FROM "guests"
48285
47541
   (0.5ms) rollback transaction
48286
-  (0.0ms) begin transaction
47542
+  (0.5ms) begin transaction
48287
47543
   (0.1ms) SAVEPOINT active_record_1
48288
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "julius@botsforddooley.co"], ["provider", "email"], ["LIMIT", 1]]
48289
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "julius@botsforddooley.co"], ["encrypted_password", "$2a$04$KI1TU.JIHihACgkQIGZNKevEsZjom603bxxiwzIly2RC2yv0.21Ym"], ["allow_password_change", 1], ["confirmed_at", "2019-10-18 03:00:48.106996"], ["name", "Bob Ng"], ["email", "julius@botsforddooley.co"], ["created_at", "2019-10-18 03:00:48.108707"], ["updated_at", "2019-10-18 03:00:48.108707"]]
47544
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "kelley.heidenreich@paucek.co"], ["provider", "email"], ["LIMIT", 1]]
47545
+ User Create (1.0ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "kelley.heidenreich@paucek.co"], ["encrypted_password", "$2a$04$.edkMX9Zoo6BbdDMk5t6ee8zOR2el4LFzefa7QyNmZvnUtxPWK0J6"], ["allow_password_change", 1], ["confirmed_at", "2019-10-30 02:36:43.420413"], ["name", "Lisa Honda"], ["email", "kelley.heidenreich@paucek.co"], ["created_at", "2019-10-30 02:36:43.422219"], ["updated_at", "2019-10-30 02:36:43.422219"]]
48290
47546
   (0.0ms) RELEASE SAVEPOINT active_record_1
48291
47547
   (0.1ms) SAVEPOINT active_record_1
48292
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"KlMlb3yuWHfNkGenqCS6sw\":{\"token\":\"$2a$10$1qX8q0vd8Iw6wUWTIES4YebgGogfr8pXBTQVQo3FeSP7XJ62pNBFK\",\"expiry\":1572577248,\"updated_at\":\"2019-10-18 03:00:48 UTC\"}}"], ["updated_at", "2019-10-18 03:00:48.161784"], ["id", 1]]
48293
-  (0.0ms) RELEASE SAVEPOINT active_record_1
48294
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47548
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"lryrWSh7v_mPiz7n_ffRxA\":{\"token\":\"$2a$10$3pevnXWwm/ucUV0DfNWKnOA63b4Kxs9FUM0nPuyLsQMBsgwhT4HEO\",\"expiry\":1573612603,\"updated_at\":\"2019-10-30 02:36:43 UTC\"}}"], ["updated_at", "2019-10-30 02:36:43.481113"], ["id", 1]]
47549
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47550
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48295
47551
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48296
47552
  Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticable { email }\n }\n }\n"}
48297
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "julius@botsforddooley.co"], ["LIMIT", 1]]
47553
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "kelley.heidenreich@paucek.co"], ["LIMIT", 1]]
48298
47554
   (0.1ms) SAVEPOINT active_record_1
48299
- User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$/2yEo6YnMEvMy75r5eR1Du8v/4LWOQ/z5Rh95XXRLdoG.MJnAzxL."], ["updated_at", "2019-10-18 03:00:48.213177"], ["id", 1]]
47555
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$v3axfzhTWrb7.R6XqwKiV.JFDvNfyUR6gT.hueZOwime3BWrkgyjW"], ["updated_at", "2019-10-30 02:36:43.542351"], ["id", 1]]
48300
47556
   (0.0ms) RELEASE SAVEPOINT active_record_1
48301
47557
   (0.0ms) SAVEPOINT active_record_1
48302
- User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-18 03:00:48.214636"], ["id", 1]]
47558
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-30 02:36:43.543961"], ["id", 1]]
48303
47559
   (0.0ms) RELEASE SAVEPOINT active_record_1
48304
47560
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48305
- Completed 200 OK in 52ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2885)
47561
+ Completed 200 OK in 62ms (Views: 0.4ms | ActiveRecord: 0.4ms | Allocations: 2885)
48306
47562
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48307
-  (0.6ms) rollback transaction
48308
-  (0.1ms) begin transaction
47563
+  (0.5ms) rollback transaction
47564
+  (0.0ms) begin transaction
48309
47565
   (0.1ms) SAVEPOINT active_record_1
48310
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "genaro@marquardt.name"], ["provider", "email"], ["LIMIT", 1]]
48311
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "genaro@marquardt.name"], ["encrypted_password", "$2a$04$FO5ewigkiSFn8Jkk/KqA/uM6.M4q7Fr4WmTuQ9Dcv2U7lPs5IDleW"], ["allow_password_change", 1], ["confirmed_at", "2019-10-18 03:00:48.221405"], ["name", "Adam Bomb"], ["email", "genaro@marquardt.name"], ["created_at", "2019-10-18 03:00:48.222660"], ["updated_at", "2019-10-18 03:00:48.222660"]]
47566
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "leonel@kshlerinreinger.org"], ["provider", "email"], ["LIMIT", 1]]
47567
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "leonel@kshlerinreinger.org"], ["encrypted_password", "$2a$04$KKHARHhgBwSWFwzRQqa93O8VB2KtrbA5hDmXL8OTLoRnAZsZGK2X."], ["allow_password_change", 1], ["confirmed_at", "2019-10-30 02:36:43.551156"], ["name", "Justin Sane"], ["email", "leonel@kshlerinreinger.org"], ["created_at", "2019-10-30 02:36:43.552655"], ["updated_at", "2019-10-30 02:36:43.552655"]]
48312
47568
   (0.0ms) RELEASE SAVEPOINT active_record_1
48313
47569
   (0.1ms) SAVEPOINT active_record_1
48314
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"gruSIrh6-N-dKy8NzyCT0w\":{\"token\":\"$2a$10$squlGciWzbdZVNRB..3PpuWZnLc.MGLk5szp70IXSa4Rxuh1Fig16\",\"expiry\":1572577248,\"updated_at\":\"2019-10-18 03:00:48 UTC\"}}"], ["updated_at", "2019-10-18 03:00:48.274772"], ["id", 1]]
47570
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"9yf-KRxQEFclo0pDasvKnw\":{\"token\":\"$2a$10$IODHtCCHeBUn.k1su8t5EuDrQlTENDvm.66N5IKk7G/pPFmUWI4Gy\",\"expiry\":1573612603,\"updated_at\":\"2019-10-30 02:36:43 UTC\"}}"], ["updated_at", "2019-10-30 02:36:43.607674"], ["id", 1]]
48315
47571
   (0.0ms) RELEASE SAVEPOINT active_record_1
48316
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47572
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48317
47573
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48318
47574
  Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticable { email }\n }\n }\n"}
48319
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "genaro@marquardt.name"], ["LIMIT", 1]]
47575
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "leonel@kshlerinreinger.org"], ["LIMIT", 1]]
48320
47576
   (0.1ms) SAVEPOINT active_record_1
48321
- User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$neDqHSm49ylng.M4L2fFK.hy7Ys1LTQhRru7jeJBaNWayopmi7LSS"], ["updated_at", "2019-10-18 03:00:48.325631"], ["id", 1]]
47577
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$4l/3Cz8p47f..X7YytFHbONE2tuCZ/UI8n2Px.1AnybpkaiZRijHa"], ["updated_at", "2019-10-30 02:36:43.663066"], ["id", 1]]
48322
47578
   (0.0ms) RELEASE SAVEPOINT active_record_1
48323
47579
   (0.0ms) SAVEPOINT active_record_1
48324
- User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-18 03:00:48.326848"], ["id", 1]]
47580
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-30 02:36:43.664794"], ["id", 1]]
48325
47581
   (0.0ms) RELEASE SAVEPOINT active_record_1
48326
47582
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48327
- Completed 200 OK in 51ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 2874)
47583
+ Completed 200 OK in 55ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2877)
48328
47584
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48329
47585
   (0.6ms) rollback transaction
48330
47586
   (0.1ms) begin transaction
48331
-  (0.0ms) SAVEPOINT active_record_1
48332
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "tristan_skiles@erdman.info"], ["provider", "email"], ["LIMIT", 1]]
48333
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "tristan_skiles@erdman.info"], ["encrypted_password", "$2a$04$2aVhQlvawOqyBYibqXUp9eH7b.2dFxjRIAmuwDlzujo7tsqEXqgoG"], ["confirmed_at", "2019-10-18 03:00:48.333704"], ["name", "Sarah Doctorinthehouse"], ["email", "tristan_skiles@erdman.info"], ["created_at", "2019-10-18 03:00:48.334505"], ["updated_at", "2019-10-18 03:00:48.334505"]]
48334
-  (0.0ms) RELEASE SAVEPOINT active_record_1
48335
47587
   (0.1ms) SAVEPOINT active_record_1
48336
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"NE2rppqWTcvjyqFGj9Pm1g\":{\"token\":\"$2a$10$2w8snx0ypsOa7WpaMU78C.11a/pj/MXSGGbpzZ7YKFiqFjuC42wf6\",\"expiry\":1572577248,\"updated_at\":\"2019-10-18 03:00:48 UTC\"}}"], ["updated_at", "2019-10-18 03:00:48.384461"], ["id", 1]]
47588
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "florencia@wehner.org"], ["provider", "email"], ["LIMIT", 1]]
47589
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "florencia@wehner.org"], ["encrypted_password", "$2a$04$aGttBFOA/bWa85R7NNohT.g8qlo0GmaiF56twpgL8Vwdrji3PaCBm"], ["confirmed_at", "2019-10-30 02:36:43.673279"], ["name", "Mason Jarr"], ["email", "florencia@wehner.org"], ["created_at", "2019-10-30 02:36:43.674539"], ["updated_at", "2019-10-30 02:36:43.674539"]]
47590
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47591
+  (0.1ms) SAVEPOINT active_record_1
47592
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"GOvxIIQTavVwtaUuS_awNQ\":{\"token\":\"$2a$10$PrnVadQtVgANvgwkhmTK4O6ZBGs7WU.YkptAXiWRIaJgk/9BGRqvS\",\"expiry\":1573612603,\"updated_at\":\"2019-10-30 02:36:43 UTC\"}}"], ["updated_at", "2019-10-30 02:36:43.727286"], ["id", 1]]
48337
47593
   (0.0ms) RELEASE SAVEPOINT active_record_1
48338
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47594
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48339
47595
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48340
47596
  Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticable { email }\n }\n }\n"}
48341
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "tristan_skiles@erdman.info"], ["LIMIT", 1]]
47597
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "florencia@wehner.org"], ["LIMIT", 1]]
48342
47598
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48343
- Completed 200 OK in 50ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 2360)
47599
+ Completed 200 OK in 51ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 2358)
48344
47600
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48345
47601
   (0.6ms) rollback transaction
48346
47602
   (0.1ms) begin transaction
48347
47603
   (0.0ms) SAVEPOINT active_record_1
48348
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "dalton@batz.name"], ["provider", "email"], ["LIMIT", 1]]
48349
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "dalton@batz.name"], ["encrypted_password", "$2a$04$Y/43K2yTV8dwIjacYAbyyumexbtgrhafF9/rvAub0xWHeavX/xsle"], ["allow_password_change", 1], ["confirmed_at", "2019-10-18 03:00:48.441057"], ["name", "Luke Warm"], ["email", "dalton@batz.name"], ["created_at", "2019-10-18 03:00:48.441974"], ["updated_at", "2019-10-18 03:00:48.441974"]]
47604
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "winford.gulgowski@grant.org"], ["provider", "email"], ["LIMIT", 1]]
47605
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "winford.gulgowski@grant.org"], ["encrypted_password", "$2a$04$mKgkYEhoy/c9UDcK6nxoA.n1KDCFQwO1VWLDUaijCGsbYcbN0iBGm"], ["allow_password_change", 1], ["confirmed_at", "2019-10-30 02:36:43.786256"], ["name", "Lou Zar"], ["email", "winford.gulgowski@grant.org"], ["created_at", "2019-10-30 02:36:43.787243"], ["updated_at", "2019-10-30 02:36:43.787243"]]
48350
47606
   (0.0ms) RELEASE SAVEPOINT active_record_1
48351
47607
   (0.1ms) SAVEPOINT active_record_1
48352
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"X91q5Cgst3MxpA7mkrN3-A\":{\"token\":\"$2a$10$2Mr/uggILw0GelqCDVD5iecrLK3HlaIb9dy9cua7OJ2QAG0BgX5ty\",\"expiry\":1572577248,\"updated_at\":\"2019-10-18 03:00:48 UTC\"}}"], ["updated_at", "2019-10-18 03:00:48.492177"], ["id", 1]]
47608
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"5YD1vJK769ijdN67Se75tg\":{\"token\":\"$2a$10$J4G4Vpcz2Yno1FfC3KAz8OG16I05pRoDWvcSZO39xZuxfJgMn8XHq\",\"expiry\":1573612603,\"updated_at\":\"2019-10-30 02:36:43 UTC\"}}"], ["updated_at", "2019-10-30 02:36:43.837620"], ["id", 1]]
48353
47609
   (0.0ms) RELEASE SAVEPOINT active_record_1
48354
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47610
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48355
47611
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48356
47612
  Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticable { email }\n }\n }\n"}
48357
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "dalton@batz.name"], ["LIMIT", 1]]
47613
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "winford.gulgowski@grant.org"], ["LIMIT", 1]]
48358
47614
   (0.1ms) SAVEPOINT active_record_1
48359
- User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$nnZ7PGjXkM9OtsdoZ7mk4u.ILgsQ31dLJ9nhVw3inM.DrUDCryxv."], ["updated_at", "2019-10-18 03:00:48.541512"], ["id", 1]]
47615
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$QYPYVJtT8r0UMMtcRzlNku2W.XVI0VpvGKIGIYf/wQwadt6jjQfzO"], ["updated_at", "2019-10-30 02:36:43.887638"], ["id", 1]]
48360
47616
   (0.0ms) RELEASE SAVEPOINT active_record_1
48361
47617
   (0.0ms) SAVEPOINT active_record_1
48362
- User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-18 03:00:48.542706"], ["id", 1]]
47618
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-30 02:36:43.888835"], ["id", 1]]
48363
47619
   (0.0ms) RELEASE SAVEPOINT active_record_1
48364
47620
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48365
- Completed 200 OK in 50ms (Views: 0.3ms | ActiveRecord: 0.4ms | Allocations: 2874)
47621
+ Completed 200 OK in 51ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2877)
48366
47622
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48367
-  (0.6ms) rollback transaction
48368
-  (0.1ms) begin transaction
47623
+  (0.5ms) rollback transaction
47624
+  (0.0ms) begin transaction
48369
47625
   (0.0ms) SAVEPOINT active_record_1
48370
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "sherrill@littlesenger.biz"], ["provider", "email"], ["LIMIT", 1]]
48371
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "sherrill@littlesenger.biz"], ["encrypted_password", "$2a$04$UqYJ2Vj13dvn714n26eHfem7kxoz3LAgmDiNqGcyddMtKUqQE3Tv."], ["allow_password_change", 1], ["confirmed_at", "2019-10-18 03:00:48.548394"], ["name", "Molly Kuehl"], ["email", "sherrill@littlesenger.biz"], ["created_at", "2019-10-18 03:00:48.549241"], ["updated_at", "2019-10-18 03:00:48.549241"]]
47626
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "rhiannon.kulas@manteconnelly.com"], ["provider", "email"], ["LIMIT", 1]]
47627
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "rhiannon.kulas@manteconnelly.com"], ["encrypted_password", "$2a$04$nBezo37BF4Ige.Z1bcE8wuFj9DljzwhuAalahWXXOoqYHwIxiJtPe"], ["allow_password_change", 1], ["confirmed_at", "2019-10-30 02:36:43.894869"], ["name", "Katy Litter"], ["email", "rhiannon.kulas@manteconnelly.com"], ["created_at", "2019-10-30 02:36:43.895726"], ["updated_at", "2019-10-30 02:36:43.895726"]]
48372
47628
   (0.0ms) RELEASE SAVEPOINT active_record_1
48373
47629
   (0.1ms) SAVEPOINT active_record_1
48374
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Ez-MlULe3XJTg6-0UPZXYQ\":{\"token\":\"$2a$10$.Sv.JOYv55/80oky0o/qW.OryQIrz.sOzWuvIXDeobJ6Ca/Y4Jf2K\",\"expiry\":1572577248,\"updated_at\":\"2019-10-18 03:00:48 UTC\"}}"], ["updated_at", "2019-10-18 03:00:48.600640"], ["id", 1]]
47630
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"BxtZtusnzf8FEgwOF7zmSw\":{\"token\":\"$2a$10$W/OoZ97HTCI8LiT.xBQzEe6gTsgSXrNANOA07lGjaVGPAqAN7kIc2\",\"expiry\":1573612603,\"updated_at\":\"2019-10-30 02:36:43 UTC\"}}"], ["updated_at", "2019-10-30 02:36:43.943383"], ["id", 1]]
48375
47631
   (0.0ms) RELEASE SAVEPOINT active_record_1
48376
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47632
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:43 -0500
48377
47633
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48378
47634
  Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticable { email }\n }\n }\n"}
48379
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "sherrill@littlesenger.biz"], ["LIMIT", 1]]
47635
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "rhiannon.kulas@manteconnelly.com"], ["LIMIT", 1]]
48380
47636
   (0.1ms) SAVEPOINT active_record_1
48381
- User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$qySfmYF5Smwhwf3PzuzPNuVFwOUyE7/VjJfTA8WT0XhheH7Ev.gXi"], ["updated_at", "2019-10-18 03:00:48.651721"], ["id", 1]]
48382
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47637
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$bZ82si/mu8XwN8qUwOJutOWxrumHRYp2Aqf.TfMfnwkP3bYTF0DDi"], ["updated_at", "2019-10-30 02:36:43.995945"], ["id", 1]]
47638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48383
47639
   (0.0ms) SAVEPOINT active_record_1
48384
- User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-18 03:00:48.652863"], ["id", 1]]
47640
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-10-30 02:36:43.997138"], ["id", 1]]
48385
47641
   (0.0ms) RELEASE SAVEPOINT active_record_1
48386
47642
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48387
- Completed 200 OK in 51ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2877)
47643
+ Completed 200 OK in 53ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2877)
48388
47644
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48389
47645
   (0.6ms) rollback transaction
48390
47646
   (0.1ms) begin transaction
48391
-  (0.0ms) SAVEPOINT active_record_1
48392
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "loria@rempelcummerata.org"], ["provider", "email"], ["LIMIT", 1]]
48393
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "loria@rempelcummerata.org"], ["encrypted_password", "$2a$04$V72Wez8irwydTRGkWG4.0.aTGe4oBFi2iOCMh.RwLg781.YfPP5/W"], ["confirmed_at", "2019-10-18 03:00:48.660864"], ["name", "Max Little"], ["email", "loria@rempelcummerata.org"], ["created_at", "2019-10-18 03:00:48.661730"], ["updated_at", "2019-10-18 03:00:48.661730"]]
47647
+  (0.1ms) SAVEPOINT active_record_1
47648
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "corey@carter.io"], ["provider", "email"], ["LIMIT", 1]]
47649
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "corey@carter.io"], ["encrypted_password", "$2a$04$e7XVjVVmIAij.hvkofbpsO6p1Z9iYTCGYtCBSK./V2s4qSdfzLEyy"], ["confirmed_at", "2019-10-30 02:36:44.005091"], ["name", "Ivan Oder"], ["email", "corey@carter.io"], ["created_at", "2019-10-30 02:36:44.005961"], ["updated_at", "2019-10-30 02:36:44.005961"]]
48394
47650
   (0.0ms) RELEASE SAVEPOINT active_record_1
48395
47651
   (0.1ms) SAVEPOINT active_record_1
48396
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"j2B-TfqNHMbEqEnzguAJUw\":{\"token\":\"$2a$10$ooko..Se0voYvjuKa.7bueHoR.QLfrvNKLPHuGwGy0Q/e5aRx3sya\",\"expiry\":1572577248,\"updated_at\":\"2019-10-18 03:00:48 UTC\"}}"], ["updated_at", "2019-10-18 03:00:48.711598"], ["id", 1]]
47652
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"qXUrHdbEbcJ7hX6RyJKZ5A\":{\"token\":\"$2a$10$pIgFdyHzzlXFvCV7eLsDUuxI3SehkbS2ts9cLUq4rb/oxij0noWqa\",\"expiry\":1573612604,\"updated_at\":\"2019-10-30 02:36:44 UTC\"}}"], ["updated_at", "2019-10-30 02:36:44.055912"], ["id", 1]]
48397
47653
   (0.0ms) RELEASE SAVEPOINT active_record_1
48398
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47654
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48399
47655
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48400
47656
  Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticable { email }\n }\n }\n"}
48401
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "loria@rempelcummerata.org"], ["LIMIT", 1]]
48402
-  (0.0ms) SAVEPOINT active_record_1
48403
- User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$zm3jcItslfYNQxYNef02tuPmLEokHVKBOTs.rybF1b8XRiIomyaay"], ["updated_at", "2019-10-18 03:00:48.762079"], ["id", 1]]
47657
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "corey@carter.io"], ["LIMIT", 1]]
47658
+  (0.1ms) SAVEPOINT active_record_1
47659
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$yhbrn5fL3SgkwXKF8MhGVORetGPg3QfGuWrprQUcfaDdDB1gvNTsG"], ["updated_at", "2019-10-30 02:36:44.108151"], ["id", 1]]
48404
47660
   (0.0ms) RELEASE SAVEPOINT active_record_1
48405
47661
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48406
- Completed 200 OK in 50ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 2643)
47662
+ Completed 200 OK in 52ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 2640)
48407
47663
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48408
-  (0.6ms) rollback transaction
47664
+  (0.5ms) rollback transaction
48409
47665
   (0.0ms) begin transaction
48410
-  (0.0ms) SAVEPOINT active_record_1
48411
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "robby_schuster@gutmannkeler.com"], ["provider", "email"], ["LIMIT", 1]]
48412
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "robby_schuster@gutmannkeler.com"], ["encrypted_password", "$2a$04$1ARJvFL01vn3Xrjn3ObOQuzDza3ZVBMp5enHQDuaYu6cYUYP5NnOe"], ["confirmed_at", "2019-10-18 03:00:48.769375"], ["name", "Andy Structible"], ["email", "robby_schuster@gutmannkeler.com"], ["created_at", "2019-10-18 03:00:48.770146"], ["updated_at", "2019-10-18 03:00:48.770146"]]
47666
+  (0.1ms) SAVEPOINT active_record_1
47667
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "marya@lockmangorczany.org"], ["provider", "email"], ["LIMIT", 1]]
47668
+ User Create (0.7ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "marya@lockmangorczany.org"], ["encrypted_password", "$2a$04$t1MxtPYp0mEgg5iv5RlWTuCXJcckHp3JChpo5E5.8n8gvaAeF4xJG"], ["confirmed_at", "2019-10-30 02:36:44.115370"], ["name", "Harry Caray"], ["email", "marya@lockmangorczany.org"], ["created_at", "2019-10-30 02:36:44.117325"], ["updated_at", "2019-10-30 02:36:44.117325"]]
48413
47669
   (0.1ms) RELEASE SAVEPOINT active_record_1
48414
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47670
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48415
47671
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48416
47672
  Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticable { email }\n }\n }\n"}
48417
- Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 1164)
47673
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 1164)
48418
47674
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48419
-  (0.3ms) rollback transaction
48420
-  (0.1ms) begin transaction
48421
-  (0.1ms) SAVEPOINT active_record_1
48422
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "tonie_mayert@mosciski.info"], ["provider", "email"], ["LIMIT", 1]]
48423
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "tonie_mayert@mosciski.info"], ["encrypted_password", "$2a$04$CDazJjbfQTQRNlqBKcWXB.Z3tvd9x8MvYffqUb7G4nmdulIw.rut2"], ["confirmed_at", "2019-10-18 03:00:48.811288"], ["name", "Marv Ellis"], ["email", "tonie_mayert@mosciski.info"], ["created_at", "2019-10-18 03:00:48.812431"], ["updated_at", "2019-10-18 03:00:48.812431"]]
47675
+  (0.4ms) rollback transaction
47676
+  (0.0ms) begin transaction
47677
+  (0.2ms) SAVEPOINT active_record_1
47678
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "spencer_ondricka@shanahan.biz"], ["provider", "email"], ["LIMIT", 1]]
47679
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "spencer_ondricka@shanahan.biz"], ["encrypted_password", "$2a$04$n2DhDEreNvT4BGiqtq/v5upiCV35ZT0BVQMTOQpofDY/lfYjtAoW6"], ["confirmed_at", "2019-10-30 02:36:44.132828"], ["name", "Jim Shu"], ["email", "spencer_ondricka@shanahan.biz"], ["created_at", "2019-10-30 02:36:44.134417"], ["updated_at", "2019-10-30 02:36:44.134417"]]
48424
47680
   (0.1ms) RELEASE SAVEPOINT active_record_1
48425
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "9ea9dfa40d9a9b997d32b93d3ac689834d748c1ba976c8c264f467ae8c5f1830"], ["LIMIT", 1]]
47681
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "5672577e07a671b048649e2a6a2f7349c26b700719856df88ad02a1da2b700a8"], ["LIMIT", 1]]
48426
47682
   (0.1ms) SAVEPOINT active_record_1
48427
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "9ea9dfa40d9a9b997d32b93d3ac689834d748c1ba976c8c264f467ae8c5f1830"], ["reset_password_sent_at", "2019-10-18 03:00:48.814499"], ["updated_at", "2019-10-18 03:00:48.814685"], ["id", 1]]
48428
-  (0.1ms) RELEASE SAVEPOINT active_record_1
48429
- Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22xskS2ZVU2TivUP79ic5m%22%2C%0A++++++++++++redirectUrl%3A+%22%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47683
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "5672577e07a671b048649e2a6a2f7349c26b700719856df88ad02a1da2b700a8"], ["reset_password_sent_at", "2019-10-30 02:36:44.137357"], ["updated_at", "2019-10-30 02:36:44.137517"], ["id", 1]]
47684
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47685
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22zA-SazJy5xsCpCC12zwJ%22%2C%0A++++++++++++redirectUrl%3A+%22%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48430
47686
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48431
- Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"xskS2ZVU2TivUP79ic5m\",\n redirectUrl: \"\"\n ) {\n email\n }\n }\n"}
48432
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "9ea9dfa40d9a9b997d32b93d3ac689834d748c1ba976c8c264f467ae8c5f1830"], ["LIMIT", 1]]
47687
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"zA-SazJy5xsCpCC12zwJ\",\n redirectUrl: \"\"\n ) {\n email\n }\n }\n"}
47688
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "5672577e07a671b048649e2a6a2f7349c26b700719856df88ad02a1da2b700a8"], ["LIMIT", 1]]
48433
47689
   (0.1ms) SAVEPOINT active_record_1
48434
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"HHTo_RCYyVnDRPzCe9gbSg\":{\"token\":\"$2a$10$drozI7xjteFbtF6OAvleV.RXpK5NTmO48INF0W7WVtavccf1OL9y2\",\"expiry\":1572577248}}"], ["allow_password_change", 1], ["updated_at", "2019-10-18 03:00:48.873622"], ["id", 1]]
47690
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Xe3m72ppARVYrQQVcNnh-A\":{\"token\":\"$2a$10$GV9.v9B/ifACIO6kpJhITOi3ehE8lGUQNpimzdFTNRiAgbydFU1iO\",\"expiry\":1573612604}}"], ["allow_password_change", 1], ["updated_at", "2019-10-30 02:36:44.203758"], ["id", 1]]
48435
47691
   (0.0ms) RELEASE SAVEPOINT active_record_1
48436
47692
   (0.1ms) SAVEPOINT active_record_1
48437
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"HHTo_RCYyVnDRPzCe9gbSg\":{\"token\":\"$2a$10$drozI7xjteFbtF6OAvleV.RXpK5NTmO48INF0W7WVtavccf1OL9y2\",\"expiry\":1572577248},\"RAprrD99IBH4ba4nv1tFwA\":{\"token\":\"$2a$10$IuEnICaYcNQaqbAqE/KucO2S8Upi0Kew5SujtSecIi2TIqF4r7QD2\",\"expiry\":1572577248,\"updated_at\":\"2019-10-18 03:00:48 UTC\"}}"], ["updated_at", "2019-10-18 03:00:48.919911"], ["id", 1]]
47693
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Xe3m72ppARVYrQQVcNnh-A\":{\"token\":\"$2a$10$GV9.v9B/ifACIO6kpJhITOi3ehE8lGUQNpimzdFTNRiAgbydFU1iO\",\"expiry\":1573612604},\"mWD4gpt443BWuWH3o49unA\":{\"token\":\"$2a$10$S/7Yp0Sjp1ehY5AVP5Jnd.eE3OIlXr1uqDL4cDqtS5Fqtt6pJ2Ilm\",\"expiry\":1573612604,\"updated_at\":\"2019-10-30 02:36:44 UTC\"}}"], ["updated_at", "2019-10-30 02:36:44.259143"], ["id", 1]]
48438
47694
   (0.0ms) RELEASE SAVEPOINT active_record_1
48439
- Completed 200 OK in 103ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2658)
48440
-  (0.4ms) rollback transaction
47695
+ Completed 200 OK in 120ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 2656)
47696
+  (0.5ms) rollback transaction
48441
47697
   (0.0ms) begin transaction
48442
-  (0.0ms) SAVEPOINT active_record_1
48443
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "hanh@hand.net"], ["provider", "email"], ["LIMIT", 1]]
48444
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "hanh@hand.net"], ["encrypted_password", "$2a$04$WAb2aRrnbYegGpqZy1byAebOqpwrbj3xCnRXCb5x.6fy/F3be2ZtC"], ["confirmed_at", "2019-10-18 03:00:48.924438"], ["name", "Midas Well"], ["email", "hanh@hand.net"], ["created_at", "2019-10-18 03:00:48.925278"], ["updated_at", "2019-10-18 03:00:48.925278"]]
47698
+  (0.1ms) SAVEPOINT active_record_1
47699
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "isiah.will@langoshtillman.name"], ["provider", "email"], ["LIMIT", 1]]
47700
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "isiah.will@langoshtillman.name"], ["encrypted_password", "$2a$04$PTZi.F55WXF.lcANy7HaRupwc16BDtAcWP0rvDoL0.p5/W5hbOjnK"], ["confirmed_at", "2019-10-30 02:36:44.290184"], ["name", "Cara Van"], ["email", "isiah.will@langoshtillman.name"], ["created_at", "2019-10-30 02:36:44.291178"], ["updated_at", "2019-10-30 02:36:44.291178"]]
48445
47701
   (0.0ms) RELEASE SAVEPOINT active_record_1
48446
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "0e3cf75d4df5696518314c7b66f23912992f6ddca464ef0667e9385dc81db2d9"], ["LIMIT", 1]]
47702
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "0362098b0bfcf2c404c50426e7a40c31f6a6de689576b19b62da478666d7dc15"], ["LIMIT", 1]]
48447
47703
   (0.0ms) SAVEPOINT active_record_1
48448
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "0e3cf75d4df5696518314c7b66f23912992f6ddca464ef0667e9385dc81db2d9"], ["reset_password_sent_at", "2019-10-18 03:00:48.926613"], ["updated_at", "2019-10-18 03:00:48.926792"], ["id", 1]]
47704
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "0362098b0bfcf2c404c50426e7a40c31f6a6de689576b19b62da478666d7dc15"], ["reset_password_sent_at", "2019-10-30 02:36:44.292986"], ["updated_at", "2019-10-30 02:36:44.293131"], ["id", 1]]
48449
47705
   (0.0ms) RELEASE SAVEPOINT active_record_1
48450
- Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22GyWG41YJtu-XvS_KAFzK%22%2C%0A++++++++++++redirectUrl%3A+%22https%3A%2F%2Fgoogle.com%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47706
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22H5yT3jVWAVZfmQFStkNu%22%2C%0A++++++++++++redirectUrl%3A+%22https%3A%2F%2Fgoogle.com%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48451
47707
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48452
- Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"GyWG41YJtu-XvS_KAFzK\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
48453
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "0e3cf75d4df5696518314c7b66f23912992f6ddca464ef0667e9385dc81db2d9"], ["LIMIT", 1]]
47708
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"H5yT3jVWAVZfmQFStkNu\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
47709
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "0362098b0bfcf2c404c50426e7a40c31f6a6de689576b19b62da478666d7dc15"], ["LIMIT", 1]]
48454
47710
   (0.1ms) SAVEPOINT active_record_1
48455
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"GV5wpe9wbA3EDxKlRrKUsw\":{\"token\":\"$2a$10$74S06t7YY9ITzwnjMGcvXOSWn9hHIn6wm1Iv7IZc8e9WWvdRTgn4e\",\"expiry\":1572577248}}"], ["allow_password_change", 1], ["updated_at", "2019-10-18 03:00:48.977582"], ["id", 1]]
47711
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"es5lCF8noq1c7aQw_hkpGw\":{\"token\":\"$2a$10$6VOeuRbA2bv6Ns5zk2TWcOMRU8q3W3MUDk4YzXTOKxVrIhq.5RyvO\",\"expiry\":1573612604}}"], ["allow_password_change", 1], ["updated_at", "2019-10-30 02:36:44.354837"], ["id", 1]]
48456
47712
   (0.0ms) RELEASE SAVEPOINT active_record_1
48457
- Redirected to https://google.com?access-token=JYpYetTaVpZHCyUU_1viDQ&client=GV5wpe9wbA3EDxKlRrKUsw&client_id=GV5wpe9wbA3EDxKlRrKUsw&config=&expiry=1572577248&reset_password=true&token=JYpYetTaVpZHCyUU_1viDQ&uid=hanh%40hand.net
48458
- Completed 302 Found in 50ms (ActiveRecord: 0.3ms | Allocations: 1916)
47713
+ Redirected to https://google.com?access-token=VQdXN02Klr43pc-AxB1HGw&client=es5lCF8noq1c7aQw_hkpGw&client_id=es5lCF8noq1c7aQw_hkpGw&config=&expiry=1573612604&reset_password=true&token=VQdXN02Klr43pc-AxB1HGw&uid=isiah.will%40langoshtillman.name
47714
+ Completed 302 Found in 61ms (ActiveRecord: 0.3ms | Allocations: 1920)
48459
47715
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48460
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48461
-  (0.6ms) rollback transaction
48462
-  (0.1ms) begin transaction
47716
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47717
+  (0.3ms) rollback transaction
47718
+  (0.0ms) begin transaction
48463
47719
   (0.0ms) SAVEPOINT active_record_1
48464
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "gilberto.lynch@rath.net"], ["provider", "email"], ["LIMIT", 1]]
48465
- User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "gilberto.lynch@rath.net"], ["encrypted_password", "$2a$04$9CBFwdif9TPlFBM3WTPhEe9bOuJyrFz2/OxUpn5C4IXA.RTCJ29yq"], ["confirmed_at", "2019-10-17 17:00:48"], ["name", "Anna Graham"], ["email", "gilberto.lynch@rath.net"], ["created_at", "2019-10-17 17:00:48"], ["updated_at", "2019-10-17 17:00:48"]]
47720
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "kristopher@kub.com"], ["provider", "email"], ["LIMIT", 1]]
47721
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "kristopher@kub.com"], ["encrypted_password", "$2a$04$gyU34hsbPMNBtOseE6YpVewlfndSsLg3EIpF5mE.O5V3W9wgQcb4m"], ["confirmed_at", "2019-10-29 16:36:44"], ["name", "Abbie Birthday"], ["email", "kristopher@kub.com"], ["created_at", "2019-10-29 16:36:44"], ["updated_at", "2019-10-29 16:36:44"]]
48466
47722
   (0.0ms) RELEASE SAVEPOINT active_record_1
48467
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "afcac76287359f703e75dd1a27291a8780ecf0280bc5d16c8b7bb8405a9db27b"], ["LIMIT", 1]]
47723
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "55bee34e2abcd3c42b531caa59c9ad0c3013f48e202660c3f83bc96e9bff812c"], ["LIMIT", 1]]
48468
47724
   (0.0ms) SAVEPOINT active_record_1
48469
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ? WHERE "users"."id" = ? [["reset_password_token", "afcac76287359f703e75dd1a27291a8780ecf0280bc5d16c8b7bb8405a9db27b"], ["reset_password_sent_at", "2019-10-17 17:00:48"], ["id", 1]]
47725
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ? WHERE "users"."id" = ? [["reset_password_token", "55bee34e2abcd3c42b531caa59c9ad0c3013f48e202660c3f83bc96e9bff812c"], ["reset_password_sent_at", "2019-10-29 16:36:44"], ["id", 1]]
48470
47726
   (0.0ms) RELEASE SAVEPOINT active_record_1
48471
- Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22K1cg7xQAhuW6zyUSqgf6%22%2C%0A++++++++++++redirectUrl%3A+%22https%3A%2F%2Fgoogle.com%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47727
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22XYPMWXAnZL6sZqxDV8z4%22%2C%0A++++++++++++redirectUrl%3A+%22https%3A%2F%2Fgoogle.com%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48472
47728
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48473
- Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"K1cg7xQAhuW6zyUSqgf6\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
48474
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "afcac76287359f703e75dd1a27291a8780ecf0280bc5d16c8b7bb8405a9db27b"], ["LIMIT", 1]]
47729
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"XYPMWXAnZL6sZqxDV8z4\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
47730
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "55bee34e2abcd3c42b531caa59c9ad0c3013f48e202660c3f83bc96e9bff812c"], ["LIMIT", 1]]
48475
47731
  Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1266)
48476
47732
   (0.3ms) rollback transaction
48477
47733
   (0.0ms) begin transaction
48478
-  (0.0ms) SAVEPOINT active_record_1
48479
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "laurence@bartoletti.io"], ["provider", "email"], ["LIMIT", 1]]
48480
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "laurence@bartoletti.io"], ["encrypted_password", "$2a$04$Vy/FMLuWEY8HLl.pd0oSFeRJKtHlCLVAhvNQRslaTVqsY8TJOfkT6"], ["confirmed_at", "2019-10-18 03:00:48.993678"], ["name", "Anna Conda"], ["email", "laurence@bartoletti.io"], ["created_at", "2019-10-18 03:00:48.994521"], ["updated_at", "2019-10-18 03:00:48.994521"]]
48481
-  (0.0ms) RELEASE SAVEPOINT active_record_1
48482
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "bdd79711a0c7dae0a2f5d8e75bf0b064de9bf0d399c6fd94e0ae534e7bd3aba6"], ["LIMIT", 1]]
48483
47734
   (0.1ms) SAVEPOINT active_record_1
48484
- User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "bdd79711a0c7dae0a2f5d8e75bf0b064de9bf0d399c6fd94e0ae534e7bd3aba6"], ["reset_password_sent_at", "2019-10-18 03:00:48.995980"], ["updated_at", "2019-10-18 03:00:48.996166"], ["id", 1]]
47735
+ User Exists? (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "freida_strosin@dickens.co"], ["provider", "email"], ["LIMIT", 1]]
47736
+ User Create (0.8ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "freida_strosin@dickens.co"], ["encrypted_password", "$2a$04$Y1SCGbuBqvmMssSarIh3HeRdsc8eWuCNQrYPuwG4XA9VlvenQrwq6"], ["confirmed_at", "2019-10-30 02:36:44.371548"], ["name", "Bruce Easley"], ["email", "freida_strosin@dickens.co"], ["created_at", "2019-10-30 02:36:44.373456"], ["updated_at", "2019-10-30 02:36:44.373456"]]
47737
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47738
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "180a6c81da0edbd63a16bfb984cdc8c8010acfcabae88ee6f7a38646a2648f35"], ["LIMIT", 1]]
47739
+  (0.1ms) SAVEPOINT active_record_1
47740
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "180a6c81da0edbd63a16bfb984cdc8c8010acfcabae88ee6f7a38646a2648f35"], ["reset_password_sent_at", "2019-10-30 02:36:44.377038"], ["updated_at", "2019-10-30 02:36:44.377243"], ["id", 1]]
48485
47741
   (0.0ms) RELEASE SAVEPOINT active_record_1
48486
- Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22xGEge-BnCBeesAvQZncpinvalid%22%2C%0A++++++++++++redirectUrl%3A+%22https%3A%2F%2Fgoogle.com%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 22:00:48 -0500
47742
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22bVQz1XY7zCQcvFpFNYzEinvalid%22%2C%0A++++++++++++redirectUrl%3A+%22https%3A%2F%2Fgoogle.com%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48487
47743
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48488
- Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"xGEge-BnCBeesAvQZncpinvalid\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
48489
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "2046d497d20e3b903799b77de418359305c45b2061c8113192219d8b209d6250"], ["LIMIT", 1]]
47744
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"bVQz1XY7zCQcvFpFNYzEinvalid\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
47745
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "dbf7adbdbc39d7ecf4c8cd67dae989652446fb0d58e72571c0ac4c441136741e"], ["LIMIT", 1]]
48490
47746
  Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1224)
48491
47747
   (0.3ms) rollback transaction
48492
-  (0.1ms) begin transaction
48493
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:49 -0500
47748
+  (0.0ms) begin transaction
47749
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48494
47750
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48495
47751
  Parameters: {"query"=>" query {\n adminCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
48496
47752
  Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 722)
48497
-  (0.1ms) rollback transaction
48498
-  (0.1ms) begin transaction
48499
- Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-17 22:00:49 -0500
47753
+  (0.0ms) rollback transaction
47754
+  (0.0ms) begin transaction
47755
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48500
47756
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48501
47757
  Parameters: {"query"=>" query {\n guestCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
48502
47758
  Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 722)
48503
-  (0.1ms) rollback transaction
48504
-  (0.1ms) begin transaction
47759
+  (0.0ms) rollback transaction
47760
+  (0.0ms) begin transaction
48505
47761
   (0.1ms) SAVEPOINT active_record_1
48506
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ashley@koeppshanahan.co"], ["provider", "email"], ["LIMIT", 1]]
48507
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "ashley@koeppshanahan.co"], ["encrypted_password", "$2a$04$uFjJnFAPHX0wPL4kYlW.PeRYmZnQzivDH1Z2ATR1.NAPmoUAFsmGq"], ["confirmation_token", "Dz1Xrwmxq39qJzgCE7ye"], ["confirmation_sent_at", "2019-10-18 03:00:49.014389"], ["name", "Juan Nightstand"], ["email", "ashley@koeppshanahan.co"], ["created_at", "2019-10-18 03:00:49.014274"], ["updated_at", "2019-10-18 03:00:49.014274"]]
48508
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47762
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "kristopher@bednar.com"], ["provider", "email"], ["LIMIT", 1]]
47763
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "kristopher@bednar.com"], ["encrypted_password", "$2a$04$pT1Sx50VsBkickzVx/4kYO2VohqxRvzyJnDHostX11zIrOuMwBGCq"], ["confirmation_token", "nWadzPdso2ZFvVuS-xKm"], ["confirmation_sent_at", "2019-10-30 02:36:44.392586"], ["name", "Douglas Furr"], ["email", "kristopher@bednar.com"], ["created_at", "2019-10-30 02:36:44.392496"], ["updated_at", "2019-10-30 02:36:44.392496"]]
47764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48509
47765
  Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
48510
- Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.6ms | Allocations: 408)
48511
- Devise::Mailer#confirmation_instructions: processed outbound mail in 1.7ms
48512
- Delivered mail 5da92ae14778_1e803fe85e02bfd0759b9@Marios-MacBook-Pro.local.mail (1.7ms)
48513
- Date: Thu, 17 Oct 2019 22:00:49 -0500
47766
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.4ms | Allocations: 408)
47767
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 1.3ms
47768
+ Delivered mail 5db8f73c60999_5ee43fd82302bfd0919d@Marios-MacBook-Pro.local.mail (1.2ms)
47769
+ Date: Tue, 29 Oct 2019 21:36:44 -0500
48514
47770
  From: please-change-me-at-config-initializers-devise@example.com
48515
47771
  Reply-To: please-change-me-at-config-initializers-devise@example.com
48516
- To: ashley@koeppshanahan.co
48517
- Message-ID: <5da92ae14778_1e803fe85e02bfd0759b9@Marios-MacBook-Pro.local.mail>
47772
+ To: kristopher@bednar.com
47773
+ Message-ID: <5db8f73c60999_5ee43fd82302bfd0919d@Marios-MacBook-Pro.local.mail>
48518
47774
  Subject: Confirmation instructions
48519
47775
  Mime-Version: 1.0
48520
47776
  Content-Type: text/html;
@@ -48523,60 +47779,60 @@ Content-Transfer-Encoding: 7bit
48523
47779
  client-config: default
48524
47780
  redirect-url:
48525
47781
 
48526
- <p>Welcome ashley@koeppshanahan.co!</p>
47782
+ <p>Welcome kristopher@bednar.com!</p>
48527
47783
 
48528
47784
  <p><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_link_msg">Confirm Link Msg</span> </p>
48529
47785
 
48530
- <p><a href="http://localhost:3000/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserConfirmAccount%28confirmationToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&amp;variables%5BredirectUrl%5D=&amp;variables%5Btoken%5D=Dz1Xrwmxq39qJzgCE7ye"><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_account_link">Confirm Account Link</span></a></p>
47786
+ <p><a href="http://localhost:3000/api/v1/graphql_auth?query=query%28%24token%3AString%21%2C%24redirectUrl%3AString%21%29%7BuserConfirmAccount%28confirmationToken%3A%24token%2CredirectUrl%3A%24redirectUrl%29%7Bemail%7D%7D&amp;variables%5BredirectUrl%5D=&amp;variables%5Btoken%5D=nWadzPdso2ZFvVuS-xKm"><span class="translation_missing" title="translation missing: en.graphql_devise.mailer.confirmation_instructions.confirm_account_link">Confirm Account Link</span></a></p>
48531
47787
 
48532
- Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22Dz1Xrwmxq39qJzgCE7ye%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fschmidtnicolas.com%2Fagustin%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 22:00:49 -0500
47788
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22nWadzPdso2ZFvVuS-xKm%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fbins.net%2Fjorge%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48533
47789
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48534
- Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"Dz1Xrwmxq39qJzgCE7ye\"\n redirectUrl: \"http://schmidtnicolas.com/agustin\"\n ) {\n email\n name\n }\n }\n"}
48535
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "Dz1Xrwmxq39qJzgCE7ye"], ["LIMIT", 1]]
47790
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"nWadzPdso2ZFvVuS-xKm\"\n redirectUrl: \"http://bins.net/jorge\"\n ) {\n email\n name\n }\n }\n"}
47791
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "nWadzPdso2ZFvVuS-xKm"], ["LIMIT", 1]]
48536
47792
   (0.1ms) SAVEPOINT active_record_1
48537
- User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-10-18 03:00:49.023637"], ["updated_at", "2019-10-18 03:00:49.023859"], ["id", 1]]
47793
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-10-30 02:36:44.399615"], ["updated_at", "2019-10-30 02:36:44.399811"], ["id", 1]]
48538
47794
   (0.0ms) RELEASE SAVEPOINT active_record_1
48539
- Redirected to http://schmidtnicolas.com/agustin?account_confirmation_success=true
48540
- Completed 302 Found in 4ms (ActiveRecord: 0.3ms | Allocations: 1789)
47795
+ Redirected to http://bins.net/jorge?account_confirmation_success=true
47796
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms | Allocations: 1790)
48541
47797
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48542
47798
   (0.3ms) rollback transaction
48543
-  (0.1ms) begin transaction
47799
+  (0.0ms) begin transaction
48544
47800
   (0.1ms) SAVEPOINT active_record_1
48545
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "lavern.leffler@stanton.info"], ["provider", "email"], ["LIMIT", 1]]
48546
- User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "lavern.leffler@stanton.info"], ["encrypted_password", "$2a$04$1pDqnIovQT4P4ns0rxZxneffUvqkRccs6o3Qk0QeaTIa03PASxxwi"], ["confirmation_token", "qtt8LHMgvEw2X9DzLaie"], ["confirmation_sent_at", "2019-10-18 03:00:49.031740"], ["name", "Jean Poole"], ["email", "lavern.leffler@stanton.info"], ["created_at", "2019-10-18 03:00:49.031599"], ["updated_at", "2019-10-18 03:00:49.031599"]]
47801
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "mel.monahan@steuberblock.net"], ["provider", "email"], ["LIMIT", 1]]
47802
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "mel.monahan@steuberblock.net"], ["encrypted_password", "$2a$04$oOWSZNJzen4Cgnc1W3UNG.dgctCHfbxBZvv1EABdh7kGjGpR13im2"], ["confirmation_token", "hScnipm4q3tzWENoKAu6"], ["confirmation_sent_at", "2019-10-30 02:36:44.406240"], ["name", "Ty Tass"], ["email", "mel.monahan@steuberblock.net"], ["created_at", "2019-10-30 02:36:44.406148"], ["updated_at", "2019-10-30 02:36:44.406148"]]
48547
47803
   (0.1ms) RELEASE SAVEPOINT active_record_1
48548
- Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22qtt8LHMgvEw2X9DzLaie-invalid%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Ffisher.co%2Fmayme.cartwright%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-10-17 22:00:49 -0500
47804
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22hScnipm4q3tzWENoKAu6-invalid%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Ftorp.net%2Fcarina%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48549
47805
  Processing by GraphqlDevise::GraphqlController#auth as HTML
48550
- Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"qtt8LHMgvEw2X9DzLaie-invalid\"\n redirectUrl: \"http://fisher.co/mayme.cartwright\"\n ) {\n email\n name\n }\n }\n"}
48551
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "qtt8LHMgvEw2X9DzLaie-invalid"], ["LIMIT", 1]]
48552
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "c29a49c59d9dbd6fe9334dfd69ef7d2740c532d6c9cf834eab871e1b043ef0be"], ["LIMIT", 1]]
48553
- Completed 200 OK in 91ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 2009)
47806
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"hScnipm4q3tzWENoKAu6-invalid\"\n redirectUrl: \"http://torp.net/carina\"\n ) {\n email\n name\n }\n }\n"}
47807
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "hScnipm4q3tzWENoKAu6-invalid"], ["LIMIT", 1]]
47808
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "dc02febacb1a4a5f27c508c637dc0155c869cc69e51e75164409b52d3a19678b"], ["LIMIT", 1]]
47809
+ Completed 200 OK in 92ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 2009)
48554
47810
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48555
-  (0.6ms) rollback transaction
48556
-  (0.1ms) begin transaction
47811
+  (0.5ms) rollback transaction
47812
+  (0.0ms) begin transaction
48557
47813
   (0.1ms) SAVEPOINT active_record_1
48558
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "alec@bayer.com"], ["provider", "email"], ["LIMIT", 1]]
48559
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "alec@bayer.com"], ["encrypted_password", "$2a$04$uRghTGdVq/HsbvCzN6yWRumiMp7VvO0ik.7O/1tqo0bIYQUp6UmQe"], ["confirmed_at", "2019-10-18 03:00:49.130231"], ["name", "Molly Kuehl"], ["email", "alec@bayer.com"], ["created_at", "2019-10-18 03:00:49.131180"], ["updated_at", "2019-10-18 03:00:49.131180"]]
47814
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "anh_heller@raynor.biz"], ["provider", "email"], ["LIMIT", 1]]
47815
+ User Create (0.6ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "anh_heller@raynor.biz"], ["encrypted_password", "$2a$04$TRaVrywLTIizVvk.4akxBulKNAI3ymFeQ.Wf8c0Yx0JGzzipMAdTa"], ["confirmed_at", "2019-10-30 02:36:44.504717"], ["name", "Kenya Dewit"], ["email", "anh_heller@raynor.biz"], ["created_at", "2019-10-30 02:36:44.506011"], ["updated_at", "2019-10-30 02:36:44.506011"]]
48560
47816
   (0.1ms) RELEASE SAVEPOINT active_record_1
48561
47817
   (0.1ms) SAVEPOINT active_record_1
48562
- User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Eu_apgRrUV4HXQ4Ph7ZRAQ\":{\"token\":\"$2a$10$lcRMsOOwaFMbCcTQV5q3TuQxI3Hk03W1q6neq8zPAL.ikAAWbLWGe\",\"expiry\":1572577249,\"updated_at\":\"2019-10-18 03:00:49 UTC\"}}"], ["updated_at", "2019-10-18 03:00:49.184604"], ["id", 1]]
47818
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"OgZ4qtoi5qkGODPQOMRTzQ\":{\"token\":\"$2a$10$sTXY76CP6kJv26x9raZ3DOLi.gNOIeqs43yghFPeUf0rgGL/5KSyq\",\"expiry\":1573612604,\"updated_at\":\"2019-10-30 02:36:44 UTC\"}}"], ["updated_at", "2019-10-30 02:36:44.558037"], ["id", 1]]
48563
47819
   (0.0ms) RELEASE SAVEPOINT active_record_1
48564
- Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-10-17 22:00:49 -0500
47820
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48565
47821
  Processing by Api::V1::GraphqlController#graphql as HTML
48566
47822
  Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
48567
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "alec@bayer.com"], ["LIMIT", 1]]
48568
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
47823
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "anh_heller@raynor.biz"], ["LIMIT", 1]]
47824
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48569
47825
  User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
48570
- Completed 200 OK in 54ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 9749)
47826
+ Completed 200 OK in 49ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 9775)
48571
47827
   (0.6ms) rollback transaction
48572
-  (0.1ms) begin transaction
47828
+  (0.0ms) begin transaction
48573
47829
   (0.0ms) SAVEPOINT active_record_1
48574
- User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "evangelina.konopelski@pacochabins.com"], ["provider", "email"], ["LIMIT", 1]]
48575
- User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "evangelina.konopelski@pacochabins.com"], ["encrypted_password", "$2a$04$guUnN7Pig3Vo2UY4Gp4I0.YP8mnvWuUHcdz1MuCKOlzUdxbqG3GYK"], ["confirmed_at", "2019-10-18 03:00:49.248351"], ["name", "Rusty Keyes"], ["email", "evangelina.konopelski@pacochabins.com"], ["created_at", "2019-10-18 03:00:49.249159"], ["updated_at", "2019-10-18 03:00:49.249159"]]
47830
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "lucinda_towne@turner.info"], ["provider", "email"], ["LIMIT", 1]]
47831
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "lucinda_towne@turner.info"], ["encrypted_password", "$2a$04$GTZli8BiBFkRGx6A3fLrieazYOIafKmyjc3vAeJn2i4C9uHBsxyKe"], ["confirmed_at", "2019-10-30 02:36:44.615362"], ["name", "Brandy Bottle"], ["email", "lucinda_towne@turner.info"], ["created_at", "2019-10-30 02:36:44.616249"], ["updated_at", "2019-10-30 02:36:44.616249"]]
48576
47832
   (0.0ms) RELEASE SAVEPOINT active_record_1
48577
- Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-10-17 22:00:49 -0500
47833
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-10-29 21:36:44 -0500
48578
47834
  Processing by Api::V1::GraphqlController#graphql as HTML
48579
47835
  Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
48580
47836
  Filter chain halted as :authenticate_user! rendered or redirected
48581
47837
  Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 168)
48582
-  (0.3ms) rollback transaction
47838
+  (0.2ms) rollback transaction