graphql_devise 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -62192,3 +62192,2648 @@ Processing by Api::V1::GraphqlController#graphql as HTML
62192
62192
  Filter chain halted as :authenticate_user! rendered or redirected
62193
62193
  Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 168)
62194
62194
   (0.3ms) rollback transaction
62195
+  (2.7ms) SELECT sqlite_version(*)
62196
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
62197
+  (0.1ms) SELECT sqlite_version(*)
62198
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
62199
+  (0.1ms) begin transaction
62200
+  (0.0ms) rollback transaction
62201
+  (0.0ms) begin transaction
62202
+  (0.1ms) rollback transaction
62203
+  (0.0ms) begin transaction
62204
+  (0.1ms) SAVEPOINT active_record_1
62205
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jimmie_smith@ankundinghegmann.name"], ["provider", "email"], ["LIMIT", 1]]
62206
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "jimmie_smith@ankundinghegmann.name"], ["encrypted_password", "$2a$04$6DLEn5jSY7tsmIfbkmDDY.p.zK.8MbNcoF3yLLPTZEYm0CMbaDSfW"], ["confirmed_at", "2019-11-26 16:30:46.668557"], ["name", "Ed Ible"], ["email", "jimmie_smith@ankundinghegmann.name"], ["created_at", "2019-11-26 16:30:46.669863"], ["updated_at", "2019-11-26 16:30:46.669863"]]
62207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62208
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:46 -0500
62209
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62210
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"jimmie_smith@ankundinghegmann.name\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62211
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jimmie_smith@ankundinghegmann.name"], ["LIMIT", 1]]
62212
+  (0.1ms) SAVEPOINT active_record_1
62213
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"NKCXXeDRcSazSJpOU9vF9g\":{\"token\":\"$2a$10$/pHZdTq.JdbctSaNwMJAyexWk9QsleJp4.W3wb5wlKldi9j4ocDiy\",\"expiry\":1575995446,\"updated_at\":\"2019-11-26 16:30:46 UTC\"}}"], ["updated_at", "2019-11-26 16:30:46.760742"], ["id", 1]]
62214
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62215
+  (0.0ms) SAVEPOINT active_record_1
62216
+ 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-11-26 16:30:46.763593"], ["last_sign_in_at", "2019-11-26 16:30:46.763593"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2019-11-26 16:30:46.763783"], ["id", 1]]
62217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62218
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62219
+ Completed 200 OK in 74ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 20636)
62220
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62221
+  (0.2ms) rollback transaction
62222
+  (0.0ms) begin transaction
62223
+  (0.0ms) SAVEPOINT active_record_1
62224
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "kendrick@schmeler.org"], ["provider", "email"], ["LIMIT", 1]]
62225
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "kendrick@schmeler.org"], ["encrypted_password", "$2a$04$AbLS3F4DBMFt3quM055UG..rewm77cmOg/.aShzCel3WlLrJSdtFu"], ["confirmed_at", "2019-11-26 16:30:46.771655"], ["name", "Estelle Hertz"], ["email", "kendrick@schmeler.org"], ["created_at", "2019-11-26 16:30:46.772291"], ["updated_at", "2019-11-26 16:30:46.772291"]]
62226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62227
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:46 -0500
62228
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62229
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"kendrick@schmeler.org\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62230
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kendrick@schmeler.org"], ["LIMIT", 1]]
62231
+ User Update All (0.1ms) UPDATE "users" SET "failed_attempts" = COALESCE("failed_attempts", 0) + ? WHERE "users"."id" = ? [["failed_attempts", 1], ["id", 1]]
62232
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62233
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 2042)
62234
+  (0.2ms) rollback transaction
62235
+  (0.0ms) begin transaction
62236
+  (0.0ms) SAVEPOINT active_record_1
62237
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "donovan.ryan@larkin.co"], ["provider", "email"], ["LIMIT", 1]]
62238
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "donovan.ryan@larkin.co"], ["encrypted_password", "$2a$04$wel4tPXkSpzjukVgAlJ2nekepIPF4LJYa.POh9B.WA.UUrpC0aSiK"], ["confirmation_token", "cRVG6xnsY_YFJVD_MC61"], ["confirmation_sent_at", "2019-11-26 16:30:46.781027"], ["name", "Penny Whistler"], ["email", "donovan.ryan@larkin.co"], ["created_at", "2019-11-26 16:30:46.780948"], ["updated_at", "2019-11-26 16:30:46.780948"]]
62239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62240
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:46 -0500
62241
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62242
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"donovan.ryan@larkin.co\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62243
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donovan.ryan@larkin.co"], ["LIMIT", 1]]
62244
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1362)
62245
+  (0.2ms) rollback transaction
62246
+  (0.0ms) begin transaction
62247
+  (0.0ms) SAVEPOINT active_record_1
62248
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "raymon@hegmann.biz"], ["provider", "email"], ["LIMIT", 1]]
62249
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "locked_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "raymon@hegmann.biz"], ["encrypted_password", "$2a$04$c34UfTUcz.fvDeTjHKnhcOXPtKa9dJj1LmAbVjSGJu3Pw3JVYNAWi"], ["confirmed_at", "2019-11-26 16:30:46.787225"], ["locked_at", "2019-11-26 16:30:46.787234"], ["name", "Izzy Backyet"], ["email", "raymon@hegmann.biz"], ["created_at", "2019-11-26 16:30:46.787929"], ["updated_at", "2019-11-26 16:30:46.787929"]]
62250
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62251
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:46 -0500
62252
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62253
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"raymon@hegmann.biz\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62254
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raymon@hegmann.biz"], ["LIMIT", 1]]
62255
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1381)
62256
+  (0.3ms) rollback transaction
62257
+  (0.0ms) begin transaction
62258
+  (0.1ms) SAVEPOINT active_record_1
62259
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "tia@torp.name"], ["provider", "email"], ["LIMIT", 1]]
62260
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at", "auth_available") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "tia@torp.name"], ["encrypted_password", "$2a$04$3BVS1uMyZK1VhZEO2gynpOiNiS.mdQJkTRPA57AVN.HsGBLm7DQ9."], ["confirmed_at", "2019-11-26 16:30:46.794931"], ["name", "Buddy System"], ["email", "tia@torp.name"], ["created_at", "2019-11-26 16:30:46.795872"], ["updated_at", "2019-11-26 16:30:46.795872"], ["auth_available", 0]]
62261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62262
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:46 -0500
62263
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62264
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"tia@torp.name\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62265
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tia@torp.name"], ["LIMIT", 1]]
62266
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1359)
62267
+  (0.3ms) rollback transaction
62268
+  (0.0ms) begin transaction
62269
+  (0.1ms) SAVEPOINT active_record_1
62270
+ Admin Exists? (0.1ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "millard.predovic@towne.org"], ["provider", "email"], ["LIMIT", 1]]
62271
+ Admin Create (0.5ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "millard.predovic@towne.org"], ["encrypted_password", "$2a$04$qShkZxRnl9lAZdo/pHwq9Oen9UJEviDtwfOGDGfzj43hIV37TG78u"], ["confirmed_at", "2019-11-26 16:30:46.814734"], ["email", "millard.predovic@towne.org"], ["created_at", "2019-11-26 16:30:46.816016"], ["updated_at", "2019-11-26 16:30:46.816016"]]
62272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62273
+ Started POST "/api/v1/admin/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:46 -0500
62274
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62275
+ Parameters: {"query"=>" mutation {\n adminLogin(\n email: \"millard.predovic@towne.org\",\n password: \"12345678\"\n ) {\n authenticatable { email customField }\n }\n }\n"}
62276
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? LIMIT ? [["email", "millard.predovic@towne.org"], ["LIMIT", 1]]
62277
+  (0.1ms) SAVEPOINT active_record_1
62278
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"6UeM0yvXjG06QO0alH9hWg\":{\"token\":\"$2a$10$p6GBNHiYqymOCtXdhcoWl.un6IH7Rbi9D5H3RWeD5z1BKzC/A1RWq\",\"expiry\":1575995446,\"updated_at\":\"2019-11-26 16:30:46 UTC\"}}"], ["updated_at", "2019-11-26 16:30:46.876432"], ["id", 1]]
62279
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62280
+ Completed 200 OK in 60ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 2404)
62281
+  (0.3ms) rollback transaction
62282
+  (0.0ms) begin transaction
62283
+  (0.1ms) SAVEPOINT active_record_1
62284
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "oralia.ko@berge.com"], ["provider", "email"], ["LIMIT", 1]]
62285
+ Guest Create (0.5ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "oralia.ko@berge.com"], ["encrypted_password", "$2a$04$4p3gaO37/e8BI.LPtsydzumaVMwAqGUbe0looFC1ToVp51zIyNwT2"], ["confirmed_at", "2019-11-26 16:30:46.891097"], ["email", "oralia.ko@berge.com"], ["created_at", "2019-11-26 16:30:46.892796"], ["updated_at", "2019-11-26 16:30:46.892796"]]
62286
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62287
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:46 -0500
62288
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62289
+ Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"oralia.ko@berge.com\",\n password: \"12345678\"\n ) {\n authenticatable { email }\n }\n }\n"}
62290
+ Guest Load (0.3ms) SELECT "guests".* FROM "guests" WHERE "guests"."email" = ? LIMIT ? [["email", "oralia.ko@berge.com"], ["LIMIT", 1]]
62291
+  (0.1ms) SAVEPOINT active_record_1
62292
+ Guest Update (0.2ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"2fyKUFmqgDICCdkVm0cIvQ\":{\"token\":\"$2a$10$EmXFrxbqEyIRXd.SvWBdBuJH2zm.FRSRBsejDQpVIYB9HZtruHUqa\",\"expiry\":1575995446,\"updated_at\":\"2019-11-26 16:30:46 UTC\"}}"], ["updated_at", "2019-11-26 16:30:46.958184"], ["id", 1]]
62293
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62294
+ Completed 200 OK in 66ms (Views: 0.3ms | ActiveRecord: 0.6ms | Allocations: 2273)
62295
+  (0.6ms) rollback transaction
62296
+  (0.2ms) begin transaction
62297
+  (0.3ms) SAVEPOINT active_record_1
62298
+ User Exists? (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "norine@monahan.com"], ["provider", "email"], ["LIMIT", 1]]
62299
+ User Create (0.9ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "norine@monahan.com"], ["encrypted_password", "$2a$04$Yw7f7dfZOz3kLnU.yJL0zezOBde6ZD7YQd9rTeuZ1/SGOFoqpGaNi"], ["confirmed_at", "2019-11-26 16:30:46.968705"], ["name", "Mary Ott"], ["email", "norine@monahan.com"], ["created_at", "2019-11-26 16:30:46.971747"], ["updated_at", "2019-11-26 16:30:46.971747"]]
62300
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62301
+  (0.1ms) SAVEPOINT active_record_1
62302
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"G1VgnlggBi3csmOCIKRQCg\":{\"token\":\"$2a$10$Nm6y2fD1WaaOjlVH/o6OmuQa/KMJ.YP33G0dAUdBO6hfPZY/BjBkq\",\"expiry\":1575995447,\"updated_at\":\"2019-11-26 16:30:46 UTC\"}}"], ["updated_at", "2019-11-26 16:30:47.037310"], ["id", 1]]
62303
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62304
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62305
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62306
+ Parameters: {"query"=>" mutation {\n userLogout {\n authenticatable { email }\n }\n }\n"}
62307
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "norine@monahan.com"], ["LIMIT", 1]]
62308
+  (0.1ms) SAVEPOINT active_record_1
62309
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", nil], ["updated_at", "2019-11-26 16:30:47.093317"], ["id", 1]]
62310
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62311
+ Completed 200 OK in 55ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1896)
62312
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62313
+  (0.2ms) rollback transaction
62314
+  (0.0ms) begin transaction
62315
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62316
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62317
+ Parameters: {"query"=>" mutation {\n userLogout {\n authenticatable { email }\n }\n }\n"}
62318
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 957)
62319
+  (0.0ms) SAVEPOINT active_record_1
62320
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "milda@ankundingchristiansen.biz"], ["provider", "email"], ["LIMIT", 1]]
62321
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "milda@ankundingchristiansen.biz"], ["encrypted_password", "$2a$04$YPRoCpjwSF57YkeWjG.Kv.aO9V3E8nXpuj8pexZhYpyOFaKslys5O"], ["confirmed_at", "2019-11-26 16:30:47.100045"], ["name", "X. Benedict"], ["email", "milda@ankundingchristiansen.biz"], ["created_at", "2019-11-26 16:30:47.100780"], ["updated_at", "2019-11-26 16:30:47.100780"]]
62322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62323
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62324
+  (0.2ms) rollback transaction
62325
+  (0.0ms) begin transaction
62326
+  (0.0ms) SAVEPOINT active_record_1
62327
+ Admin Exists? (0.1ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "gayle.jacobs@cronintromp.biz"], ["provider", "email"], ["LIMIT", 1]]
62328
+ Admin Create (0.3ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "gayle.jacobs@cronintromp.biz"], ["encrypted_password", "$2a$04$3.T/tOq8PUywwffo.WZK3u1xzeqwtZNwzurII1.AAtLiVBBl2jOsS"], ["confirmed_at", "2019-11-26 16:30:47.104334"], ["email", "gayle.jacobs@cronintromp.biz"], ["created_at", "2019-11-26 16:30:47.105013"], ["updated_at", "2019-11-26 16:30:47.105013"]]
62329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62330
+  (0.1ms) SAVEPOINT active_record_1
62331
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"efJFkEWT9wBrAezblx4qLQ\":{\"token\":\"$2a$10$K4wDaP9/iTsuhV/PaxY5bO4FL1pQsTUXs6uar5gpKCb3C4grYqQG6\",\"expiry\":1575995447,\"updated_at\":\"2019-11-26 16:30:47 UTC\"}}"], ["updated_at", "2019-11-26 16:30:47.154371"], ["id", 1]]
62332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62333
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62334
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62335
+ Parameters: {"query"=>" mutation {\n adminLogout {\n authenticatable { email }\n }\n }\n"}
62336
+ Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."uid" = ? LIMIT ? [["uid", "gayle.jacobs@cronintromp.biz"], ["LIMIT", 1]]
62337
+  (0.1ms) SAVEPOINT active_record_1
62338
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", nil], ["updated_at", "2019-11-26 16:30:47.207142"], ["id", 1]]
62339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62340
+ Completed 200 OK in 51ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 1827)
62341
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62342
+  (0.5ms) rollback transaction
62343
+  (0.0ms) begin transaction
62344
+  (0.0ms) SAVEPOINT active_record_1
62345
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "sandee.reichert@hammeskulas.name"], ["provider", "email"], ["LIMIT", 1]]
62346
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "sandee.reichert@hammeskulas.name"], ["encrypted_password", "$2a$04$4s7NJ.sgx1ge6SKlpvK0S..fGfK6jcMmB7Zcmvnfsud8jbP7hfBdW"], ["confirmation_token", "mXBmtQg85ZRNz7stte41"], ["confirmation_sent_at", "2019-11-26 16:30:47.214733"], ["name", "Ben Thair"], ["email", "sandee.reichert@hammeskulas.name"], ["created_at", "2019-11-26 16:30:47.214655"], ["updated_at", "2019-11-26 16:30:47.214655"]]
62347
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62348
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62349
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62350
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"sandee.reichert@hammeskulas.name\",\n redirectUrl:\"http://gutmann.info/elvera_bosco\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
62351
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "sandee.reichert@hammeskulas.name"], ["provider", "email"], ["LIMIT", 1]]
62352
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
62353
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 2.5ms | Allocations: 843)
62354
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 152.0ms
62355
+ Delivered mail 5ddd53375ca06_4fe13ff58582bfd065958@Marios-MacBook-Pro.local.mail (14.8ms)
62356
+ Date: Tue, 26 Nov 2019 11:30:47 -0500
62357
+ From: please-change-me-at-config-initializers-devise@example.com
62358
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
62359
+ To: sandee.reichert@hammeskulas.name
62360
+ Message-ID: <5ddd53375ca06_4fe13ff58582bfd065958@Marios-MacBook-Pro.local.mail>
62361
+ Subject: Confirmation instructions
62362
+ Mime-Version: 1.0
62363
+ Content-Type: text/html;
62364
+ charset=UTF-8
62365
+ Content-Transfer-Encoding: 7bit
62366
+ redirect-url: http://gutmann.info/elvera_bosco
62367
+ client-config: default
62368
+
62369
+ <p>Welcome sandee.reichert@hammeskulas.name!</p>
62370
+
62371
+ <p>You can confirm your account email through the link below:</p>
62372
+
62373
+ <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%2Fgutmann.info%2Felvera_bosco&amp;variables%5Btoken%5D=mXBmtQg85ZRNz7stte41">Confirm my account</a></p>
62374
+
62375
+ Completed 200 OK in 170ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 66584)
62376
+ 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%2Fgutmann.info%2Felvera_bosco&variables%5Btoken%5D=mXBmtQg85ZRNz7stte41" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62377
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62378
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://gutmann.info/elvera_bosco", "token"=>"mXBmtQg85ZRNz7stte41"}}
62379
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "mXBmtQg85ZRNz7stte41"], ["LIMIT", 1]]
62380
+  (0.1ms) SAVEPOINT active_record_1
62381
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 16:30:47.396455"], ["updated_at", "2019-11-26 16:30:47.396663"], ["id", 1]]
62382
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62383
+ Redirected to http://gutmann.info/elvera_bosco?account_confirmation_success=true
62384
+ Completed 302 Found in 9ms (ActiveRecord: 0.4ms | Allocations: 2248)
62385
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62386
+  (0.3ms) rollback transaction
62387
+  (0.0ms) begin transaction
62388
+  (0.1ms) SAVEPOINT active_record_1
62389
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jerrell@bechtelar.org"], ["provider", "email"], ["LIMIT", 1]]
62390
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "jerrell@bechtelar.org"], ["encrypted_password", "$2a$04$8RvmR/7RnggEW8O52C/DIONP2DPyhvblm9sAmvbrolgyFc99Mt3Qy"], ["confirmation_token", "7pYz9xRpp_2xHZ9QsXE-"], ["confirmation_sent_at", "2019-11-26 16:30:47.408128"], ["name", "Sue Shi"], ["email", "jerrell@bechtelar.org"], ["created_at", "2019-11-26 16:30:47.408044"], ["updated_at", "2019-11-26 16:30:47.408044"]]
62391
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62392
+  (0.0ms) SAVEPOINT active_record_1
62393
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 16:30:47.409196"], ["updated_at", "2019-11-26 16:30:47.410003"], ["id", 1]]
62394
+  (0.2ms) RELEASE SAVEPOINT active_record_1
62395
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62396
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62397
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"jerrell@bechtelar.org\",\n redirectUrl:\"http://champlin.com/allen.langworth\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
62398
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "jerrell@bechtelar.org"], ["provider", "email"], ["LIMIT", 1]]
62399
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1351)
62400
+  (0.3ms) rollback transaction
62401
+  (0.0ms) begin transaction
62402
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62403
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62404
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"nothere@gmail.com\",\n redirectUrl:\"http://douglasmarvin.org/roland\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
62405
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
62406
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1338)
62407
+  (0.0ms) rollback transaction
62408
+  (0.0ms) begin transaction
62409
+  (0.1ms) SAVEPOINT active_record_1
62410
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "buster_bode@koferry.info"], ["provider", "email"], ["LIMIT", 1]]
62411
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "buster_bode@koferry.info"], ["encrypted_password", "$2a$04$.mvH0ccIJ4J8Tbq24DxVZuQFhN33HWYPLbA39MLqomWmHheKAceau"], ["confirmed_at", "2019-11-26 16:30:47.433428"], ["name", "Joy Rider"], ["email", "buster_bode@koferry.info"], ["created_at", "2019-11-26 16:30:47.434596"], ["updated_at", "2019-11-26 16:30:47.434596"]]
62412
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62413
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62414
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62415
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"buster_bode@koferry.info\",\n redirectUrl: \"http://dubuque.com/tamera\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
62416
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "buster_bode@koferry.info"], ["provider", "email"], ["LIMIT", 1]]
62417
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "a3534f4f922b43a4b4885374d36ffba9994eb1695c262efaf2a9800a6208b853"], ["LIMIT", 1]]
62418
+  (0.0ms) SAVEPOINT active_record_1
62419
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "a3534f4f922b43a4b4885374d36ffba9994eb1695c262efaf2a9800a6208b853"], ["reset_password_sent_at", "2019-11-26 16:30:47.532519"], ["updated_at", "2019-11-26 16:30:47.532690"], ["id", 1]]
62420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62421
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb
62422
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb (Duration: 0.6ms | Allocations: 501)
62423
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 2.4ms
62424
+ Delivered mail 5ddd533783106_4fe13ff58582bfd06606e@Marios-MacBook-Pro.local.mail (2.2ms)
62425
+ Date: Tue, 26 Nov 2019 11:30:47 -0500
62426
+ From: please-change-me-at-config-initializers-devise@example.com
62427
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
62428
+ To: buster_bode@koferry.info
62429
+ Message-ID: <5ddd533783106_4fe13ff58582bfd06606e@Marios-MacBook-Pro.local.mail>
62430
+ Subject: Reset password instructions
62431
+ Mime-Version: 1.0
62432
+ Content-Type: text/html;
62433
+ charset=UTF-8
62434
+ Content-Transfer-Encoding: 7bit
62435
+ email: buster_bode@koferry.info
62436
+ provider: email
62437
+ redirect-url: http://dubuque.com/tamera
62438
+ client-config: default
62439
+
62440
+ <p>Hello buster_bode@koferry.info!</p>
62441
+
62442
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
62443
+
62444
+ <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%2Fdubuque.com%2Ftamera&amp;variables%5Btoken%5D=-tMvT8ymHXH8J9cfUiC8">Change my password</a></p>
62445
+
62446
+ <p>If you didn&#39;t request this, please ignore this email.</p>
62447
+ <p>Your password won&#39;t change until you access the link above and create a new one.</p>
62448
+
62449
+ Completed 200 OK in 101ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 5436)
62450
+ 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%2Fdubuque.com%2Ftamera&variables%5Btoken%5D=-tMvT8ymHXH8J9cfUiC8" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62451
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62452
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userCheckPasswordToken(resetPasswordToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://dubuque.com/tamera", "token"=>"-tMvT8ymHXH8J9cfUiC8"}}
62453
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "a3534f4f922b43a4b4885374d36ffba9994eb1695c262efaf2a9800a6208b853"], ["LIMIT", 1]]
62454
+  (0.1ms) SAVEPOINT active_record_1
62455
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"TYlb4kfUYo3YGaTJCsLgaQ\":{\"token\":\"$2a$10$o.YQcZDbENsBs8q9v2DLkuzLJFetpBXuZZkK.K0fExJqWRyp7ABJe\",\"expiry\":1575995447}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 16:30:47.589431"], ["id", 1]]
62456
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62457
+ Redirected to http://dubuque.com/tamera?access-token=1XDcODSOV6FWXgWqLX504A&client=TYlb4kfUYo3YGaTJCsLgaQ&client_id=TYlb4kfUYo3YGaTJCsLgaQ&config=&expiry=1575995447&reset_password=true&token=1XDcODSOV6FWXgWqLX504A&uid=buster_bode%40koferry.info
62458
+ Completed 302 Found in 50ms (ActiveRecord: 0.3ms | Allocations: 2119)
62459
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62460
+  (0.3ms) rollback transaction
62461
+  (0.0ms) begin transaction
62462
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62463
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62464
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"nothere@gmail.com\",\n redirectUrl: \"http://trantowkoelpin.org/mitchell_lemke\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
62465
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
62466
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1205)
62467
+  (0.0ms) rollback transaction
62468
+  (0.0ms) begin transaction
62469
+  (0.1ms) SELECT COUNT(*) FROM "users"
62470
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62471
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62472
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"cruz_kirlin@hodkiewicz.info\"\n name: \"Walker Cruickshank\"\n password: \"AvH5eX6hTmXf87D\"\n passwordConfirmation: \"AvH5eX6hTmXf87D\"\n confirmSuccessUrl: \"http://beahan.org/rogelio_douglas\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
62473
+  (0.1ms) SAVEPOINT active_record_1
62474
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "cruz_kirlin@hodkiewicz.info"], ["provider", "email"], ["LIMIT", 1]]
62475
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "cruz_kirlin@hodkiewicz.info"], ["encrypted_password", "$2a$04$o2CC6fZaNktSRtdMJrXmnuo4bk7Cski4FCsjk.KZdn1DfmGwbkQCC"], ["confirmation_token", "zNsqtDXL44RzfSzt2qye"], ["confirmation_sent_at", "2019-11-26 16:30:47.604820"], ["name", "Walker Cruickshank"], ["email", "cruz_kirlin@hodkiewicz.info"], ["created_at", "2019-11-26 16:30:47.604744"], ["updated_at", "2019-11-26 16:30:47.604744"]]
62476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62477
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
62478
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.3ms | Allocations: 248)
62479
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
62480
+ Delivered mail 5ddd533794c24_4fe13ff58582bfd066192@Marios-MacBook-Pro.local.mail (3.1ms)
62481
+ Date: Tue, 26 Nov 2019 11:30:47 -0500
62482
+ From: please-change-me-at-config-initializers-devise@example.com
62483
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
62484
+ To: cruz_kirlin@hodkiewicz.info
62485
+ Message-ID: <5ddd533794c24_4fe13ff58582bfd066192@Marios-MacBook-Pro.local.mail>
62486
+ Subject: Confirmation instructions
62487
+ Mime-Version: 1.0
62488
+ Content-Type: text/html;
62489
+ charset=UTF-8
62490
+ Content-Transfer-Encoding: 7bit
62491
+ redirect-url: http://beahan.org/rogelio_douglas
62492
+ client-config: default
62493
+
62494
+ <p>Welcome cruz_kirlin@hodkiewicz.info!</p>
62495
+
62496
+ <p>You can confirm your account email through the link below:</p>
62497
+
62498
+ <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%2Fbeahan.org%2Frogelio_douglas&amp;variables%5Btoken%5D=zNsqtDXL44RzfSzt2qye">Confirm my account</a></p>
62499
+
62500
+ Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 0.5ms | Allocations: 4810)
62501
+  (0.1ms) SELECT COUNT(*) FROM "users"
62502
+ User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
62503
+ 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%2Fbeahan.org%2Frogelio_douglas&variables%5Btoken%5D=zNsqtDXL44RzfSzt2qye" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62504
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62505
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://beahan.org/rogelio_douglas", "token"=>"zNsqtDXL44RzfSzt2qye"}}
62506
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "zNsqtDXL44RzfSzt2qye"], ["LIMIT", 1]]
62507
+  (0.1ms) SAVEPOINT active_record_1
62508
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 16:30:47.622823"], ["updated_at", "2019-11-26 16:30:47.623060"], ["id", 1]]
62509
+  (0.4ms) RELEASE SAVEPOINT active_record_1
62510
+ Redirected to http://beahan.org/rogelio_douglas?account_confirmation_success=true
62511
+ Completed 302 Found in 8ms (ActiveRecord: 0.7ms | Allocations: 1927)
62512
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62513
+  (0.3ms) rollback transaction
62514
+  (0.1ms) begin transaction
62515
+  (0.2ms) SELECT COUNT(*) FROM "users"
62516
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62517
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62518
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"\"\n name: \"Miss Oren Deckow\"\n password: \"BhV0fD3cTdVmY2i\"\n passwordConfirmation: \"BhV0fD3cTdVmY2i\"\n confirmSuccessUrl: \"http://fadel.net/renita\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
62519
+  (0.1ms) SAVEPOINT active_record_1
62520
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", ""], ["provider", "email"], ["LIMIT", 1]]
62521
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
62522
+ Completed 200 OK in 11ms (Views: 0.5ms | ActiveRecord: 0.3ms | Allocations: 2714)
62523
+  (0.1ms) SELECT COUNT(*) FROM "users"
62524
+  (0.0ms) rollback transaction
62525
+  (0.0ms) begin transaction
62526
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62527
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62528
+ Parameters: {"query"=>" mutation {\n adminSignUp(\n email: \"samatha@cummerata.io\"\n password: \"H9sTwN6iA\"\n passwordConfirmation: \"H9sTwN6iA\"\n confirmSuccessUrl: \"http://von.name/josh_crooks\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
62529
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 818)
62530
+  (0.0ms) rollback transaction
62531
+  (0.0ms) begin transaction
62532
+  (0.1ms) SELECT COUNT(*) FROM "guests"
62533
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62534
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62535
+ Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"thanh.walsh@parisian.info\"\n password: \"6It7Qf170CgP\"\n passwordConfirmation: \"6It7Qf170CgP\"\n confirmSuccessUrl: \"http://dicki.info/sanjuanita.grady\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
62536
+  (0.1ms) SAVEPOINT active_record_1
62537
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "thanh.walsh@parisian.info"], ["provider", "email"], ["LIMIT", 1]]
62538
+ Guest Create (0.4ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "thanh.walsh@parisian.info"], ["encrypted_password", "$2a$04$WiqqN2ggzZmscFpNKelJquvY/XPFZDLIRiOhRVm/30rzoUhMrH1vO"], ["email", "thanh.walsh@parisian.info"], ["created_at", "2019-11-26 16:30:47.663046"], ["updated_at", "2019-11-26 16:30:47.663046"]]
62539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62540
+  (0.1ms) SAVEPOINT active_record_1
62541
+ Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"pGlU9nKJkoWQQVUhvxcp3Q\":{\"token\":\"$2a$10$qJsWEPgyWrO.JR65udTtPOi2XpPcgd3VSCmnslAlF9UoGBX0NHneO\",\"expiry\":1575995447,\"updated_at\":\"2019-11-26 16:30:47 UTC\"}}"], ["updated_at", "2019-11-26 16:30:47.740481"], ["id", 1]]
62542
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62543
+ Completed 200 OK in 84ms (Views: 0.2ms | ActiveRecord: 0.9ms | Allocations: 2632)
62544
+  (0.1ms) SELECT COUNT(*) FROM "guests"
62545
+  (0.5ms) rollback transaction
62546
+  (0.0ms) begin transaction
62547
+  (0.1ms) SAVEPOINT active_record_1
62548
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "solomon@hermiston.info"], ["provider", "email"], ["LIMIT", 1]]
62549
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "solomon@hermiston.info"], ["encrypted_password", "$2a$04$ggkHfyz/4KE.KPnL1t7JV.7ybJGxGU0wX8L1w4DhJE14e92lvf4jq"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 16:30:47.747184"], ["name", "Dusty Rhodes"], ["email", "solomon@hermiston.info"], ["created_at", "2019-11-26 16:30:47.748381"], ["updated_at", "2019-11-26 16:30:47.748381"]]
62550
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62551
+  (0.1ms) SAVEPOINT active_record_1
62552
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"lldJ3SYt5uwBGV4rZsD26Q\":{\"token\":\"$2a$10$Dcle1O9crLac.p87dBkltu/gdWPjJbHMYL0DSrtQ47CQml/o/cTAm\",\"expiry\":1575995447,\"updated_at\":\"2019-11-26 16:30:47 UTC\"}}"], ["updated_at", "2019-11-26 16:30:47.810531"], ["id", 1]]
62553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62554
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62555
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62556
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
62557
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "solomon@hermiston.info"], ["LIMIT", 1]]
62558
+  (0.1ms) SAVEPOINT active_record_1
62559
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$.ZR8pc7OxrWkbP8oXg76TuaWL.aXVPI.7Yg61bt8g5TYNsQnfi6pC"], ["updated_at", "2019-11-26 16:30:47.871710"], ["id", 1]]
62560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62561
+  (0.0ms) SAVEPOINT active_record_1
62562
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 16:30:47.872896"], ["id", 1]]
62563
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62564
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62565
+ Completed 200 OK in 62ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2882)
62566
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62567
+  (0.5ms) rollback transaction
62568
+  (0.0ms) begin transaction
62569
+  (0.0ms) SAVEPOINT active_record_1
62570
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "gilma.zboncak@heel.co"], ["provider", "email"], ["LIMIT", 1]]
62571
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "gilma.zboncak@heel.co"], ["encrypted_password", "$2a$04$tcZyL7CthhEybtxt370iz.EXMD/IowiC0orNv/21jeqKKZjWKF0Cm"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 16:30:47.878054"], ["name", "Rhea Curran"], ["email", "gilma.zboncak@heel.co"], ["created_at", "2019-11-26 16:30:47.878844"], ["updated_at", "2019-11-26 16:30:47.878844"]]
62572
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62573
+  (0.1ms) SAVEPOINT active_record_1
62574
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Uk9S1iZgmxPfWusXci8Rdg\":{\"token\":\"$2a$10$7S1Jl4FsgSM9mhEi8hm1Buq7Mzv5/lHQrdT9f0R80sT4tYx7ThFNm\",\"expiry\":1575995447,\"updated_at\":\"2019-11-26 16:30:47 UTC\"}}"], ["updated_at", "2019-11-26 16:30:47.932539"], ["id", 1]]
62575
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62576
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:47 -0500
62577
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62578
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
62579
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "gilma.zboncak@heel.co"], ["LIMIT", 1]]
62580
+  (0.1ms) SAVEPOINT active_record_1
62581
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$BZuNy6V/Qjx51rERLZw7iuG.JKAvlaV9TiZIy7.fjj1PVz5wZJ9Em"], ["updated_at", "2019-11-26 16:30:47.987760"], ["id", 1]]
62582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62583
+  (0.0ms) SAVEPOINT active_record_1
62584
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 16:30:47.988797"], ["id", 1]]
62585
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62586
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62587
+ Completed 200 OK in 55ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2874)
62588
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62589
+  (0.4ms) rollback transaction
62590
+  (0.1ms) begin transaction
62591
+  (0.0ms) SAVEPOINT active_record_1
62592
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "cai@upton.biz"], ["provider", "email"], ["LIMIT", 1]]
62593
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "cai@upton.biz"], ["encrypted_password", "$2a$04$qm/belTbV0v8UDGfXnuE0um39/ZguRBtxhVRx/Tv7huV6UhdWQcre"], ["confirmed_at", "2019-11-26 16:30:47.996388"], ["name", "Crystal Glass"], ["email", "cai@upton.biz"], ["created_at", "2019-11-26 16:30:47.997283"], ["updated_at", "2019-11-26 16:30:47.997283"]]
62594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62595
+  (0.1ms) SAVEPOINT active_record_1
62596
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"yIGBElERL-QWhyhgUsrZZA\":{\"token\":\"$2a$10$HWemFPxd13adwSzrRAdqM.D8Pxs22.uC9./qB1aSxF5DL36vlpT6G\",\"expiry\":1575995448,\"updated_at\":\"2019-11-26 16:30:47 UTC\"}}"], ["updated_at", "2019-11-26 16:30:48.049806"], ["id", 1]]
62597
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62598
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62599
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62600
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
62601
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "cai@upton.biz"], ["LIMIT", 1]]
62602
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62603
+ Completed 200 OK in 52ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 2358)
62604
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62605
+  (0.6ms) rollback transaction
62606
+  (0.0ms) begin transaction
62607
+  (0.0ms) SAVEPOINT active_record_1
62608
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "judson.gerlach@baumbach.co"], ["provider", "email"], ["LIMIT", 1]]
62609
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "judson.gerlach@baumbach.co"], ["encrypted_password", "$2a$04$rZxxcd4obJMH6ZADBsqRWO.LsZfPZ.rj.jcBOCtXb4qiQA/vXrvHC"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 16:30:48.108215"], ["name", "Rich Guy"], ["email", "judson.gerlach@baumbach.co"], ["created_at", "2019-11-26 16:30:48.108975"], ["updated_at", "2019-11-26 16:30:48.108975"]]
62610
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62611
+  (0.1ms) SAVEPOINT active_record_1
62612
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"j1A13LW7Gh5GXzJMfM0sqw\":{\"token\":\"$2a$10$WkSiACm/Vk/n7yxKzjHedeZ5WcdFIlS/.XFcUgR8z9WCRIMm.M16y\",\"expiry\":1575995448,\"updated_at\":\"2019-11-26 16:30:48 UTC\"}}"], ["updated_at", "2019-11-26 16:30:48.161052"], ["id", 1]]
62613
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62614
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62615
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62616
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
62617
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "judson.gerlach@baumbach.co"], ["LIMIT", 1]]
62618
+  (0.1ms) SAVEPOINT active_record_1
62619
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$u2j9fEohtqZSotG9xgdur.RytZJHevMwu2GdtH67pX.Hd9mP6QVmW"], ["updated_at", "2019-11-26 16:30:48.212959"], ["id", 1]]
62620
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62621
+  (0.1ms) SAVEPOINT active_record_1
62622
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 16:30:48.213991"], ["id", 1]]
62623
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62624
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62625
+ Completed 200 OK in 52ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2877)
62626
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62627
+  (0.6ms) rollback transaction
62628
+  (0.1ms) begin transaction
62629
+  (0.1ms) SAVEPOINT active_record_1
62630
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "soila@runolfsdottir.name"], ["provider", "email"], ["LIMIT", 1]]
62631
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "soila@runolfsdottir.name"], ["encrypted_password", "$2a$04$Rj/k2WR/57Qi5WVI6JJDoOW6rv3357oWXltgDopAvNgyXyWP6yLBy"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 16:30:48.219649"], ["name", "Cole Durkee"], ["email", "soila@runolfsdottir.name"], ["created_at", "2019-11-26 16:30:48.220717"], ["updated_at", "2019-11-26 16:30:48.220717"]]
62632
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62633
+  (0.1ms) SAVEPOINT active_record_1
62634
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"F1FqiHvF3O3UTqOe6Ehthw\":{\"token\":\"$2a$10$IEGoAkvwPexnz68MViUEK.LjgPOBtrb1LtIpyDUd7Vafc.H0Gj9tS\",\"expiry\":1575995448,\"updated_at\":\"2019-11-26 16:30:48 UTC\"}}"], ["updated_at", "2019-11-26 16:30:48.276081"], ["id", 1]]
62635
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62636
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62637
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62638
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
62639
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "soila@runolfsdottir.name"], ["LIMIT", 1]]
62640
+  (0.1ms) SAVEPOINT active_record_1
62641
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$cXAlqlyhqXn/et9nypbIy./gh.lx6v4LF06DUDsPsWUFBHLGaiM4u"], ["updated_at", "2019-11-26 16:30:48.325895"], ["id", 1]]
62642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62643
+  (0.0ms) SAVEPOINT active_record_1
62644
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 16:30:48.326982"], ["id", 1]]
62645
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62646
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62647
+ Completed 200 OK in 50ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2877)
62648
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62649
+  (0.6ms) rollback transaction
62650
+  (0.1ms) begin transaction
62651
+  (0.0ms) SAVEPOINT active_record_1
62652
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "walter.erdman@rempellegros.io"], ["provider", "email"], ["LIMIT", 1]]
62653
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "walter.erdman@rempellegros.io"], ["encrypted_password", "$2a$04$tOoAobJ3Yr15PH5gSY.LX.q0hZNajLOcrU9wsP.NPa8tYxDYZdsNS"], ["confirmed_at", "2019-11-26 16:30:48.333177"], ["name", "Neil Down"], ["email", "walter.erdman@rempellegros.io"], ["created_at", "2019-11-26 16:30:48.333958"], ["updated_at", "2019-11-26 16:30:48.333958"]]
62654
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62655
+  (0.1ms) SAVEPOINT active_record_1
62656
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"X3BJYUP52EyUvjm9bj83Xg\":{\"token\":\"$2a$10$.344TNJ1exEfeayLUhMlMu3/7ff3z6G/wjwP2ONAtFtRRH7F00yjC\",\"expiry\":1575995448,\"updated_at\":\"2019-11-26 16:30:48 UTC\"}}"], ["updated_at", "2019-11-26 16:30:48.381266"], ["id", 1]]
62657
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62658
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62659
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62660
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
62661
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "walter.erdman@rempellegros.io"], ["LIMIT", 1]]
62662
+  (0.1ms) SAVEPOINT active_record_1
62663
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$0eBjZPaWMV22Z9tKKOH9fOWnGNBxNmC.BS9kMYBWKIM/OYqWbQE.i"], ["updated_at", "2019-11-26 16:30:48.436660"], ["id", 1]]
62664
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62665
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62666
+ Completed 200 OK in 56ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 2643)
62667
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62668
+  (0.5ms) rollback transaction
62669
+  (0.0ms) begin transaction
62670
+  (0.1ms) SAVEPOINT active_record_1
62671
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "antoinette@watsicarippin.com"], ["provider", "email"], ["LIMIT", 1]]
62672
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "antoinette@watsicarippin.com"], ["encrypted_password", "$2a$04$85U9ywUPCs0h/zQeMyNYqOC3uyVWr/NZ03mTedm3sc026GNyiG9Z."], ["confirmed_at", "2019-11-26 16:30:48.444433"], ["name", "Andy Structible"], ["email", "antoinette@watsicarippin.com"], ["created_at", "2019-11-26 16:30:48.445549"], ["updated_at", "2019-11-26 16:30:48.445549"]]
62673
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62674
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62675
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62676
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
62677
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 1164)
62678
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62679
+  (0.4ms) rollback transaction
62680
+  (0.1ms) begin transaction
62681
+  (0.1ms) SAVEPOINT active_record_1
62682
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "royal@kuphal.info"], ["provider", "email"], ["LIMIT", 1]]
62683
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "royal@kuphal.info"], ["encrypted_password", "$2a$04$SGBfgEV7rjoALzdJrzXPDewt4H7FvUIpFrQCmclRUTAzLp7iZSKk2"], ["confirmed_at", "2019-11-26 16:30:48.454842"], ["name", "Bjorn Free"], ["email", "royal@kuphal.info"], ["created_at", "2019-11-26 16:30:48.456211"], ["updated_at", "2019-11-26 16:30:48.456211"]]
62684
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62685
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "b7798406eb638c1486179c6bf5342ea4cbb0b9f3ae0fa499797972f7883475b3"], ["LIMIT", 1]]
62686
+  (0.1ms) SAVEPOINT active_record_1
62687
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "b7798406eb638c1486179c6bf5342ea4cbb0b9f3ae0fa499797972f7883475b3"], ["reset_password_sent_at", "2019-11-26 16:30:48.458399"], ["updated_at", "2019-11-26 16:30:48.458578"], ["id", 1]]
62688
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62689
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22n51Tc25aiyyD6d37a2Db%22%2C%0A++++++++++++redirectUrl%3A+%22%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62690
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62691
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"n51Tc25aiyyD6d37a2Db\",\n redirectUrl: \"\"\n ) {\n email\n }\n }\n"}
62692
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "b7798406eb638c1486179c6bf5342ea4cbb0b9f3ae0fa499797972f7883475b3"], ["LIMIT", 1]]
62693
+  (0.1ms) SAVEPOINT active_record_1
62694
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"fEewvfyCFTxkvPo0dzN9dA\":{\"token\":\"$2a$10$VAYAuS9ZVaQBAcvImTxWauBkP.Gd/7K.PeUgBMA5D5K00/YHcQPFu\",\"expiry\":1575995448}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 16:30:48.525271"], ["id", 1]]
62695
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62696
+  (0.1ms) SAVEPOINT active_record_1
62697
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"fEewvfyCFTxkvPo0dzN9dA\":{\"token\":\"$2a$10$VAYAuS9ZVaQBAcvImTxWauBkP.Gd/7K.PeUgBMA5D5K00/YHcQPFu\",\"expiry\":1575995448},\"i-roNR7AD6fczjWewyGWOg\":{\"token\":\"$2a$10$Qy7y9WUfptukNeZgKp10BuO5/nPf.0aQ1dFEie6abKmPQg90cGFMG\",\"expiry\":1575995448,\"updated_at\":\"2019-11-26 16:30:48 UTC\"}}"], ["updated_at", "2019-11-26 16:30:48.580188"], ["id", 1]]
62698
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62699
+ Completed 200 OK in 120ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2655)
62700
+  (0.7ms) rollback transaction
62701
+  (0.1ms) begin transaction
62702
+  (0.1ms) SAVEPOINT active_record_1
62703
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "wendolyn@treutel.org"], ["provider", "email"], ["LIMIT", 1]]
62704
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "wendolyn@treutel.org"], ["encrypted_password", "$2a$04$wEW6ds6OIYsTZqTgGJzUROBqiG3wH24P3cfuftfqAIkyP85pqDuB2"], ["confirmed_at", "2019-11-26 16:30:48.587232"], ["name", "Dee Liver"], ["email", "wendolyn@treutel.org"], ["created_at", "2019-11-26 16:30:48.588603"], ["updated_at", "2019-11-26 16:30:48.588603"]]
62705
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62706
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "8033f936ed5b170faa3155ccc264406d61c3f09e0a2e010dd3db86ea398ab85e"], ["LIMIT", 1]]
62707
+  (0.1ms) SAVEPOINT active_record_1
62708
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "8033f936ed5b170faa3155ccc264406d61c3f09e0a2e010dd3db86ea398ab85e"], ["reset_password_sent_at", "2019-11-26 16:30:48.590909"], ["updated_at", "2019-11-26 16:30:48.591093"], ["id", 1]]
62709
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62710
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22kanLq4fqsz7uqr1_93re%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-11-26 11:30:48 -0500
62711
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62712
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"kanLq4fqsz7uqr1_93re\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
62713
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "8033f936ed5b170faa3155ccc264406d61c3f09e0a2e010dd3db86ea398ab85e"], ["LIMIT", 1]]
62714
+  (0.1ms) SAVEPOINT active_record_1
62715
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"RDZgEqpDu-jf90ADyt1Kpg\":{\"token\":\"$2a$10$G/rfHIJNYlkVv3p3YAIhn.DJT5cZwAudsdcC54Q114NYPi2HiEEZC\",\"expiry\":1575995448}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 16:30:48.652822"], ["id", 1]]
62716
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62717
+ Redirected to https://google.com?access-token=9hOSf3N7Bmkp0dRV6sgHtA&client=RDZgEqpDu-jf90ADyt1Kpg&client_id=RDZgEqpDu-jf90ADyt1Kpg&config=&expiry=1575995448&reset_password=true&token=9hOSf3N7Bmkp0dRV6sgHtA&uid=wendolyn%40treutel.org
62718
+ Completed 302 Found in 60ms (ActiveRecord: 0.4ms | Allocations: 1916)
62719
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62720
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62721
+  (0.2ms) rollback transaction
62722
+  (0.0ms) begin transaction
62723
+  (0.1ms) SAVEPOINT active_record_1
62724
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "antone@wisozk.org"], ["provider", "email"], ["LIMIT", 1]]
62725
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "antone@wisozk.org"], ["encrypted_password", "$2a$04$8RzCUcqP05iNPm/rAWcLAO.rP6QJXpeQ6USSNMoU8nU2lZr23gNwq"], ["confirmed_at", "2019-11-26 06:30:48"], ["name", "Ilene Left"], ["email", "antone@wisozk.org"], ["created_at", "2019-11-26 06:30:48"], ["updated_at", "2019-11-26 06:30:48"]]
62726
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62727
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "d6f3d7667ec1b95e60f176e1e224a30d5be3f046a7390e4abd9d4f16d09f1bd8"], ["LIMIT", 1]]
62728
+  (0.0ms) SAVEPOINT active_record_1
62729
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ? WHERE "users"."id" = ? [["reset_password_token", "d6f3d7667ec1b95e60f176e1e224a30d5be3f046a7390e4abd9d4f16d09f1bd8"], ["reset_password_sent_at", "2019-11-26 06:30:48"], ["id", 1]]
62730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62731
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22fiGRrYWGxTVqixyjV_5p%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-11-26 11:30:48 -0500
62732
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62733
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"fiGRrYWGxTVqixyjV_5p\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
62734
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "d6f3d7667ec1b95e60f176e1e224a30d5be3f046a7390e4abd9d4f16d09f1bd8"], ["LIMIT", 1]]
62735
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1266)
62736
+  (0.3ms) rollback transaction
62737
+  (0.0ms) begin transaction
62738
+  (0.1ms) SAVEPOINT active_record_1
62739
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "beau@haag.net"], ["provider", "email"], ["LIMIT", 1]]
62740
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "beau@haag.net"], ["encrypted_password", "$2a$04$LBBqkFJSbr2XPAk/DElPQu6gDdq4nj/tiMlQY6fdDEFgiAS8fugOu"], ["confirmed_at", "2019-11-26 16:30:48.670292"], ["name", "Annie Matter"], ["email", "beau@haag.net"], ["created_at", "2019-11-26 16:30:48.671187"], ["updated_at", "2019-11-26 16:30:48.671187"]]
62741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62742
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "85fd7ee04963d672d0d8aad735c62e5be2e83091eaf9966a55f0d36d2b6d6d46"], ["LIMIT", 1]]
62743
+  (0.0ms) SAVEPOINT active_record_1
62744
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "85fd7ee04963d672d0d8aad735c62e5be2e83091eaf9966a55f0d36d2b6d6d46"], ["reset_password_sent_at", "2019-11-26 16:30:48.672672"], ["updated_at", "2019-11-26 16:30:48.672786"], ["id", 1]]
62745
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62746
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22ccwFtxSE5yHP_nUxS8bninvalid%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-11-26 11:30:48 -0500
62747
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62748
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"ccwFtxSE5yHP_nUxS8bninvalid\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
62749
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "e5c2ca394f563596be6eda981675b1636514a6e75fd74ee12a681af788066dd2"], ["LIMIT", 1]]
62750
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1224)
62751
+  (0.3ms) rollback transaction
62752
+  (0.0ms) begin transaction
62753
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62754
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62755
+ Parameters: {"query"=>" query {\n adminCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
62756
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 722)
62757
+  (0.0ms) rollback transaction
62758
+  (0.0ms) begin transaction
62759
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62760
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62761
+ Parameters: {"query"=>" query {\n guestCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
62762
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 722)
62763
+  (0.0ms) rollback transaction
62764
+  (0.0ms) begin transaction
62765
+  (0.1ms) SAVEPOINT active_record_1
62766
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "joey@jast.io"], ["provider", "email"], ["LIMIT", 1]]
62767
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "joey@jast.io"], ["encrypted_password", "$2a$04$5AcmZoMFNWkhqSBI5q.Qw.vLhkgYXEWkrh6D9y35tQtByKN9MB1.u"], ["confirmation_token", "bZPYJExrs_XLR-Yb28Sm"], ["confirmation_sent_at", "2019-11-26 16:30:48.686156"], ["name", "Sal Sage"], ["email", "joey@jast.io"], ["created_at", "2019-11-26 16:30:48.686067"], ["updated_at", "2019-11-26 16:30:48.686067"]]
62768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62769
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
62770
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.3ms | Allocations: 234)
62771
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 1.2ms
62772
+ Delivered mail 5ddd5338a834b_4fe13ff58582bfd066294@Marios-MacBook-Pro.local.mail (1.2ms)
62773
+ Date: Tue, 26 Nov 2019 11:30:48 -0500
62774
+ From: please-change-me-at-config-initializers-devise@example.com
62775
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
62776
+ To: joey@jast.io
62777
+ Message-ID: <5ddd5338a834b_4fe13ff58582bfd066294@Marios-MacBook-Pro.local.mail>
62778
+ Subject: Confirmation instructions
62779
+ Mime-Version: 1.0
62780
+ Content-Type: text/html;
62781
+ charset=UTF-8
62782
+ Content-Transfer-Encoding: 7bit
62783
+ client-config: default
62784
+ redirect-url:
62785
+
62786
+ <p>Welcome joey@jast.io!</p>
62787
+
62788
+ <p>You can confirm your account email through the link below:</p>
62789
+
62790
+ <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=bZPYJExrs_XLR-Yb28Sm">Confirm my account</a></p>
62791
+
62792
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22bZPYJExrs_XLR-Yb28Sm%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fquitzon.com%2Fgiuseppe.abbott%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62793
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62794
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"bZPYJExrs_XLR-Yb28Sm\"\n redirectUrl: \"http://quitzon.com/giuseppe.abbott\"\n ) {\n email\n name\n }\n }\n"}
62795
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "bZPYJExrs_XLR-Yb28Sm"], ["LIMIT", 1]]
62796
+  (0.1ms) SAVEPOINT active_record_1
62797
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 16:30:48.692873"], ["updated_at", "2019-11-26 16:30:48.693062"], ["id", 1]]
62798
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62799
+ Redirected to http://quitzon.com/giuseppe.abbott?account_confirmation_success=true
62800
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms | Allocations: 1790)
62801
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62802
+  (0.3ms) rollback transaction
62803
+  (0.0ms) begin transaction
62804
+  (0.1ms) SAVEPOINT active_record_1
62805
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "aurelia@heaney.org"], ["provider", "email"], ["LIMIT", 1]]
62806
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "aurelia@heaney.org"], ["encrypted_password", "$2a$04$7tm1GKPyqRCkXki3sf9Lxu4pjQo2uXTywEKOYviJLV0A6IzY2iTwG"], ["confirmation_token", "msgKyr_oPiaCp2sS24YE"], ["confirmation_sent_at", "2019-11-26 16:30:48.699052"], ["name", "Rusty Nails"], ["email", "aurelia@heaney.org"], ["created_at", "2019-11-26 16:30:48.698965"], ["updated_at", "2019-11-26 16:30:48.698965"]]
62807
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62808
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22msgKyr_oPiaCp2sS24YE-invalid%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fzulauf.info%2Fgarth%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62809
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62810
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"msgKyr_oPiaCp2sS24YE-invalid\"\n redirectUrl: \"http://zulauf.info/garth\"\n ) {\n email\n name\n }\n }\n"}
62811
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "msgKyr_oPiaCp2sS24YE-invalid"], ["LIMIT", 1]]
62812
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "ff83dbf0d94d342a0d2ea1bc6eb1e84b759ae6987305befcb3741f33d6ddbb86"], ["LIMIT", 1]]
62813
+ Completed 200 OK in 97ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 2009)
62814
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62815
+  (0.6ms) rollback transaction
62816
+  (0.0ms) begin transaction
62817
+  (0.1ms) SAVEPOINT active_record_1
62818
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jeremy@stark.info"], ["provider", "email"], ["LIMIT", 1]]
62819
+ User Create (0.8ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "jeremy@stark.info"], ["encrypted_password", "$2a$04$FW7isEDmPznPN841EyOYzu.o5WAE9VDL72nwnVvX4vkHcrlK9ROVK"], ["confirmed_at", "2019-11-26 16:30:48.803104"], ["name", "Myra Maines"], ["email", "jeremy@stark.info"], ["created_at", "2019-11-26 16:30:48.804306"], ["updated_at", "2019-11-26 16:30:48.804306"]]
62820
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62821
+  (0.1ms) SAVEPOINT active_record_1
62822
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"laLH4QJVIQfN4n3ODxlgjQ\":{\"token\":\"$2a$10$F9SEvW8yTOY0zwXRYOormOHXR1Zfei5vh2NsZk.b.3AR0ps26qysq\",\"expiry\":1575995448,\"updated_at\":\"2019-11-26 16:30:48 UTC\"}}"], ["updated_at", "2019-11-26 16:30:48.866848"], ["id", 1]]
62823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62824
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62825
+ Processing by Api::V1::GraphqlController#graphql as HTML
62826
+ Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
62827
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "jeremy@stark.info"], ["LIMIT", 1]]
62828
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62829
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62830
+ Completed 200 OK in 59ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 9775)
62831
+  (0.6ms) rollback transaction
62832
+  (0.1ms) begin transaction
62833
+  (0.1ms) SAVEPOINT active_record_1
62834
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "berenice@borer.biz"], ["provider", "email"], ["LIMIT", 1]]
62835
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "berenice@borer.biz"], ["encrypted_password", "$2a$04$PhdJRUu9uSo3ePZ3pI.d4u5ueHs.uL2JCoPuUgI.pKxH8o6sI4iz2"], ["confirmed_at", "2019-11-26 16:30:48.936780"], ["name", "Walt Smedley"], ["email", "berenice@borer.biz"], ["created_at", "2019-11-26 16:30:48.937635"], ["updated_at", "2019-11-26 16:30:48.937635"]]
62836
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62837
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-11-26 11:30:48 -0500
62838
+ Processing by Api::V1::GraphqlController#graphql as HTML
62839
+ Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
62840
+ Filter chain halted as :authenticate_user! rendered or redirected
62841
+ Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 168)
62842
+  (0.4ms) rollback transaction
62843
+  (2.7ms) SELECT sqlite_version(*)
62844
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
62845
+  (0.1ms) SELECT sqlite_version(*)
62846
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
62847
+  (0.1ms) begin transaction
62848
+  (0.0ms) rollback transaction
62849
+  (0.0ms) begin transaction
62850
+  (0.0ms) rollback transaction
62851
+  (0.0ms) begin transaction
62852
+  (0.1ms) SAVEPOINT active_record_1
62853
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "tiana_kuphal@bartell.info"], ["provider", "email"], ["LIMIT", 1]]
62854
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "tiana_kuphal@bartell.info"], ["encrypted_password", "$2a$04$eAVusVNoQpq.AxasolERfeUwR4nUg0rM5B2z2f3W.P1lYZQiW2L.y"], ["confirmed_at", "2019-11-26 17:18:17.385215"], ["name", "Cole Kutz"], ["email", "tiana_kuphal@bartell.info"], ["created_at", "2019-11-26 17:18:17.386666"], ["updated_at", "2019-11-26 17:18:17.386666"]]
62855
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62856
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62857
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62858
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"tiana_kuphal@bartell.info\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62859
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tiana_kuphal@bartell.info"], ["LIMIT", 1]]
62860
+  (0.1ms) SAVEPOINT active_record_1
62861
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Jh-iQfdpuxvqx5CiINJo6g\":{\"token\":\"$2a$10$wM2MUlrNHwZSiHBa6eygWuxGugJKhLnyx0ycXb8gkVCezBuYnQt9e\",\"expiry\":1575998297,\"updated_at\":\"2019-11-26 17:18:17 UTC\"}}"], ["updated_at", "2019-11-26 17:18:17.468361"], ["id", 1]]
62862
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62863
+  (0.0ms) SAVEPOINT active_record_1
62864
+ 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-11-26 17:18:17.471471"], ["last_sign_in_at", "2019-11-26 17:18:17.471471"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2019-11-26 17:18:17.471663"], ["id", 1]]
62865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62866
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62867
+ Completed 200 OK in 63ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 18243)
62868
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62869
+  (0.3ms) rollback transaction
62870
+  (0.0ms) begin transaction
62871
+  (0.1ms) SAVEPOINT active_record_1
62872
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "teofila@davisdaniel.co"], ["provider", "email"], ["LIMIT", 1]]
62873
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "teofila@davisdaniel.co"], ["encrypted_password", "$2a$04$dNDDPG7izYBuShL8Al2cre26C3O6CC7lwcJTaD57gxTQPCmp/ijty"], ["confirmed_at", "2019-11-26 17:18:17.480960"], ["name", "Dee Liver"], ["email", "teofila@davisdaniel.co"], ["created_at", "2019-11-26 17:18:17.482350"], ["updated_at", "2019-11-26 17:18:17.482350"]]
62874
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62875
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62876
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62877
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"teofila@davisdaniel.co\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62878
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "teofila@davisdaniel.co"], ["LIMIT", 1]]
62879
+ User Update All (0.1ms) UPDATE "users" SET "failed_attempts" = COALESCE("failed_attempts", 0) + ? WHERE "users"."id" = ? [["failed_attempts", 1], ["id", 1]]
62880
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62881
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 2042)
62882
+  (0.4ms) rollback transaction
62883
+  (0.0ms) begin transaction
62884
+  (0.1ms) SAVEPOINT active_record_1
62885
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "palmer_marvin@pourosbrown.biz"], ["provider", "email"], ["LIMIT", 1]]
62886
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "palmer_marvin@pourosbrown.biz"], ["encrypted_password", "$2a$04$Es6YkSpxRHxYLDmUbr2rXO3KIgP53f8ROxtg7ueT5Y31yTblBzlFG"], ["confirmation_token", "yNkV6-CgKn9amFJzspCV"], ["confirmation_sent_at", "2019-11-26 17:18:17.494788"], ["name", "Rusty Blades"], ["email", "palmer_marvin@pourosbrown.biz"], ["created_at", "2019-11-26 17:18:17.494705"], ["updated_at", "2019-11-26 17:18:17.494705"]]
62887
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62888
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62889
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62890
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"palmer_marvin@pourosbrown.biz\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62891
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "palmer_marvin@pourosbrown.biz"], ["LIMIT", 1]]
62892
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1363)
62893
+  (0.3ms) rollback transaction
62894
+  (0.1ms) begin transaction
62895
+  (0.1ms) SAVEPOINT active_record_1
62896
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "bryan_deckow@weinat.info"], ["provider", "email"], ["LIMIT", 1]]
62897
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "locked_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "bryan_deckow@weinat.info"], ["encrypted_password", "$2a$04$Gdd00qC2Fo/Kcy.Qt1wgh.zOCAfR37/r9Y0up/cNTBcJdsi553bk."], ["confirmed_at", "2019-11-26 17:18:17.503393"], ["locked_at", "2019-11-26 17:18:17.503414"], ["name", "Rowan Boatman"], ["email", "bryan_deckow@weinat.info"], ["created_at", "2019-11-26 17:18:17.518750"], ["updated_at", "2019-11-26 17:18:17.518750"]]
62898
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62899
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62900
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62901
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"bryan_deckow@weinat.info\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62902
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bryan_deckow@weinat.info"], ["LIMIT", 1]]
62903
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1384)
62904
+  (0.3ms) rollback transaction
62905
+  (0.0ms) begin transaction
62906
+  (0.1ms) SAVEPOINT active_record_1
62907
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ahmed_adams@johnsbailey.info"], ["provider", "email"], ["LIMIT", 1]]
62908
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at", "auth_available") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "ahmed_adams@johnsbailey.info"], ["encrypted_password", "$2a$04$BVyofx1pTHCSvDaIa0z5BeY6o6YGwC1h9KX/S6jtVR19UdBzF5s.i"], ["confirmed_at", "2019-11-26 17:18:17.528148"], ["name", "Simon Swindells"], ["email", "ahmed_adams@johnsbailey.info"], ["created_at", "2019-11-26 17:18:17.529993"], ["updated_at", "2019-11-26 17:18:17.529993"], ["auth_available", 0]]
62909
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62910
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62911
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62912
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"ahmed_adams@johnsbailey.info\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
62913
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ahmed_adams@johnsbailey.info"], ["LIMIT", 1]]
62914
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1359)
62915
+  (0.6ms) rollback transaction
62916
+  (0.1ms) begin transaction
62917
+  (0.1ms) SAVEPOINT active_record_1
62918
+ Admin Exists? (0.1ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "kyung@hermann.com"], ["provider", "email"], ["LIMIT", 1]]
62919
+ Admin Create (0.5ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "kyung@hermann.com"], ["encrypted_password", "$2a$04$7STZhEQ73Hggk8Se/KYwFuh0ADugZf9IJgNrkcn9ClsCmXgOdnI4C"], ["confirmed_at", "2019-11-26 17:18:17.556627"], ["email", "kyung@hermann.com"], ["created_at", "2019-11-26 17:18:17.558326"], ["updated_at", "2019-11-26 17:18:17.558326"]]
62920
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62921
+ Started POST "/api/v1/admin/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62922
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62923
+ Parameters: {"query"=>" mutation {\n adminLogin(\n email: \"kyung@hermann.com\",\n password: \"12345678\"\n ) {\n authenticatable { email customField }\n }\n }\n"}
62924
+ Admin Load (0.3ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? LIMIT ? [["email", "kyung@hermann.com"], ["LIMIT", 1]]
62925
+  (0.1ms) SAVEPOINT active_record_1
62926
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"BM3gA8wTTFKHc6to52kGSQ\":{\"token\":\"$2a$10$0F05DCAYe81Tj7vDFTm.9entGXAEY0ZLKwfi.zw7p5PTbpDMuHJEq\",\"expiry\":1575998297,\"updated_at\":\"2019-11-26 17:18:17 UTC\"}}"], ["updated_at", "2019-11-26 17:18:17.633190"], ["id", 1]]
62927
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62928
+ Completed 200 OK in 73ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 2402)
62929
+  (0.3ms) rollback transaction
62930
+  (0.1ms) begin transaction
62931
+  (0.1ms) SAVEPOINT active_record_1
62932
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "vania@boylekeebler.io"], ["provider", "email"], ["LIMIT", 1]]
62933
+ Guest Create (0.6ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "vania@boylekeebler.io"], ["encrypted_password", "$2a$04$qcwORKswNz2jCVcCde3TvO82bgU4ZF9qDNPS5.93h8t23T6IoU13q"], ["confirmed_at", "2019-11-26 17:18:17.650755"], ["email", "vania@boylekeebler.io"], ["created_at", "2019-11-26 17:18:17.652754"], ["updated_at", "2019-11-26 17:18:17.652754"]]
62934
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62935
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62936
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62937
+ Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"vania@boylekeebler.io\",\n password: \"12345678\"\n ) {\n authenticatable { email }\n }\n }\n"}
62938
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 757)
62939
+  (0.4ms) rollback transaction
62940
+  (0.1ms) begin transaction
62941
+  (0.1ms) SAVEPOINT active_record_1
62942
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "delila@cole.name"], ["provider", "email"], ["LIMIT", 1]]
62943
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "delila@cole.name"], ["encrypted_password", "$2a$04$vHE7f8hYE7E5irJyj1XAueRXpbXeecVNxERuGmVS8X6FfXju7Xk.G"], ["confirmed_at", "2019-11-26 17:18:17.661586"], ["name", "Lily Livard"], ["email", "delila@cole.name"], ["created_at", "2019-11-26 17:18:17.663146"], ["updated_at", "2019-11-26 17:18:17.663146"]]
62944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62945
+  (0.1ms) SAVEPOINT active_record_1
62946
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"XFgMj7hBcuwNvvCHXYDuQg\":{\"token\":\"$2a$10$6hr8yS.a.8OkDM1CL5S5buJlAiOerc1HjmAlPF1DD9SNPHDzIhRjG\",\"expiry\":1575998297,\"updated_at\":\"2019-11-26 17:18:17 UTC\"}}"], ["updated_at", "2019-11-26 17:18:17.727807"], ["id", 1]]
62947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62948
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62949
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62950
+ Parameters: {"query"=>" mutation {\n userLogout {\n authenticatable { email }\n }\n }\n"}
62951
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "delila@cole.name"], ["LIMIT", 1]]
62952
+  (0.1ms) SAVEPOINT active_record_1
62953
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", nil], ["updated_at", "2019-11-26 17:18:17.792419"], ["id", 1]]
62954
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62955
+ Completed 200 OK in 63ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1896)
62956
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62957
+  (0.4ms) rollback transaction
62958
+  (0.0ms) begin transaction
62959
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62960
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62961
+ Parameters: {"query"=>" mutation {\n userLogout {\n authenticatable { email }\n }\n }\n"}
62962
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 957)
62963
+  (0.1ms) SAVEPOINT active_record_1
62964
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "elke.konopelski@wunsch.name"], ["provider", "email"], ["LIMIT", 1]]
62965
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "elke.konopelski@wunsch.name"], ["encrypted_password", "$2a$04$bxUfBjj6IHZJLNVI1ECp4.bXWzc.U0Ek.HMSylHiINGp0NbEDsy/W"], ["confirmed_at", "2019-11-26 17:18:17.800312"], ["name", "Polly Dent"], ["email", "elke.konopelski@wunsch.name"], ["created_at", "2019-11-26 17:18:17.801170"], ["updated_at", "2019-11-26 17:18:17.801170"]]
62966
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62967
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62968
+  (0.2ms) rollback transaction
62969
+  (0.0ms) begin transaction
62970
+  (0.2ms) SAVEPOINT active_record_1
62971
+ Admin Exists? (0.3ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "shayla.turner@bogan.biz"], ["provider", "email"], ["LIMIT", 1]]
62972
+ Admin Create (0.5ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "shayla.turner@bogan.biz"], ["encrypted_password", "$2a$04$F7D18Ko5mcb2ELCYO36iYeYBVew.SmdEgiEi7G8RJcaUsqz3Nkc12"], ["confirmed_at", "2019-11-26 17:18:17.805892"], ["email", "shayla.turner@bogan.biz"], ["created_at", "2019-11-26 17:18:17.809804"], ["updated_at", "2019-11-26 17:18:17.809804"]]
62973
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62974
+  (0.1ms) SAVEPOINT active_record_1
62975
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"dLBV8skcv1l3Y68ewQ86_Q\":{\"token\":\"$2a$10$bm4Yy6qGZsOfGhjfjUOkbOKpsjK3aypwNEuVJaNVXaj..Ru40OU3C\",\"expiry\":1575998297,\"updated_at\":\"2019-11-26 17:18:17 UTC\"}}"], ["updated_at", "2019-11-26 17:18:17.872755"], ["id", 1]]
62976
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62977
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62978
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62979
+ Parameters: {"query"=>" mutation {\n adminLogout {\n authenticatable { email }\n }\n }\n"}
62980
+ Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."uid" = ? LIMIT ? [["uid", "shayla.turner@bogan.biz"], ["LIMIT", 1]]
62981
+  (0.1ms) SAVEPOINT active_record_1
62982
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", nil], ["updated_at", "2019-11-26 17:18:17.943353"], ["id", 1]]
62983
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62984
+ Completed 200 OK in 70ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 1825)
62985
+ Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62986
+  (0.4ms) rollback transaction
62987
+  (0.0ms) begin transaction
62988
+  (0.1ms) SAVEPOINT active_record_1
62989
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "osvaldo.batz@ruel.org"], ["provider", "email"], ["LIMIT", 1]]
62990
+ User Create (0.9ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "osvaldo.batz@ruel.org"], ["encrypted_password", "$2a$04$XTqnvXAHiOi1QXazQak8UeRlAcv2w1xo.Vo8WKSgYmsV.6jVUqmQC"], ["confirmation_token", "yjfSGypsbsYTYypUV7JU"], ["confirmation_sent_at", "2019-11-26 17:18:17.955794"], ["name", "Kandi Apple"], ["email", "osvaldo.batz@ruel.org"], ["created_at", "2019-11-26 17:18:17.954775"], ["updated_at", "2019-11-26 17:18:17.954775"]]
62991
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62992
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:17 -0500
62993
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
62994
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"osvaldo.batz@ruel.org\",\n redirectUrl:\"http://oconnerdoyle.com/concepcion\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
62995
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "osvaldo.batz@ruel.org"], ["provider", "email"], ["LIMIT", 1]]
62996
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
62997
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 3.3ms | Allocations: 843)
62998
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 173.0ms
62999
+ Delivered mail 5ddd5e5a22dea_56b73ffab442e0201685c@Marios-MacBook-Pro.local.mail (8.1ms)
63000
+ Date: Tue, 26 Nov 2019 12:18:18 -0500
63001
+ From: please-change-me-at-config-initializers-devise@example.com
63002
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
63003
+ To: osvaldo.batz@ruel.org
63004
+ Message-ID: <5ddd5e5a22dea_56b73ffab442e0201685c@Marios-MacBook-Pro.local.mail>
63005
+ Subject: Confirmation instructions
63006
+ Mime-Version: 1.0
63007
+ Content-Type: text/html;
63008
+ charset=UTF-8
63009
+ Content-Transfer-Encoding: 7bit
63010
+ redirect-url: http://oconnerdoyle.com/concepcion
63011
+ client-config: default
63012
+
63013
+ <p>Welcome osvaldo.batz@ruel.org!</p>
63014
+
63015
+ <p>You can confirm your account email through the link below:</p>
63016
+
63017
+ <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%2Foconnerdoyle.com%2Fconcepcion&amp;variables%5Btoken%5D=yjfSGypsbsYTYypUV7JU">Confirm my account</a></p>
63018
+
63019
+ Completed 200 OK in 186ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 66572)
63020
+ 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%2Foconnerdoyle.com%2Fconcepcion&variables%5Btoken%5D=yjfSGypsbsYTYypUV7JU" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63021
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63022
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://oconnerdoyle.com/concepcion", "token"=>"yjfSGypsbsYTYypUV7JU"}}
63023
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "yjfSGypsbsYTYypUV7JU"], ["LIMIT", 1]]
63024
+  (0.1ms) SAVEPOINT active_record_1
63025
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:18:18.158186"], ["updated_at", "2019-11-26 17:18:18.158389"], ["id", 1]]
63026
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63027
+ Redirected to http://oconnerdoyle.com/concepcion?account_confirmation_success=true
63028
+ Completed 302 Found in 9ms (ActiveRecord: 0.4ms | Allocations: 2246)
63029
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63030
+  (0.3ms) rollback transaction
63031
+  (0.0ms) begin transaction
63032
+  (0.1ms) SAVEPOINT active_record_1
63033
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "cherry.ankunding@morar.net"], ["provider", "email"], ["LIMIT", 1]]
63034
+ User Create (1.1ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "cherry.ankunding@morar.net"], ["encrypted_password", "$2a$04$9M6suvH6q2YrQ.toZ5hkDO64qDA61Uq5597dCGDPB0dZ80lYozirK"], ["confirmation_token", "qSrgFi2w2-NHWyzwQLUR"], ["confirmation_sent_at", "2019-11-26 17:18:18.170236"], ["name", "Dennis Toffice"], ["email", "cherry.ankunding@morar.net"], ["created_at", "2019-11-26 17:18:18.170127"], ["updated_at", "2019-11-26 17:18:18.170127"]]
63035
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63036
+  (0.0ms) SAVEPOINT active_record_1
63037
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:18:18.172053"], ["updated_at", "2019-11-26 17:18:18.172191"], ["id", 1]]
63038
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63039
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63040
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63041
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"cherry.ankunding@morar.net\",\n redirectUrl:\"http://kelermoriette.io/logan.lowe\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
63042
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "cherry.ankunding@morar.net"], ["provider", "email"], ["LIMIT", 1]]
63043
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1352)
63044
+  (0.3ms) rollback transaction
63045
+  (0.0ms) begin transaction
63046
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63047
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63048
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"nothere@gmail.com\",\n redirectUrl:\"http://volkmanwunsch.biz/juliann_altenwerth\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
63049
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
63050
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1338)
63051
+  (0.0ms) rollback transaction
63052
+  (0.0ms) begin transaction
63053
+  (0.1ms) SAVEPOINT active_record_1
63054
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "alpha@marks.co"], ["provider", "email"], ["LIMIT", 1]]
63055
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "alpha@marks.co"], ["encrypted_password", "$2a$04$cV7aLbM.9.FWRhySWv4YXOiZxXCauk3eC1dSkQ/rbT8Fc9SvbkAxq"], ["confirmed_at", "2019-11-26 17:18:18.194547"], ["name", "Ben Down"], ["email", "alpha@marks.co"], ["created_at", "2019-11-26 17:18:18.196105"], ["updated_at", "2019-11-26 17:18:18.196105"]]
63056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63057
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63058
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63059
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"alpha@marks.co\",\n redirectUrl: \"http://corkerytreutel.org/roie_anderson\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
63060
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "alpha@marks.co"], ["provider", "email"], ["LIMIT", 1]]
63061
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "7aaf141a14e29bb8f4e2eed3db642f228ec74d3b320bdf1c94e47473594b7fc1"], ["LIMIT", 1]]
63062
+  (0.0ms) SAVEPOINT active_record_1
63063
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "7aaf141a14e29bb8f4e2eed3db642f228ec74d3b320bdf1c94e47473594b7fc1"], ["reset_password_sent_at", "2019-11-26 17:18:18.304435"], ["updated_at", "2019-11-26 17:18:18.304692"], ["id", 1]]
63064
+  (0.2ms) RELEASE SAVEPOINT active_record_1
63065
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb
63066
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb (Duration: 1.4ms | Allocations: 501)
63067
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 3.7ms
63068
+ Delivered mail 5ddd5e5a4c106_56b73ffab442e020169e4@Marios-MacBook-Pro.local.mail (2.1ms)
63069
+ Date: Tue, 26 Nov 2019 12:18:18 -0500
63070
+ From: please-change-me-at-config-initializers-devise@example.com
63071
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
63072
+ To: alpha@marks.co
63073
+ Message-ID: <5ddd5e5a4c106_56b73ffab442e020169e4@Marios-MacBook-Pro.local.mail>
63074
+ Subject: Reset password instructions
63075
+ Mime-Version: 1.0
63076
+ Content-Type: text/html;
63077
+ charset=UTF-8
63078
+ Content-Transfer-Encoding: 7bit
63079
+ email: alpha@marks.co
63080
+ provider: email
63081
+ redirect-url: http://corkerytreutel.org/roie_anderson
63082
+ client-config: default
63083
+
63084
+ <p>Hello alpha@marks.co!</p>
63085
+
63086
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
63087
+
63088
+ <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%2Fcorkerytreutel.org%2Froie_anderson&amp;variables%5Btoken%5D=tLajbPxLAfWyyB7zSVqm">Change my password</a></p>
63089
+
63090
+ <p>If you didn&#39;t request this, please ignore this email.</p>
63091
+ <p>Your password won&#39;t change until you access the link above and create a new one.</p>
63092
+
63093
+ Completed 200 OK in 113ms (Views: 0.1ms | ActiveRecord: 0.7ms | Allocations: 5426)
63094
+ 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%2Fcorkerytreutel.org%2Froie_anderson&variables%5Btoken%5D=tLajbPxLAfWyyB7zSVqm" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63095
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63096
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userCheckPasswordToken(resetPasswordToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://corkerytreutel.org/roie_anderson", "token"=>"tLajbPxLAfWyyB7zSVqm"}}
63097
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "7aaf141a14e29bb8f4e2eed3db642f228ec74d3b320bdf1c94e47473594b7fc1"], ["LIMIT", 1]]
63098
+  (0.1ms) SAVEPOINT active_record_1
63099
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"S1q34Dbc5XAJoh8O_9FaAg\":{\"token\":\"$2a$10$BXylMlJ5gWn0w04aoAz/O.vsWbajMldYwofG6XC2ePSdUJlFOxI4u\",\"expiry\":1575998298}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 17:18:18.368049"], ["id", 1]]
63100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63101
+ Redirected to http://corkerytreutel.org/roie_anderson?access-token=0DLXGti3D3qvmRbzJsl0sg&client=S1q34Dbc5XAJoh8O_9FaAg&client_id=S1q34Dbc5XAJoh8O_9FaAg&config=&expiry=1575998298&reset_password=true&token=0DLXGti3D3qvmRbzJsl0sg&uid=alpha%40marks.co
63102
+ Completed 302 Found in 54ms (ActiveRecord: 0.2ms | Allocations: 2117)
63103
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63104
+  (0.6ms) rollback transaction
63105
+  (0.1ms) begin transaction
63106
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63107
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63108
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"nothere@gmail.com\",\n redirectUrl: \"http://kihn.name/houston.wiegand\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
63109
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
63110
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms | Allocations: 1205)
63111
+  (0.0ms) rollback transaction
63112
+  (0.0ms) begin transaction
63113
+  (0.1ms) SELECT COUNT(*) FROM "users"
63114
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63115
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63116
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"viki_torphy@hauck.com\"\n name: \"Clifton Hackett\"\n password: \"0BuQm5X44mQl\"\n passwordConfirmation: \"0BuQm5X44mQl\"\n confirmSuccessUrl: \"http://berge.name/deon\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
63117
+  (0.1ms) SAVEPOINT active_record_1
63118
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "viki_torphy@hauck.com"], ["provider", "email"], ["LIMIT", 1]]
63119
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "viki_torphy@hauck.com"], ["encrypted_password", "$2a$04$xjH1ivYAw8la55cypttEHeeLZnkTjcAQ0Y7ZTqt9jGqu4zPpQ4.da"], ["confirmation_token", "cDMd8sQW_4ab77YE6kTq"], ["confirmation_sent_at", "2019-11-26 17:18:18.389241"], ["name", "Clifton Hackett"], ["email", "viki_torphy@hauck.com"], ["created_at", "2019-11-26 17:18:18.389157"], ["updated_at", "2019-11-26 17:18:18.389157"]]
63120
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63121
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
63122
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.3ms | Allocations: 250)
63123
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 1.5ms
63124
+ Delivered mail 5ddd5e5a5fe5a_56b73ffab442e02017019@Marios-MacBook-Pro.local.mail (1.7ms)
63125
+ Date: Tue, 26 Nov 2019 12:18:18 -0500
63126
+ From: please-change-me-at-config-initializers-devise@example.com
63127
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
63128
+ To: viki_torphy@hauck.com
63129
+ Message-ID: <5ddd5e5a5fe5a_56b73ffab442e02017019@Marios-MacBook-Pro.local.mail>
63130
+ Subject: Confirmation instructions
63131
+ Mime-Version: 1.0
63132
+ Content-Type: text/html;
63133
+ charset=UTF-8
63134
+ Content-Transfer-Encoding: 7bit
63135
+ redirect-url: http://berge.name/deon
63136
+ client-config: default
63137
+
63138
+ <p>Welcome viki_torphy@hauck.com!</p>
63139
+
63140
+ <p>You can confirm your account email through the link below:</p>
63141
+
63142
+ <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%2Fberge.name%2Fdeon&amp;variables%5Btoken%5D=cDMd8sQW_4ab77YE6kTq">Confirm my account</a></p>
63143
+
63144
+ Completed 200 OK in 9ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 4813)
63145
+  (0.1ms) SELECT COUNT(*) FROM "users"
63146
+ User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
63147
+ 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%2Fberge.name%2Fdeon&variables%5Btoken%5D=cDMd8sQW_4ab77YE6kTq" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63148
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63149
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://berge.name/deon", "token"=>"cDMd8sQW_4ab77YE6kTq"}}
63150
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "cDMd8sQW_4ab77YE6kTq"], ["LIMIT", 1]]
63151
+  (0.2ms) SAVEPOINT active_record_1
63152
+ User Update (0.2ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:18:18.402605"], ["updated_at", "2019-11-26 17:18:18.403359"], ["id", 1]]
63153
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63154
+ Redirected to http://berge.name/deon?account_confirmation_success=true
63155
+ Completed 302 Found in 7ms (ActiveRecord: 0.5ms | Allocations: 1925)
63156
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63157
+  (0.3ms) rollback transaction
63158
+  (0.1ms) begin transaction
63159
+  (0.1ms) SELECT COUNT(*) FROM "users"
63160
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63161
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63162
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"\"\n name: \"Karine Bergstrom\"\n password: \"DtSkJiY0eKe\"\n passwordConfirmation: \"DtSkJiY0eKe\"\n confirmSuccessUrl: \"http://muller.com/preston\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
63163
+  (0.1ms) SAVEPOINT active_record_1
63164
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", ""], ["provider", "email"], ["LIMIT", 1]]
63165
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
63166
+ Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 0.3ms | Allocations: 2714)
63167
+  (0.1ms) SELECT COUNT(*) FROM "users"
63168
+  (0.0ms) rollback transaction
63169
+  (0.0ms) begin transaction
63170
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63171
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63172
+ Parameters: {"query"=>" mutation {\n adminSignUp(\n email: \"randy.skiles@keeling.name\"\n password: \"CiGnPsA3e6IaWi\"\n passwordConfirmation: \"CiGnPsA3e6IaWi\"\n confirmSuccessUrl: \"http://balistreri.info/francesco\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
63173
+ Completed 200 OK in 35ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 823)
63174
+  (0.1ms) rollback transaction
63175
+  (0.0ms) begin transaction
63176
+  (0.2ms) SELECT COUNT(*) FROM "guests"
63177
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63178
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63179
+ Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"franklyn@goldnergibson.info\"\n password: \"EjOv3Xe51\"\n passwordConfirmation: \"EjOv3Xe51\"\n confirmSuccessUrl: \"http://parker.biz/lamont\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
63180
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 817)
63181
+  (0.1ms) SELECT COUNT(*) FROM "guests"
63182
+  (0.1ms) rollback transaction
63183
+  (0.1ms) begin transaction
63184
+  (0.6ms) SAVEPOINT active_record_1
63185
+ User Exists? (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "dorian.lynch@greenholt.net"], ["provider", "email"], ["LIMIT", 1]]
63186
+ User Create (1.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "dorian.lynch@greenholt.net"], ["encrypted_password", "$2a$04$FPZplpRJIZyoN990d1toE./6DkM4iKJlo0Hs78mtn8wcbv9SW9Jj."], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:18:18.495007"], ["name", "Bowen Arrow"], ["email", "dorian.lynch@greenholt.net"], ["created_at", "2019-11-26 17:18:18.499891"], ["updated_at", "2019-11-26 17:18:18.499891"]]
63187
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63188
+  (0.1ms) SAVEPOINT active_record_1
63189
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"eAnQyXWtyhLbsh2IvrUmHA\":{\"token\":\"$2a$10$ijoMtJbzUSnRfvXFSOMlkeIWpFTnlobv5b6io2Y0j3j/FrXIXxxDm\",\"expiry\":1575998298,\"updated_at\":\"2019-11-26 17:18:18 UTC\"}}"], ["updated_at", "2019-11-26 17:18:18.570660"], ["id", 1]]
63190
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63191
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63192
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63193
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
63194
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "dorian.lynch@greenholt.net"], ["LIMIT", 1]]
63195
+  (0.1ms) SAVEPOINT active_record_1
63196
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$ZcFLJewBkb6OCICho.PDV.e6btQoz2476kRwcVlATgc/J1JGm4g.2"], ["updated_at", "2019-11-26 17:18:18.634574"], ["id", 1]]
63197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63198
+  (0.0ms) SAVEPOINT active_record_1
63199
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:18:18.635840"], ["id", 1]]
63200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63201
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63202
+ Completed 200 OK in 64ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 2885)
63203
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63204
+  (0.6ms) rollback transaction
63205
+  (0.0ms) begin transaction
63206
+  (0.1ms) SAVEPOINT active_record_1
63207
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "dominique_beer@shanahan.org"], ["provider", "email"], ["LIMIT", 1]]
63208
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "dominique_beer@shanahan.org"], ["encrypted_password", "$2a$04$O2AAXQsG2i/fY9bOARjJve.bcStz177CHPLA1WhRFP/6goUvqBuCS"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:18:18.643190"], ["name", "Doris Schutt"], ["email", "dominique_beer@shanahan.org"], ["created_at", "2019-11-26 17:18:18.644228"], ["updated_at", "2019-11-26 17:18:18.644228"]]
63209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63210
+  (0.1ms) SAVEPOINT active_record_1
63211
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"A-cwAcl5LpnMt8LblTAJxQ\":{\"token\":\"$2a$10$XPinuFr21.0tWy29RbRk3ew6d2OKKs3yQ.23S.J1pGINKo3UTuWq.\",\"expiry\":1575998298,\"updated_at\":\"2019-11-26 17:18:18 UTC\"}}"], ["updated_at", "2019-11-26 17:18:18.700825"], ["id", 1]]
63212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63213
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63214
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63215
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
63216
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "dominique_beer@shanahan.org"], ["LIMIT", 1]]
63217
+  (0.1ms) SAVEPOINT active_record_1
63218
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$jjvgDf8Zx0gk/f.yYJ7Iau6T/BUT0m717Qv9JtfC11JCgbwNPlfx6"], ["updated_at", "2019-11-26 17:18:18.760068"], ["id", 1]]
63219
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63220
+  (0.1ms) SAVEPOINT active_record_1
63221
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:18:18.761246"], ["id", 1]]
63222
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63223
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63224
+ Completed 200 OK in 60ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2877)
63225
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63226
+  (0.4ms) rollback transaction
63227
+  (0.0ms) begin transaction
63228
+  (0.0ms) SAVEPOINT active_record_1
63229
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "dell.lubowitz@labadiestoltenberg.info"], ["provider", "email"], ["LIMIT", 1]]
63230
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "dell.lubowitz@labadiestoltenberg.info"], ["encrypted_password", "$2a$04$NeGVW1ma6fdgqAqWn9b9QO/mI.Z5Xmd0IUutW53o4opwdlSHNR60S"], ["confirmed_at", "2019-11-26 17:18:18.767680"], ["name", "Cal Efornia"], ["email", "dell.lubowitz@labadiestoltenberg.info"], ["created_at", "2019-11-26 17:18:18.768547"], ["updated_at", "2019-11-26 17:18:18.768547"]]
63231
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63232
+  (0.1ms) SAVEPOINT active_record_1
63233
+ User Update (0.2ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"gxiv8ObWqxLHuhFx7dX8cA\":{\"token\":\"$2a$10$AiHFz.oOF1H8LvKUvtio/.P3FhEkuwyrG1OZt/Aw/qIoSk.zxm5f2\",\"expiry\":1575998298,\"updated_at\":\"2019-11-26 17:18:18 UTC\"}}"], ["updated_at", "2019-11-26 17:18:18.822821"], ["id", 1]]
63234
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63235
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63236
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63237
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
63238
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "dell.lubowitz@labadiestoltenberg.info"], ["LIMIT", 1]]
63239
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63240
+ Completed 200 OK in 60ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 2360)
63241
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63242
+  (0.2ms) rollback transaction
63243
+  (0.0ms) begin transaction
63244
+  (0.1ms) SAVEPOINT active_record_1
63245
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "tracy@stroman.com"], ["provider", "email"], ["LIMIT", 1]]
63246
+ User Create (0.6ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "tracy@stroman.com"], ["encrypted_password", "$2a$04$fxpTDohBIvgcCF9xH398iOCHSHSMkflc5muOxaLl3LL93CBWxSNkC"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:18:18.889326"], ["name", "Skip Stone"], ["email", "tracy@stroman.com"], ["created_at", "2019-11-26 17:18:18.890951"], ["updated_at", "2019-11-26 17:18:18.890951"]]
63247
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63248
+  (0.1ms) SAVEPOINT active_record_1
63249
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"4dx0obH0_W1ybWdWq65juw\":{\"token\":\"$2a$10$TPWL0.FBoFWcDf7T4jGTnuJh.wRGoB9CHhXZ3c8wQz3wjNRFWEJ96\",\"expiry\":1575998298,\"updated_at\":\"2019-11-26 17:18:18 UTC\"}}"], ["updated_at", "2019-11-26 17:18:18.962060"], ["id", 1]]
63250
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63251
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:18 -0500
63252
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63253
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
63254
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "tracy@stroman.com"], ["LIMIT", 1]]
63255
+  (0.1ms) SAVEPOINT active_record_1
63256
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$kLDgJ6t8LRAmW.kbQwRFqOq/qt6icA5rV136rUAo4vmX7IWFGneAy"], ["updated_at", "2019-11-26 17:18:19.025117"], ["id", 1]]
63257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63258
+  (0.0ms) SAVEPOINT active_record_1
63259
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:18:19.026419"], ["id", 1]]
63260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63261
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63262
+ Completed 200 OK in 63ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2874)
63263
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63264
+  (0.3ms) rollback transaction
63265
+  (0.0ms) begin transaction
63266
+  (0.1ms) SAVEPOINT active_record_1
63267
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "willa_wunsch@crookstremblay.co"], ["provider", "email"], ["LIMIT", 1]]
63268
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "willa_wunsch@crookstremblay.co"], ["encrypted_password", "$2a$04$0iE2.vMQjQXM/RqFwye5X.ZjzAFgFdjuUkQSDLE6u0ABclnuMASEu"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:18:19.031599"], ["name", "Dusty Sandmann"], ["email", "willa_wunsch@crookstremblay.co"], ["created_at", "2019-11-26 17:18:19.032498"], ["updated_at", "2019-11-26 17:18:19.032498"]]
63269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63270
+  (0.1ms) SAVEPOINT active_record_1
63271
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"QIcJsKvfmCjWh9HkVIPDzQ\":{\"token\":\"$2a$10$q6izoSLC8A9M/qXFrLF9nOgCrwPZ6WghWjftr8Hgvu9VBOEVlTRqC\",\"expiry\":1575998299,\"updated_at\":\"2019-11-26 17:18:19 UTC\"}}"], ["updated_at", "2019-11-26 17:18:19.090756"], ["id", 1]]
63272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63273
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63274
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63275
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
63276
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "willa_wunsch@crookstremblay.co"], ["LIMIT", 1]]
63277
+  (0.1ms) SAVEPOINT active_record_1
63278
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$Gy/HgafJgReP5Yx3NiXLk.fEXC4Y3KW4oM689I7LwJoXPJJ/BYYqm"], ["updated_at", "2019-11-26 17:18:19.146874"], ["id", 1]]
63279
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63280
+  (0.0ms) SAVEPOINT active_record_1
63281
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:18:19.147943"], ["id", 1]]
63282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63283
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63284
+ Completed 200 OK in 56ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2877)
63285
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63286
+  (0.6ms) rollback transaction
63287
+  (0.0ms) begin transaction
63288
+  (0.0ms) SAVEPOINT active_record_1
63289
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "arron.moriette@anderson.biz"], ["provider", "email"], ["LIMIT", 1]]
63290
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "arron.moriette@anderson.biz"], ["encrypted_password", "$2a$04$wYXOHxMcCeQdJBomG6LlgumUJcpIgGQtCDwVKrWIsphI0Xa/c7EIG"], ["confirmed_at", "2019-11-26 17:18:19.153959"], ["name", "Bob Inforapples"], ["email", "arron.moriette@anderson.biz"], ["created_at", "2019-11-26 17:18:19.154809"], ["updated_at", "2019-11-26 17:18:19.154809"]]
63291
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63292
+  (0.1ms) SAVEPOINT active_record_1
63293
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"HFVJtukJ6oMiZQg_8_gcpA\":{\"token\":\"$2a$10$9gZJilwqmV.vmAUpNs7UI.fHvc3SGXV8XkqXQkBH.dbzMV927/v06\",\"expiry\":1575998299,\"updated_at\":\"2019-11-26 17:18:19 UTC\"}}"], ["updated_at", "2019-11-26 17:18:19.214100"], ["id", 1]]
63294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63295
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63296
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63297
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
63298
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "arron.moriette@anderson.biz"], ["LIMIT", 1]]
63299
+  (0.0ms) SAVEPOINT active_record_1
63300
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$RU4sohw1wLj2E2bLvoUIOuGoX/MT3rryvueOAC3K44REzU383g8oq"], ["updated_at", "2019-11-26 17:18:19.269352"], ["id", 1]]
63301
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63302
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63303
+ Completed 200 OK in 55ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 2643)
63304
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63305
+  (0.4ms) rollback transaction
63306
+  (0.0ms) begin transaction
63307
+  (0.0ms) SAVEPOINT active_record_1
63308
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "marisela@schinnerpredovic.org"], ["provider", "email"], ["LIMIT", 1]]
63309
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "marisela@schinnerpredovic.org"], ["encrypted_password", "$2a$04$IXJKMchIiueGW3IrrAxKSuiHmfkSX17/ZVdy0e0k3e90KIbd5UfZm"], ["confirmed_at", "2019-11-26 17:18:19.275477"], ["name", "Willie Maykit"], ["email", "marisela@schinnerpredovic.org"], ["created_at", "2019-11-26 17:18:19.276119"], ["updated_at", "2019-11-26 17:18:19.276119"]]
63310
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63311
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63312
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63313
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
63314
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1164)
63315
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63316
+  (0.2ms) rollback transaction
63317
+  (0.0ms) begin transaction
63318
+  (0.0ms) SAVEPOINT active_record_1
63319
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "esmeralda@veumoconnell.com"], ["provider", "email"], ["LIMIT", 1]]
63320
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "esmeralda@veumoconnell.com"], ["encrypted_password", "$2a$04$DyJYbhgBJ7XbnnqWF4iiL.YqBWg66JLJtyFlcEveVoSv/uu0E/fiK"], ["confirmed_at", "2019-11-26 17:18:19.282160"], ["name", "Amanda Lynn"], ["email", "esmeralda@veumoconnell.com"], ["created_at", "2019-11-26 17:18:19.282827"], ["updated_at", "2019-11-26 17:18:19.282827"]]
63321
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63322
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "4235a2414493b2f7c0f49ba738fd9d9d1caaf3e61ce46d6cca60b6d4f5d53b0f"], ["LIMIT", 1]]
63323
+  (0.0ms) SAVEPOINT active_record_1
63324
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "4235a2414493b2f7c0f49ba738fd9d9d1caaf3e61ce46d6cca60b6d4f5d53b0f"], ["reset_password_sent_at", "2019-11-26 17:18:19.284111"], ["updated_at", "2019-11-26 17:18:19.284215"], ["id", 1]]
63325
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63326
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22RoE7cimPEq-fERrpA5u_%22%2C%0A++++++++++++redirectUrl%3A+%22%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63327
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63328
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"RoE7cimPEq-fERrpA5u_\",\n redirectUrl: \"\"\n ) {\n email\n }\n }\n"}
63329
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "4235a2414493b2f7c0f49ba738fd9d9d1caaf3e61ce46d6cca60b6d4f5d53b0f"], ["LIMIT", 1]]
63330
+  (0.1ms) SAVEPOINT active_record_1
63331
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"r1h6Z67adjE19aXecpFujg\":{\"token\":\"$2a$10$s4w473F1aywo2bsmSREcSOGguRuwxiPmz4FoMtVa0vUQsDnYjSmUK\",\"expiry\":1575998299}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 17:18:19.335802"], ["id", 1]]
63332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63333
+  (0.1ms) SAVEPOINT active_record_1
63334
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"r1h6Z67adjE19aXecpFujg\":{\"token\":\"$2a$10$s4w473F1aywo2bsmSREcSOGguRuwxiPmz4FoMtVa0vUQsDnYjSmUK\",\"expiry\":1575998299},\"Qa2So7lmmH1Xma4MWu6nkg\":{\"token\":\"$2a$10$9PqMMkjp7fLoGzccaZMTrOehuU87YTvXcxD3.FIH1bMrPWo/RuNrW\",\"expiry\":1575998299,\"updated_at\":\"2019-11-26 17:18:19 UTC\"}}"], ["updated_at", "2019-11-26 17:18:19.383984"], ["id", 1]]
63335
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63336
+ Completed 200 OK in 99ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2657)
63337
+  (0.6ms) rollback transaction
63338
+  (0.0ms) begin transaction
63339
+  (0.0ms) SAVEPOINT active_record_1
63340
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "vickey@stehrstamm.info"], ["provider", "email"], ["LIMIT", 1]]
63341
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "vickey@stehrstamm.info"], ["encrypted_password", "$2a$04$h.YDgsZ/xtSocnTP4WzQhuyWj/1Gd5i8NRotB3C7QaXs0lN..C9aS"], ["confirmed_at", "2019-11-26 17:18:19.388288"], ["name", "Joe Czarfunee"], ["email", "vickey@stehrstamm.info"], ["created_at", "2019-11-26 17:18:19.389205"], ["updated_at", "2019-11-26 17:18:19.389205"]]
63342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63343
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "a9d60218cf124b7cee006c3cbe25a4a073a4515711727fb4c2b9ca9c529bbd81"], ["LIMIT", 1]]
63344
+  (0.1ms) SAVEPOINT active_record_1
63345
+ User Update (0.2ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "a9d60218cf124b7cee006c3cbe25a4a073a4515711727fb4c2b9ca9c529bbd81"], ["reset_password_sent_at", "2019-11-26 17:18:19.391771"], ["updated_at", "2019-11-26 17:18:19.392059"], ["id", 1]]
63346
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63347
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22z888yhPAPc5MhP7u4LUp%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-11-26 12:18:19 -0500
63348
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63349
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"z888yhPAPc5MhP7u4LUp\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
63350
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "a9d60218cf124b7cee006c3cbe25a4a073a4515711727fb4c2b9ca9c529bbd81"], ["LIMIT", 1]]
63351
+  (0.1ms) SAVEPOINT active_record_1
63352
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Fvbna04NINDoGHkKFTCAmA\":{\"token\":\"$2a$10$VQr1j1GIdBcIzDIFPnr4OeaK1ANLSswp4QdhsEqP4LhRkbhhIOzD.\",\"expiry\":1575998299}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 17:18:19.453321"], ["id", 1]]
63353
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63354
+ Redirected to https://google.com?access-token=hllJznTuU_O0YgxfBhS04g&client=Fvbna04NINDoGHkKFTCAmA&client_id=Fvbna04NINDoGHkKFTCAmA&config=&expiry=1575998299&reset_password=true&token=hllJznTuU_O0YgxfBhS04g&uid=vickey%40stehrstamm.info
63355
+ Completed 302 Found in 59ms (ActiveRecord: 0.3ms | Allocations: 1916)
63356
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63357
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63358
+  (0.2ms) rollback transaction
63359
+  (0.0ms) begin transaction
63360
+  (0.0ms) SAVEPOINT active_record_1
63361
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "raymundo@mccullough.co"], ["provider", "email"], ["LIMIT", 1]]
63362
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "raymundo@mccullough.co"], ["encrypted_password", "$2a$04$Btp.tKtDX2kNMnc/v577iuNT/59PZJ6dfCj95MDnHk4qU8vz/7.VS"], ["confirmed_at", "2019-11-26 07:18:19"], ["name", "Ed Venture"], ["email", "raymundo@mccullough.co"], ["created_at", "2019-11-26 07:18:19"], ["updated_at", "2019-11-26 07:18:19"]]
63363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63364
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "ed0827575b5642b18a3e9abfb5dd38ed9cacc0dd424904a48f575f6614634554"], ["LIMIT", 1]]
63365
+  (0.0ms) SAVEPOINT active_record_1
63366
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ? WHERE "users"."id" = ? [["reset_password_token", "ed0827575b5642b18a3e9abfb5dd38ed9cacc0dd424904a48f575f6614634554"], ["reset_password_sent_at", "2019-11-26 07:18:19"], ["id", 1]]
63367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63368
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22grszEdHYuCmHRnxXtynA%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-11-26 12:18:19 -0500
63369
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63370
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"grszEdHYuCmHRnxXtynA\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
63371
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "ed0827575b5642b18a3e9abfb5dd38ed9cacc0dd424904a48f575f6614634554"], ["LIMIT", 1]]
63372
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1266)
63373
+  (0.2ms) rollback transaction
63374
+  (0.0ms) begin transaction
63375
+  (0.1ms) SAVEPOINT active_record_1
63376
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "lynn_yost@will.org"], ["provider", "email"], ["LIMIT", 1]]
63377
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "lynn_yost@will.org"], ["encrypted_password", "$2a$04$Bkumcaq0QKiUJ2im6FMViebXTx9avYBtVloRcyJuDG89Gi97nE7Yu"], ["confirmed_at", "2019-11-26 17:18:19.469133"], ["name", "Midas Well"], ["email", "lynn_yost@will.org"], ["created_at", "2019-11-26 17:18:19.470070"], ["updated_at", "2019-11-26 17:18:19.470070"]]
63378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63379
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "f004d0465972e2c2518f03d04b028c307df5fc032fe27db9c77f4f5194629228"], ["LIMIT", 1]]
63380
+  (0.0ms) SAVEPOINT active_record_1
63381
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "f004d0465972e2c2518f03d04b028c307df5fc032fe27db9c77f4f5194629228"], ["reset_password_sent_at", "2019-11-26 17:18:19.471579"], ["updated_at", "2019-11-26 17:18:19.471694"], ["id", 1]]
63382
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63383
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%227foqF1thAUMMwux2k2zBinvalid%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-11-26 12:18:19 -0500
63384
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63385
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"7foqF1thAUMMwux2k2zBinvalid\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
63386
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "eaea4ae48827fa319546915dacb1d8227e88cd2177b8c713b78f2628dec82422"], ["LIMIT", 1]]
63387
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms | Allocations: 1224)
63388
+  (0.5ms) rollback transaction
63389
+  (0.1ms) begin transaction
63390
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63391
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63392
+ Parameters: {"query"=>" query {\n adminCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
63393
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 722)
63394
+  (0.1ms) rollback transaction
63395
+  (0.1ms) begin transaction
63396
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63397
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63398
+ Parameters: {"query"=>" query {\n guestCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
63399
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 722)
63400
+  (0.1ms) rollback transaction
63401
+  (0.1ms) begin transaction
63402
+  (0.1ms) SAVEPOINT active_record_1
63403
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "marjory_miller@kozey.name"], ["provider", "email"], ["LIMIT", 1]]
63404
+ User Create (0.6ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "marjory_miller@kozey.name"], ["encrypted_password", "$2a$04$UnmkgyKEQCgUuZno0XyEfuo/3/bj6uy4AlElRhstQSr7U/vbJU2IC"], ["confirmation_token", "wft1G_MnuxXuQzhsovyo"], ["confirmation_sent_at", "2019-11-26 17:18:19.493498"], ["name", "June Bugg"], ["email", "marjory_miller@kozey.name"], ["created_at", "2019-11-26 17:18:19.493274"], ["updated_at", "2019-11-26 17:18:19.493274"]]
63405
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63406
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
63407
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.6ms | Allocations: 235)
63408
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.0ms
63409
+ Delivered mail 5ddd5e5b799f8_56b73ffab442e02017185@Marios-MacBook-Pro.local.mail (1.7ms)
63410
+ Date: Tue, 26 Nov 2019 12:18:19 -0500
63411
+ From: please-change-me-at-config-initializers-devise@example.com
63412
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
63413
+ To: marjory_miller@kozey.name
63414
+ Message-ID: <5ddd5e5b799f8_56b73ffab442e02017185@Marios-MacBook-Pro.local.mail>
63415
+ Subject: Confirmation instructions
63416
+ Mime-Version: 1.0
63417
+ Content-Type: text/html;
63418
+ charset=UTF-8
63419
+ Content-Transfer-Encoding: 7bit
63420
+ client-config: default
63421
+ redirect-url:
63422
+
63423
+ <p>Welcome marjory_miller@kozey.name!</p>
63424
+
63425
+ <p>You can confirm your account email through the link below:</p>
63426
+
63427
+ <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=wft1G_MnuxXuQzhsovyo">Confirm my account</a></p>
63428
+
63429
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22wft1G_MnuxXuQzhsovyo%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fbaumbachoconnell.org%2Flizzette_rodriguez%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63430
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63431
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"wft1G_MnuxXuQzhsovyo\"\n redirectUrl: \"http://baumbachoconnell.org/lizzette_rodriguez\"\n ) {\n email\n name\n }\n }\n"}
63432
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "wft1G_MnuxXuQzhsovyo"], ["LIMIT", 1]]
63433
+  (0.3ms) SAVEPOINT active_record_1
63434
+ User Update (0.2ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:18:19.504207"], ["updated_at", "2019-11-26 17:18:19.504639"], ["id", 1]]
63435
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63436
+ Redirected to http://baumbachoconnell.org/lizzette_rodriguez?account_confirmation_success=true
63437
+ Completed 302 Found in 8ms (ActiveRecord: 0.7ms | Allocations: 1792)
63438
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63439
+  (0.8ms) rollback transaction
63440
+  (0.1ms) begin transaction
63441
+  (0.1ms) SAVEPOINT active_record_1
63442
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ariel_zemlak@kingwiza.com"], ["provider", "email"], ["LIMIT", 1]]
63443
+ User Create (0.8ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "ariel_zemlak@kingwiza.com"], ["encrypted_password", "$2a$04$DDJdfhWiXQdlAcmmZQeE5uuPoafBrXpCRXiSNrWBexgNoGYQyTHP6"], ["confirmation_token", "Psx5GWmrkhST86wm9SDP"], ["confirmation_sent_at", "2019-11-26 17:18:19.519587"], ["name", "Adam Zapel"], ["email", "ariel_zemlak@kingwiza.com"], ["created_at", "2019-11-26 17:18:19.519453"], ["updated_at", "2019-11-26 17:18:19.519453"]]
63444
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63445
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22Psx5GWmrkhST86wm9SDP-invalid%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Flangworth.com%2Fdarell.emmerich%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63446
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63447
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"Psx5GWmrkhST86wm9SDP-invalid\"\n redirectUrl: \"http://langworth.com/darell.emmerich\"\n ) {\n email\n name\n }\n }\n"}
63448
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "Psx5GWmrkhST86wm9SDP-invalid"], ["LIMIT", 1]]
63449
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "8e4fed077afba366647452cbbe5e9bd1425b198f7feb7690ecc9336245111699"], ["LIMIT", 1]]
63450
+ Completed 200 OK in 115ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 2009)
63451
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63452
+  (0.6ms) rollback transaction
63453
+  (0.1ms) begin transaction
63454
+  (0.1ms) SAVEPOINT active_record_1
63455
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "herbert@kris.info"], ["provider", "email"], ["LIMIT", 1]]
63456
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "herbert@kris.info"], ["encrypted_password", "$2a$04$.qB7VsxbutTVWvtrcKmYtOb/dtctpmFcpR1zlmo32YPwVCxSMdStO"], ["confirmed_at", "2019-11-26 17:18:19.643406"], ["name", "Russell Sprout"], ["email", "herbert@kris.info"], ["created_at", "2019-11-26 17:18:19.644316"], ["updated_at", "2019-11-26 17:18:19.644316"]]
63457
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63458
+  (0.1ms) SAVEPOINT active_record_1
63459
+ User Update (0.2ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"alzUd2WW1RLJ1mB5Q_FCfw\":{\"token\":\"$2a$10$ON7ayI4EgrSEy3FiFDuxSeffB1uJB4DqIdRB2d7OPkPiKfRzklJfq\",\"expiry\":1575998299,\"updated_at\":\"2019-11-26 17:18:19 UTC\"}}"], ["updated_at", "2019-11-26 17:18:19.698138"], ["id", 1]]
63460
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63461
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63462
+ Processing by Api::V1::GraphqlController#graphql as HTML
63463
+ Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
63464
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "herbert@kris.info"], ["LIMIT", 1]]
63465
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63466
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63467
+ Completed 200 OK in 57ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 9775)
63468
+  (0.6ms) rollback transaction
63469
+  (0.1ms) begin transaction
63470
+  (0.0ms) SAVEPOINT active_record_1
63471
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "katia@muller.io"], ["provider", "email"], ["LIMIT", 1]]
63472
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "katia@muller.io"], ["encrypted_password", "$2a$04$UGyfZAFY3XAWIwH6jNbZb.N7/WiMtLwAJ/PlTA9lNy/crSFEmU1jO"], ["confirmed_at", "2019-11-26 17:18:19.766890"], ["name", "Sue Render"], ["email", "katia@muller.io"], ["created_at", "2019-11-26 17:18:19.767700"], ["updated_at", "2019-11-26 17:18:19.767700"]]
63473
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63474
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-11-26 12:18:19 -0500
63475
+ Processing by Api::V1::GraphqlController#graphql as HTML
63476
+ Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
63477
+ Filter chain halted as :authenticate_user! rendered or redirected
63478
+ Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 168)
63479
+  (0.2ms) rollback transaction
63480
+  (1.6ms) SELECT sqlite_version(*)
63481
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
63482
+  (0.0ms) SELECT sqlite_version(*)
63483
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
63484
+  (0.1ms) begin transaction
63485
+  (0.1ms) SAVEPOINT active_record_1
63486
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "willa.cartwright@schumm.info"], ["provider", "email"], ["LIMIT", 1]]
63487
+ Guest Create (0.3ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "willa.cartwright@schumm.info"], ["encrypted_password", "$2a$04$ccXqOg5Ah4LGDZ0Ir6fqfuLatMq/zr5iJ7G4ao0NK4hK.ftpWlAwO"], ["confirmed_at", "2019-11-26 17:18:54.708186"], ["email", "willa.cartwright@schumm.info"], ["created_at", "2019-11-26 17:18:54.709452"], ["updated_at", "2019-11-26 17:18:54.709452"]]
63488
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63489
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:18:54 -0500
63490
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63491
+ Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"willa.cartwright@schumm.info\",\n password: \"12345678\"\n ) {\n authenticatable { email }\n }\n }\n"}
63492
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 15421)
63493
+  (0.3ms) rollback transaction
63494
+  (1.7ms) SELECT sqlite_version(*)
63495
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
63496
+  (0.0ms) SELECT sqlite_version(*)
63497
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
63498
+  (0.1ms) begin transaction
63499
+  (0.1ms) SAVEPOINT active_record_1
63500
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "kendal_runolfsdottir@wyman.org"], ["provider", "email"], ["LIMIT", 1]]
63501
+ Guest Create (0.7ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "kendal_runolfsdottir@wyman.org"], ["encrypted_password", "$2a$04$hbhoqQtVsQvMrYPE5/gPXeMQVidOahas9KZoc7p2PB8NuS48uYKhm"], ["confirmed_at", "2019-11-26 17:21:04.914009"], ["email", "kendal_runolfsdottir@wyman.org"], ["created_at", "2019-11-26 17:21:04.915222"], ["updated_at", "2019-11-26 17:21:04.915222"]]
63502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63503
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:21:04 -0500
63504
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63505
+ Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"kendal_runolfsdottir@wyman.org\",\n password: \"12345678\"\n ) {\n authenticatable { email }\n }\n }\n"}
63506
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 352)
63507
+  (0.3ms) rollback transaction
63508
+  (1.7ms) SELECT sqlite_version(*)
63509
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
63510
+  (0.0ms) SELECT sqlite_version(*)
63511
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
63512
+  (0.1ms) begin transaction
63513
+  (0.1ms) SAVEPOINT active_record_1
63514
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "claribel_stracke@hegmann.biz"], ["provider", "email"], ["LIMIT", 1]]
63515
+ Guest Create (0.3ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "claribel_stracke@hegmann.biz"], ["encrypted_password", "$2a$04$Vl.wKjV2ha.X8jpRoHrIVOMD7S7V.qm1VWjM2ZhcnAcD/0Qwz9ld2"], ["confirmed_at", "2019-11-26 17:21:16.575680"], ["email", "claribel_stracke@hegmann.biz"], ["created_at", "2019-11-26 17:21:16.576962"], ["updated_at", "2019-11-26 17:21:16.576962"]]
63516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63517
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:21:16 -0500
63518
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63519
+ Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"claribel_stracke@hegmann.biz\",\n password: \"12345678\"\n ) {\n authenticatable { email }\n }\n }\n"}
63520
+ Guest Load (0.1ms) SELECT "guests".* FROM "guests" WHERE "guests"."email" = ? LIMIT ? [["email", "claribel_stracke@hegmann.biz"], ["LIMIT", 1]]
63521
+  (0.1ms) SAVEPOINT active_record_1
63522
+ Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"9PxRIWZoqfNNLYVeS53QbQ\":{\"token\":\"$2a$10$JMFrWSTYFCR0gEFBG1H6hOTUJ9z9qwFSc6l46tWWPhnipXhsdE7bq\",\"expiry\":1575998476,\"updated_at\":\"2019-11-26 17:21:16 UTC\"}}"], ["updated_at", "2019-11-26 17:21:16.646900"], ["id", 1]]
63523
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63524
+ Completed 200 OK in 58ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 19516)
63525
+  (0.3ms) rollback transaction
63526
+  (1.6ms) SELECT sqlite_version(*)
63527
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
63528
+  (0.0ms) SELECT sqlite_version(*)
63529
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
63530
+  (0.1ms) begin transaction
63531
+  (0.1ms) SAVEPOINT active_record_1
63532
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "percy@trantowwuckert.com"], ["provider", "email"], ["LIMIT", 1]]
63533
+ Guest Create (0.6ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "percy@trantowwuckert.com"], ["encrypted_password", "$2a$04$nXbBR.BnlQTlK7Z8f7O5QebPhLGuYLmqcPL08JZ4M1MKHUevoN9k6"], ["confirmed_at", "2019-11-26 17:22:04.409469"], ["email", "percy@trantowwuckert.com"], ["created_at", "2019-11-26 17:22:04.410735"], ["updated_at", "2019-11-26 17:22:04.410735"]]
63534
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63535
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:22:04 -0500
63536
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63537
+ Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"percy@trantowwuckert.com\",\n password: \"12345678\"\n ) {\n authenticatable { email }\n }\n }\n"}
63538
+ Guest Load (0.1ms) SELECT "guests".* FROM "guests" WHERE "guests"."email" = ? LIMIT ? [["email", "percy@trantowwuckert.com"], ["LIMIT", 1]]
63539
+  (0.1ms) SAVEPOINT active_record_1
63540
+ Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"DqPjoWyI2S4G4ylWS0l2ew\":{\"token\":\"$2a$10$3HQddiaejwUSatfBBY9m6Oy37G2iT5VQdz6orM0sOWfQ0f7lJZ.qC\",\"expiry\":1575998524,\"updated_at\":\"2019-11-26 17:22:04 UTC\"}}"], ["updated_at", "2019-11-26 17:22:04.482259"], ["id", 1]]
63541
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63542
+ Completed 200 OK in 60ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 19386)
63543
+  (0.3ms) rollback transaction
63544
+  (1.7ms) SELECT sqlite_version(*)
63545
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
63546
+  (0.0ms) SELECT sqlite_version(*)
63547
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
63548
+  (0.1ms) begin transaction
63549
+  (0.0ms) rollback transaction
63550
+  (0.0ms) begin transaction
63551
+  (0.0ms) rollback transaction
63552
+  (0.1ms) begin transaction
63553
+  (0.1ms) SAVEPOINT active_record_1
63554
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "libby_mann@littlepaucek.biz"], ["provider", "email"], ["LIMIT", 1]]
63555
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "libby_mann@littlepaucek.biz"], ["encrypted_password", "$2a$04$PHPBkB7OIa384aAigddgBuRt5y/pfencwoeIWBcSAvLiqFg1ejcNS"], ["confirmed_at", "2019-11-26 17:22:57.579145"], ["name", "Cal Seeium"], ["email", "libby_mann@littlepaucek.biz"], ["created_at", "2019-11-26 17:22:57.580406"], ["updated_at", "2019-11-26 17:22:57.580406"]]
63556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63557
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:22:57 -0500
63558
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63559
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"libby_mann@littlepaucek.biz\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
63560
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "libby_mann@littlepaucek.biz"], ["LIMIT", 1]]
63561
+  (0.1ms) SAVEPOINT active_record_1
63562
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"pHHXaqz6nvjuUgLrr10sRA\":{\"token\":\"$2a$10$UoBMsRTxsGUH33tgnp.o/O46vfqv953WgJFIBc8e20.gJVaDftPBi\",\"expiry\":1575998577,\"updated_at\":\"2019-11-26 17:22:57 UTC\"}}"], ["updated_at", "2019-11-26 17:22:57.654199"], ["id", 1]]
63563
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63564
+  (0.0ms) SAVEPOINT active_record_1
63565
+ 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-11-26 17:22:57.657247"], ["last_sign_in_at", "2019-11-26 17:22:57.657247"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2019-11-26 17:22:57.657461"], ["id", 1]]
63566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63567
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63568
+ Completed 200 OK in 63ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 20611)
63569
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63570
+  (0.6ms) rollback transaction
63571
+  (0.0ms) begin transaction
63572
+  (0.1ms) SAVEPOINT active_record_1
63573
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "joel@yundt.net"], ["provider", "email"], ["LIMIT", 1]]
63574
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "joel@yundt.net"], ["encrypted_password", "$2a$04$aD6yM28SS3qOUqnrkbAJpOvq04hAf7nkbO2xkfzJQleFT./525SPq"], ["confirmed_at", "2019-11-26 17:22:57.676696"], ["name", "Marshall Law"], ["email", "joel@yundt.net"], ["created_at", "2019-11-26 17:22:57.677809"], ["updated_at", "2019-11-26 17:22:57.677809"]]
63575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63576
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:22:57 -0500
63577
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63578
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"joel@yundt.net\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
63579
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joel@yundt.net"], ["LIMIT", 1]]
63580
+ User Update All (0.1ms) UPDATE "users" SET "failed_attempts" = COALESCE("failed_attempts", 0) + ? WHERE "users"."id" = ? [["failed_attempts", 1], ["id", 1]]
63581
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63582
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 2043)
63583
+  (0.3ms) rollback transaction
63584
+  (0.0ms) begin transaction
63585
+  (0.1ms) SAVEPOINT active_record_1
63586
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "rocky@gibson.com"], ["provider", "email"], ["LIMIT", 1]]
63587
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "rocky@gibson.com"], ["encrypted_password", "$2a$04$7FeGdbxhmJmzzwV4WWE1xuB4FVGhsuBm5Nt3iE/gEnB5OB28oyG0y"], ["confirmation_token", "dRVPgPCvVYHxSbtzBEaZ"], ["confirmation_sent_at", "2019-11-26 17:22:57.689603"], ["name", "Doug Graves"], ["email", "rocky@gibson.com"], ["created_at", "2019-11-26 17:22:57.689500"], ["updated_at", "2019-11-26 17:22:57.689500"]]
63588
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63589
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:22:57 -0500
63590
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63591
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"rocky@gibson.com\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
63592
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rocky@gibson.com"], ["LIMIT", 1]]
63593
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1362)
63594
+  (0.4ms) rollback transaction
63595
+  (0.0ms) begin transaction
63596
+  (0.1ms) SAVEPOINT active_record_1
63597
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "easter_koch@shanahan.name"], ["provider", "email"], ["LIMIT", 1]]
63598
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "locked_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "easter_koch@shanahan.name"], ["encrypted_password", "$2a$04$Y0rXru4jAzSOhrPY.Rj.duc9LJUdnOSr3HVDkX/2ekVhizpKzlEXK"], ["confirmed_at", "2019-11-26 17:22:57.697671"], ["locked_at", "2019-11-26 17:22:57.697684"], ["name", "Mel Function"], ["email", "easter_koch@shanahan.name"], ["created_at", "2019-11-26 17:22:57.698651"], ["updated_at", "2019-11-26 17:22:57.698651"]]
63599
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63600
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:22:57 -0500
63601
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63602
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"easter_koch@shanahan.name\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
63603
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "easter_koch@shanahan.name"], ["LIMIT", 1]]
63604
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1381)
63605
+  (0.3ms) rollback transaction
63606
+  (0.0ms) begin transaction
63607
+  (0.1ms) SAVEPOINT active_record_1
63608
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "ellyn@will.co"], ["provider", "email"], ["LIMIT", 1]]
63609
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at", "auth_available") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "ellyn@will.co"], ["encrypted_password", "$2a$04$/dW19zvnbvOFewW1yJY2uOVWKp/qJxXTxz.MJzevUqyM0lG9Mjlny"], ["confirmed_at", "2019-11-26 17:22:57.706700"], ["name", "Morey Bund"], ["email", "ellyn@will.co"], ["created_at", "2019-11-26 17:22:57.707741"], ["updated_at", "2019-11-26 17:22:57.707741"], ["auth_available", 0]]
63610
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63611
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:22:57 -0500
63612
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63613
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"ellyn@will.co\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
63614
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ellyn@will.co"], ["LIMIT", 1]]
63615
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1359)
63616
+  (0.3ms) rollback transaction
63617
+  (0.0ms) begin transaction
63618
+  (0.1ms) SAVEPOINT active_record_1
63619
+ Admin Exists? (0.1ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "wendell@hammes.io"], ["provider", "email"], ["LIMIT", 1]]
63620
+ Admin Create (0.4ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "wendell@hammes.io"], ["encrypted_password", "$2a$04$3Jf/5PEg0Ij0YmgbWNsK.uaVpuNv986z0zAAhxtyFR1xFYomv4LfO"], ["confirmed_at", "2019-11-26 17:22:57.728165"], ["email", "wendell@hammes.io"], ["created_at", "2019-11-26 17:22:57.729426"], ["updated_at", "2019-11-26 17:22:57.729426"]]
63621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63622
+ Started POST "/api/v1/admin/graphql_auth" for 127.0.0.1 at 2019-11-26 12:22:57 -0500
63623
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63624
+ Parameters: {"query"=>" mutation {\n adminLogin(\n email: \"wendell@hammes.io\",\n password: \"12345678\"\n ) {\n authenticatable { email customField }\n }\n }\n"}
63625
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? LIMIT ? [["email", "wendell@hammes.io"], ["LIMIT", 1]]
63626
+  (0.1ms) SAVEPOINT active_record_1
63627
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"AmTqUeT_O0duEH_kWPslWw\":{\"token\":\"$2a$10$grlvvxPPMelOpWw0MniSZ.96ODQGGmanCaRx0q8uJ3b05rGKeNGhO\",\"expiry\":1575998577,\"updated_at\":\"2019-11-26 17:22:57 UTC\"}}"], ["updated_at", "2019-11-26 17:22:57.791274"], ["id", 1]]
63628
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63629
+ Completed 200 OK in 62ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 2402)
63630
+  (0.6ms) rollback transaction
63631
+  (0.1ms) begin transaction
63632
+  (0.1ms) SAVEPOINT active_record_1
63633
+ Guest Exists? (0.2ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "allen_donnelly@lemkeschmitt.name"], ["provider", "email"], ["LIMIT", 1]]
63634
+ Guest Create (0.7ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "allen_donnelly@lemkeschmitt.name"], ["encrypted_password", "$2a$04$byc/a2ExVWF5tDnLa8JxiOobgYcgSNcHmoMgP0xo83jX8cAZRZnHK"], ["confirmed_at", "2019-11-26 17:22:57.810970"], ["email", "allen_donnelly@lemkeschmitt.name"], ["created_at", "2019-11-26 17:22:57.813732"], ["updated_at", "2019-11-26 17:22:57.813732"]]
63635
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63636
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:22:57 -0500
63637
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63638
+ Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"allen_donnelly@lemkeschmitt.name\",\n password: \"12345678\"\n ) {\n authenticatable { email }\n }\n }\n"}
63639
+ Guest Load (0.2ms) SELECT "guests".* FROM "guests" WHERE "guests"."email" = ? LIMIT ? [["email", "allen_donnelly@lemkeschmitt.name"], ["LIMIT", 1]]
63640
+  (0.1ms) SAVEPOINT active_record_1
63641
+ Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"rfub_s8xDKXhzAmyhzeQ3w\":{\"token\":\"$2a$10$azBYtnI1OdiKyl2y5ZCm4OfmtKalnSw/NlxuTnXfUi1pKUpDj.e0K\",\"expiry\":1575998577,\"updated_at\":\"2019-11-26 17:22:57 UTC\"}}"], ["updated_at", "2019-11-26 17:22:57.882872"], ["id", 1]]
63642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63643
+ Completed 200 OK in 67ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 2275)
63644
+  (0.3ms) rollback transaction
63645
+  (0.0ms) begin transaction
63646
+  (0.1ms) SAVEPOINT active_record_1
63647
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "nicky.considine@reilly.org"], ["provider", "email"], ["LIMIT", 1]]
63648
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "nicky.considine@reilly.org"], ["encrypted_password", "$2a$04$zXV0lwJ4LDLK.RrDafhxteD1zIhNbYQFfo4vsTxfRoIoy7oZzbbhy"], ["confirmed_at", "2019-11-26 17:23:04.106303"], ["name", "Barb Dwyer"], ["email", "nicky.considine@reilly.org"], ["created_at", "2019-11-26 17:23:04.107933"], ["updated_at", "2019-11-26 17:23:04.107933"]]
63649
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63650
+  (0.1ms) SAVEPOINT active_record_1
63651
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"_HiCfN9fwBbWIdV_Mf3XUQ\":{\"token\":\"$2a$10$z0qNgGOk8VZivc3tez4s7uS0/BbsZfZTchEN3YXkvfFj/tKiGWAEy\",\"expiry\":1575998584,\"updated_at\":\"2019-11-26 17:23:04 UTC\"}}"], ["updated_at", "2019-11-26 17:23:04.174413"], ["id", 1]]
63652
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63653
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63654
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63655
+ Parameters: {"query"=>" mutation {\n userLogout {\n authenticatable { email }\n }\n }\n"}
63656
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "nicky.considine@reilly.org"], ["LIMIT", 1]]
63657
+  (0.1ms) SAVEPOINT active_record_1
63658
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", nil], ["updated_at", "2019-11-26 17:23:04.238354"], ["id", 1]]
63659
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63660
+ Completed 200 OK in 62ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 1896)
63661
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63662
+  (0.5ms) rollback transaction
63663
+  (0.0ms) begin transaction
63664
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63665
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63666
+ Parameters: {"query"=>" mutation {\n userLogout {\n authenticatable { email }\n }\n }\n"}
63667
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 955)
63668
+  (0.1ms) SAVEPOINT active_record_1
63669
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "roderick@hintz.io"], ["provider", "email"], ["LIMIT", 1]]
63670
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "roderick@hintz.io"], ["encrypted_password", "$2a$04$krIqqxliSz2Bi.7PEKMtNO4U7OGUYAXlJJyFECX5VEmJVXHs1yqHa"], ["confirmed_at", "2019-11-26 17:23:04.247418"], ["name", "Cal Efornia"], ["email", "roderick@hintz.io"], ["created_at", "2019-11-26 17:23:04.248505"], ["updated_at", "2019-11-26 17:23:04.248505"]]
63671
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63672
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63673
+  (0.4ms) rollback transaction
63674
+  (0.1ms) begin transaction
63675
+  (0.1ms) SAVEPOINT active_record_1
63676
+ Admin Exists? (0.2ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "chuck.larson@gorczanyjast.name"], ["provider", "email"], ["LIMIT", 1]]
63677
+ Admin Create (0.6ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "chuck.larson@gorczanyjast.name"], ["encrypted_password", "$2a$04$QV11h8hhi2B/t0T0eH28B.45dCdm9x9bl/uDDQuIlUjYNSgP860Mu"], ["confirmed_at", "2019-11-26 17:23:04.254938"], ["email", "chuck.larson@gorczanyjast.name"], ["created_at", "2019-11-26 17:23:04.256905"], ["updated_at", "2019-11-26 17:23:04.256905"]]
63678
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63679
+  (0.1ms) SAVEPOINT active_record_1
63680
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"LAHJGmXiHDRxpgxoPQPdIA\":{\"token\":\"$2a$10$BgJk1bDsYV4bSPdpPTz6l.KodTRVwidEUtlS4Y8CYCEK9IWodeAX2\",\"expiry\":1575998584,\"updated_at\":\"2019-11-26 17:23:04 UTC\"}}"], ["updated_at", "2019-11-26 17:23:04.323653"], ["id", 1]]
63681
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63682
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63683
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63684
+ Parameters: {"query"=>" mutation {\n adminLogout {\n authenticatable { email }\n }\n }\n"}
63685
+ Admin Load (0.3ms) SELECT "admins".* FROM "admins" WHERE "admins"."uid" = ? LIMIT ? [["uid", "chuck.larson@gorczanyjast.name"], ["LIMIT", 1]]
63686
+  (0.1ms) SAVEPOINT active_record_1
63687
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", nil], ["updated_at", "2019-11-26 17:23:04.388994"], ["id", 1]]
63688
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63689
+ Completed 200 OK in 64ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 1825)
63690
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63691
+  (0.5ms) rollback transaction
63692
+  (0.0ms) begin transaction
63693
+  (0.1ms) SAVEPOINT active_record_1
63694
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "blaine@millermorar.co"], ["provider", "email"], ["LIMIT", 1]]
63695
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "blaine@millermorar.co"], ["encrypted_password", "$2a$04$7qQ23edbyrnMwI5ct3yO0uxZnYdnXSoOeiIeMnxK9MSUtLxuhVegm"], ["confirmation_token", "_aHADJf2FRnn9JsH4yez"], ["confirmation_sent_at", "2019-11-26 17:23:04.397917"], ["name", "Max Power"], ["email", "blaine@millermorar.co"], ["created_at", "2019-11-26 17:23:04.397818"], ["updated_at", "2019-11-26 17:23:04.397818"]]
63696
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63697
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63698
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63699
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"blaine@millermorar.co\",\n redirectUrl:\"http://schowalter.io/anisa\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
63700
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "blaine@millermorar.co"], ["provider", "email"], ["LIMIT", 1]]
63701
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
63702
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 2.6ms | Allocations: 843)
63703
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 166.1ms
63704
+ Delivered mail 5ddd5f788c1bf_58893fd07802e00892956@Marios-MacBook-Pro.local.mail (5.0ms)
63705
+ Date: Tue, 26 Nov 2019 12:23:04 -0500
63706
+ From: please-change-me-at-config-initializers-devise@example.com
63707
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
63708
+ To: blaine@millermorar.co
63709
+ Message-ID: <5ddd5f788c1bf_58893fd07802e00892956@Marios-MacBook-Pro.local.mail>
63710
+ Subject: Confirmation instructions
63711
+ Mime-Version: 1.0
63712
+ Content-Type: text/html;
63713
+ charset=UTF-8
63714
+ Content-Transfer-Encoding: 7bit
63715
+ redirect-url: http://schowalter.io/anisa
63716
+ client-config: default
63717
+
63718
+ <p>Welcome blaine@millermorar.co!</p>
63719
+
63720
+ <p>You can confirm your account email through the link below:</p>
63721
+
63722
+ <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%2Fschowalter.io%2Fanisa&amp;variables%5Btoken%5D=_aHADJf2FRnn9JsH4yez">Confirm my account</a></p>
63723
+
63724
+ Completed 200 OK in 176ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 66574)
63725
+ 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%2Fschowalter.io%2Fanisa&variables%5Btoken%5D=_aHADJf2FRnn9JsH4yez" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63726
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63727
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://schowalter.io/anisa", "token"=>"_aHADJf2FRnn9JsH4yez"}}
63728
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "_aHADJf2FRnn9JsH4yez"], ["LIMIT", 1]]
63729
+  (0.1ms) SAVEPOINT active_record_1
63730
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:23:04.581343"], ["updated_at", "2019-11-26 17:23:04.581509"], ["id", 1]]
63731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63732
+ Redirected to http://schowalter.io/anisa?account_confirmation_success=true
63733
+ Completed 302 Found in 5ms (ActiveRecord: 0.3ms | Allocations: 2246)
63734
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63735
+  (0.6ms) rollback transaction
63736
+  (0.0ms) begin transaction
63737
+  (0.0ms) SAVEPOINT active_record_1
63738
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "karl_walker@williamson.com"], ["provider", "email"], ["LIMIT", 1]]
63739
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "karl_walker@williamson.com"], ["encrypted_password", "$2a$04$QClsJfVv0WzFQ9/SCOttwut.WwUIHwAf5DdL3cj.x4krdvxk1yAB2"], ["confirmation_token", "TzHoSrr16tSxfi3qTSX6"], ["confirmation_sent_at", "2019-11-26 17:23:04.588690"], ["name", "Annette Curtain"], ["email", "karl_walker@williamson.com"], ["created_at", "2019-11-26 17:23:04.588600"], ["updated_at", "2019-11-26 17:23:04.588600"]]
63740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63741
+  (0.0ms) SAVEPOINT active_record_1
63742
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:23:04.589722"], ["updated_at", "2019-11-26 17:23:04.589846"], ["id", 1]]
63743
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63744
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63745
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63746
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"karl_walker@williamson.com\",\n redirectUrl:\"http://schmitt.info/clayton_white\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
63747
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "karl_walker@williamson.com"], ["provider", "email"], ["LIMIT", 1]]
63748
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1352)
63749
+  (0.2ms) rollback transaction
63750
+  (0.0ms) begin transaction
63751
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63752
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63753
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"nothere@gmail.com\",\n redirectUrl:\"http://streich.org/gaye\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
63754
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
63755
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1338)
63756
+  (0.0ms) rollback transaction
63757
+  (0.0ms) begin transaction
63758
+  (0.0ms) SAVEPOINT active_record_1
63759
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "lola@hills.co"], ["provider", "email"], ["LIMIT", 1]]
63760
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "lola@hills.co"], ["encrypted_password", "$2a$04$XxDJBOZnw1m8ZdZ7S6xs8e/7l1XWX/6y4RHyc5odLCVQwx0S3e1sW"], ["confirmed_at", "2019-11-26 17:23:04.600700"], ["name", "Joe King"], ["email", "lola@hills.co"], ["created_at", "2019-11-26 17:23:04.601470"], ["updated_at", "2019-11-26 17:23:04.601470"]]
63761
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63762
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63763
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63764
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"lola@hills.co\",\n redirectUrl: \"http://heller.org/rigoberto\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
63765
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "lola@hills.co"], ["provider", "email"], ["LIMIT", 1]]
63766
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "fea36fa70995bc66e2b5e30b9219da7ed1052be61863c582d812f34a9331ebdc"], ["LIMIT", 1]]
63767
+  (0.0ms) SAVEPOINT active_record_1
63768
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "fea36fa70995bc66e2b5e30b9219da7ed1052be61863c582d812f34a9331ebdc"], ["reset_password_sent_at", "2019-11-26 17:23:04.695796"], ["updated_at", "2019-11-26 17:23:04.695957"], ["id", 1]]
63769
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63770
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb
63771
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb (Duration: 0.7ms | Allocations: 501)
63772
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 1.9ms
63773
+ Delivered mail 5ddd5f78aab2a_58893fd07802e008930d1@Marios-MacBook-Pro.local.mail (1.1ms)
63774
+ Date: Tue, 26 Nov 2019 12:23:04 -0500
63775
+ From: please-change-me-at-config-initializers-devise@example.com
63776
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
63777
+ To: lola@hills.co
63778
+ Message-ID: <5ddd5f78aab2a_58893fd07802e008930d1@Marios-MacBook-Pro.local.mail>
63779
+ Subject: Reset password instructions
63780
+ Mime-Version: 1.0
63781
+ Content-Type: text/html;
63782
+ charset=UTF-8
63783
+ Content-Transfer-Encoding: 7bit
63784
+ email: lola@hills.co
63785
+ provider: email
63786
+ redirect-url: http://heller.org/rigoberto
63787
+ client-config: default
63788
+
63789
+ <p>Hello lola@hills.co!</p>
63790
+
63791
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
63792
+
63793
+ <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%2Fheller.org%2Frigoberto&amp;variables%5Btoken%5D=Ft2ShZhqc6rJQbupTP4F">Change my password</a></p>
63794
+
63795
+ <p>If you didn&#39;t request this, please ignore this email.</p>
63796
+ <p>Your password won&#39;t change until you access the link above and create a new one.</p>
63797
+
63798
+ Completed 200 OK in 97ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 5428)
63799
+ 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%2Fheller.org%2Frigoberto&variables%5Btoken%5D=Ft2ShZhqc6rJQbupTP4F" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63800
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63801
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userCheckPasswordToken(resetPasswordToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://heller.org/rigoberto", "token"=>"Ft2ShZhqc6rJQbupTP4F"}}
63802
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "fea36fa70995bc66e2b5e30b9219da7ed1052be61863c582d812f34a9331ebdc"], ["LIMIT", 1]]
63803
+  (0.0ms) SAVEPOINT active_record_1
63804
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"r02OEPZw_qnUTLpGK7uvpg\":{\"token\":\"$2a$10$YEiNhXS58/eVQ6b6/d0M7OSLA7fScEMD6b15x01ySfnzXi1qYAFpu\",\"expiry\":1575998584}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 17:23:04.748146"], ["id", 1]]
63805
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63806
+ Redirected to http://heller.org/rigoberto?access-token=t6hAm4b4bvUOpX4UnSQKsQ&client=r02OEPZw_qnUTLpGK7uvpg&client_id=r02OEPZw_qnUTLpGK7uvpg&config=&expiry=1575998584&reset_password=true&token=t6hAm4b4bvUOpX4UnSQKsQ&uid=lola%40hills.co
63807
+ Completed 302 Found in 47ms (ActiveRecord: 0.2ms | Allocations: 2117)
63808
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63809
+  (0.7ms) rollback transaction
63810
+  (0.1ms) begin transaction
63811
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63812
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63813
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"nothere@gmail.com\",\n redirectUrl: \"http://stiedemannhomenick.com/sun\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
63814
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
63815
+ Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 1205)
63816
+  (0.1ms) rollback transaction
63817
+  (0.1ms) begin transaction
63818
+  (0.2ms) SELECT COUNT(*) FROM "users"
63819
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63820
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63821
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"iona@okon.biz\"\n name: \"Dr. Chery Rutherford\"\n password: \"D8iSgQhT\"\n passwordConfirmation: \"D8iSgQhT\"\n confirmSuccessUrl: \"http://boylehuels.org/shaunta\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
63822
+  (0.1ms) SAVEPOINT active_record_1
63823
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "iona@okon.biz"], ["provider", "email"], ["LIMIT", 1]]
63824
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "iona@okon.biz"], ["encrypted_password", "$2a$04$jMARLkBFTaoDmJ9vL.MZ1OHukx7zo8xpS0Rdnf4spwByDSSkvPNJu"], ["confirmation_token", "LKRLk3m2AQZa9DvxFxJ5"], ["confirmation_sent_at", "2019-11-26 17:23:04.779212"], ["name", "Dr. Chery Rutherford"], ["email", "iona@okon.biz"], ["created_at", "2019-11-26 17:23:04.779100"], ["updated_at", "2019-11-26 17:23:04.779100"]]
63825
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63826
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
63827
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 1.0ms | Allocations: 247)
63828
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
63829
+ Delivered mail 5ddd5f78bfa2c_58893fd07802e0089315b@Marios-MacBook-Pro.local.mail (3.3ms)
63830
+ Date: Tue, 26 Nov 2019 12:23:04 -0500
63831
+ From: please-change-me-at-config-initializers-devise@example.com
63832
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
63833
+ To: iona@okon.biz
63834
+ Message-ID: <5ddd5f78bfa2c_58893fd07802e0089315b@Marios-MacBook-Pro.local.mail>
63835
+ Subject: Confirmation instructions
63836
+ Mime-Version: 1.0
63837
+ Content-Type: text/html;
63838
+ charset=UTF-8
63839
+ Content-Transfer-Encoding: 7bit
63840
+ redirect-url: http://boylehuels.org/shaunta
63841
+ client-config: default
63842
+
63843
+ <p>Welcome iona@okon.biz!</p>
63844
+
63845
+ <p>You can confirm your account email through the link below:</p>
63846
+
63847
+ <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%2Fboylehuels.org%2Fshaunta&amp;variables%5Btoken%5D=LKRLk3m2AQZa9DvxFxJ5">Confirm my account</a></p>
63848
+
63849
+ Completed 200 OK in 17ms (Views: 0.8ms | ActiveRecord: 0.8ms | Allocations: 4800)
63850
+  (0.1ms) SELECT COUNT(*) FROM "users"
63851
+ User Load (0.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
63852
+ 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%2Fboylehuels.org%2Fshaunta&variables%5Btoken%5D=LKRLk3m2AQZa9DvxFxJ5" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63853
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63854
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://boylehuels.org/shaunta", "token"=>"LKRLk3m2AQZa9DvxFxJ5"}}
63855
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "LKRLk3m2AQZa9DvxFxJ5"], ["LIMIT", 1]]
63856
+  (0.1ms) SAVEPOINT active_record_1
63857
+ User Update (0.2ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:23:04.799299"], ["updated_at", "2019-11-26 17:23:04.799584"], ["id", 1]]
63858
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63859
+ Redirected to http://boylehuels.org/shaunta?account_confirmation_success=true
63860
+ Completed 302 Found in 8ms (ActiveRecord: 0.5ms | Allocations: 1925)
63861
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63862
+  (0.5ms) rollback transaction
63863
+  (0.0ms) begin transaction
63864
+  (0.2ms) SELECT COUNT(*) FROM "users"
63865
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63866
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63867
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"\"\n name: \"Ina Tremblay\"\n password: \"TlPdBnW7o\"\n passwordConfirmation: \"TlPdBnW7o\"\n confirmSuccessUrl: \"http://ernser.biz/lenny.larson\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
63868
+  (0.1ms) SAVEPOINT active_record_1
63869
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", ""], ["provider", "email"], ["LIMIT", 1]]
63870
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
63871
+ Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 0.3ms | Allocations: 2713)
63872
+  (0.1ms) SELECT COUNT(*) FROM "users"
63873
+  (0.6ms) rollback transaction
63874
+  (0.1ms) begin transaction
63875
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63876
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63877
+ Parameters: {"query"=>" mutation {\n adminSignUp(\n email: \"darron@shanahan.io\"\n password: \"L23sNzIeHa\"\n passwordConfirmation: \"L23sNzIeHa\"\n confirmSuccessUrl: \"http://lebsack.biz/loida_daniel\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
63878
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 818)
63879
+  (0.1ms) rollback transaction
63880
+  (0.0ms) begin transaction
63881
+  (0.1ms) SELECT COUNT(*) FROM "guests"
63882
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63883
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63884
+ Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"bradford_wuckert@batzyundt.name\"\n password: \"VbN3pUiQ8aLtRs\"\n passwordConfirmation: \"VbN3pUiQ8aLtRs\"\n confirmSuccessUrl: \"http://murphyfranecki.org/rory_hammes\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
63885
+  (0.1ms) SAVEPOINT active_record_1
63886
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "bradford_wuckert@batzyundt.name"], ["provider", "email"], ["LIMIT", 1]]
63887
+ Guest Create (0.5ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "bradford_wuckert@batzyundt.name"], ["encrypted_password", "$2a$04$FvNH2pbV4kZS02WQlqG6Ben2dUJw74Zmrpes.EiUqYyvDJ.1JlCCi"], ["email", "bradford_wuckert@batzyundt.name"], ["created_at", "2019-11-26 17:23:04.846761"], ["updated_at", "2019-11-26 17:23:04.846761"]]
63888
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63889
+  (0.1ms) SAVEPOINT active_record_1
63890
+ Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"_avhAHuQg4AfhCcSNfjlEQ\":{\"token\":\"$2a$10$EipLZ3Do8crUoEjUk.oBPO97wyB3VYYFaqaia.EIBFx/1t.VLGXS.\",\"expiry\":1575998584,\"updated_at\":\"2019-11-26 17:23:04 UTC\"}}"], ["updated_at", "2019-11-26 17:23:04.913725"], ["id", 1]]
63891
+  (0.4ms) RELEASE SAVEPOINT active_record_1
63892
+ Completed 200 OK in 75ms (Views: 0.2ms | ActiveRecord: 1.3ms | Allocations: 2629)
63893
+  (0.1ms) SELECT COUNT(*) FROM "guests"
63894
+  (0.6ms) rollback transaction
63895
+  (0.1ms) begin transaction
63896
+  (0.1ms) SAVEPOINT active_record_1
63897
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "wilbur@yosttromp.com"], ["provider", "email"], ["LIMIT", 1]]
63898
+ User Create (0.6ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "wilbur@yosttromp.com"], ["encrypted_password", "$2a$04$Djg2n7r4nlpgC6G65xOVuuupw3tuopCKouaPF9GWL3ryfPc4EWQ7m"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:23:04.922688"], ["name", "Molly Kuehl"], ["email", "wilbur@yosttromp.com"], ["created_at", "2019-11-26 17:23:04.924972"], ["updated_at", "2019-11-26 17:23:04.924972"]]
63899
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63900
+  (0.1ms) SAVEPOINT active_record_1
63901
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"mni-WIaxFIHESC7x6mn0BQ\":{\"token\":\"$2a$10$9l3Et6R6k7zQRgIVUA/Wg.2XoWM.mgqg.NIEJ578hJeQjxupoMRGm\",\"expiry\":1575998584,\"updated_at\":\"2019-11-26 17:23:04 UTC\"}}"], ["updated_at", "2019-11-26 17:23:04.992030"], ["id", 1]]
63902
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63903
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:04 -0500
63904
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63905
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
63906
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "wilbur@yosttromp.com"], ["LIMIT", 1]]
63907
+  (0.1ms) SAVEPOINT active_record_1
63908
+ User Update (0.2ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$qmUxj9.UtfldReLptDzTfONceG1D1gV1tCBrYkVU4MFFb4loMIaNa"], ["updated_at", "2019-11-26 17:23:05.052778"], ["id", 1]]
63909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63910
+  (0.0ms) SAVEPOINT active_record_1
63911
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:23:05.054041"], ["id", 1]]
63912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63913
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63914
+ Completed 200 OK in 60ms (Views: 0.1ms | ActiveRecord: 0.8ms | Allocations: 2882)
63915
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63916
+  (0.4ms) rollback transaction
63917
+  (0.0ms) begin transaction
63918
+  (0.0ms) SAVEPOINT active_record_1
63919
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "hyacinth@fahey.com"], ["provider", "email"], ["LIMIT", 1]]
63920
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "hyacinth@fahey.com"], ["encrypted_password", "$2a$04$aCSLvQsnj0wfMfFByQDgUu34PRkhnC0jw4t5X0zE8SD..8/On6RB6"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:23:05.059531"], ["name", "Harry Pitts"], ["email", "hyacinth@fahey.com"], ["created_at", "2019-11-26 17:23:05.060422"], ["updated_at", "2019-11-26 17:23:05.060422"]]
63921
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63922
+  (0.1ms) SAVEPOINT active_record_1
63923
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Xea5YcE_Zqt5k8Rt6QJLbA\":{\"token\":\"$2a$10$.ffy6B5tXkcCVHp33WBr4eChDTVVaZI4RkHo5rxa9nu9FSC7V2Jue\",\"expiry\":1575998585,\"updated_at\":\"2019-11-26 17:23:05 UTC\"}}"], ["updated_at", "2019-11-26 17:23:05.114672"], ["id", 1]]
63924
+  (0.6ms) RELEASE SAVEPOINT active_record_1
63925
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
63926
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63927
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
63928
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "hyacinth@fahey.com"], ["LIMIT", 1]]
63929
+  (0.1ms) SAVEPOINT active_record_1
63930
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$cxJHHckxr2BJ6cAfWoQtKeMkcQebgBgHq7UW/qOltx661Pnvr9uYu"], ["updated_at", "2019-11-26 17:23:05.169869"], ["id", 1]]
63931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63932
+  (0.0ms) SAVEPOINT active_record_1
63933
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:23:05.171048"], ["id", 1]]
63934
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63935
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63936
+ Completed 200 OK in 55ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 2874)
63937
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63938
+  (0.6ms) rollback transaction
63939
+  (0.0ms) begin transaction
63940
+  (0.0ms) SAVEPOINT active_record_1
63941
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "carolee_larson@metzschuppe.org"], ["provider", "email"], ["LIMIT", 1]]
63942
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "carolee_larson@metzschuppe.org"], ["encrypted_password", "$2a$04$QOkCrsBcspY.En884OiH.u9IVKvGP/h90Y0QIx45XzPsaBrBxw7jC"], ["confirmed_at", "2019-11-26 17:23:05.177877"], ["name", "Ben Crobbery"], ["email", "carolee_larson@metzschuppe.org"], ["created_at", "2019-11-26 17:23:05.178829"], ["updated_at", "2019-11-26 17:23:05.178829"]]
63943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63944
+  (0.1ms) SAVEPOINT active_record_1
63945
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"3paradsp4EUSQN8uw4x-jA\":{\"token\":\"$2a$10$Jj5IkwuPbNmlRBI.Aov30OGO.QYb16ajhFWFctX9SIZ.WdFTEujW6\",\"expiry\":1575998585,\"updated_at\":\"2019-11-26 17:23:05 UTC\"}}"], ["updated_at", "2019-11-26 17:23:05.231392"], ["id", 1]]
63946
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63947
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
63948
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63949
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
63950
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "carolee_larson@metzschuppe.org"], ["LIMIT", 1]]
63951
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63952
+ Completed 200 OK in 57ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 2360)
63953
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63954
+  (0.6ms) rollback transaction
63955
+  (0.1ms) begin transaction
63956
+  (0.1ms) SAVEPOINT active_record_1
63957
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "paul@rohansmitham.net"], ["provider", "email"], ["LIMIT", 1]]
63958
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "paul@rohansmitham.net"], ["encrypted_password", "$2a$04$ASR54SEIBkrYnoDvjHC/7.m2XP0rs4Qms514xPW9eMdqZNugio2si"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:23:05.295354"], ["name", "Otto Whackew"], ["email", "paul@rohansmitham.net"], ["created_at", "2019-11-26 17:23:05.296375"], ["updated_at", "2019-11-26 17:23:05.296375"]]
63959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63960
+  (0.1ms) SAVEPOINT active_record_1
63961
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"KyaviSSNA37NSb_VlD79HA\":{\"token\":\"$2a$10$cwCH6wsYTiFekCdlw7PZnOj3mP7lPLsVKDEKYTssvy6nwGTp3I0r6\",\"expiry\":1575998585,\"updated_at\":\"2019-11-26 17:23:05 UTC\"}}"], ["updated_at", "2019-11-26 17:23:05.349205"], ["id", 1]]
63962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63963
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
63964
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63965
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
63966
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "paul@rohansmitham.net"], ["LIMIT", 1]]
63967
+  (0.1ms) SAVEPOINT active_record_1
63968
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$1E3K60S/xORuQKFzB3Jl0epQTygL6GubIgoaEJrcRVEdU5NpERo1u"], ["updated_at", "2019-11-26 17:23:05.403279"], ["id", 1]]
63969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63970
+  (0.0ms) SAVEPOINT active_record_1
63971
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:23:05.404532"], ["id", 1]]
63972
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63973
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63974
+ Completed 200 OK in 54ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2874)
63975
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63976
+  (0.6ms) rollback transaction
63977
+  (0.0ms) begin transaction
63978
+  (0.1ms) SAVEPOINT active_record_1
63979
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "wilbur_spencer@nienowmueller.net"], ["provider", "email"], ["LIMIT", 1]]
63980
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "wilbur_spencer@nienowmueller.net"], ["encrypted_password", "$2a$04$F4ihF7FdiGHJ9OBHzHZTPOGSN7DHWlHLzrbrK0If.S0Nvr5fB6y8C"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:23:05.410009"], ["name", "Samson Night"], ["email", "wilbur_spencer@nienowmueller.net"], ["created_at", "2019-11-26 17:23:05.410926"], ["updated_at", "2019-11-26 17:23:05.410926"]]
63981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63982
+  (0.1ms) SAVEPOINT active_record_1
63983
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"URYQAfsNQrkdhflKpflRGg\":{\"token\":\"$2a$10$5rC.V8wANo4yfFQM9kJ3fOFe7ZzENQgyV4rk355XREPYCLWh2IwaO\",\"expiry\":1575998585,\"updated_at\":\"2019-11-26 17:23:05 UTC\"}}"], ["updated_at", "2019-11-26 17:23:05.461635"], ["id", 1]]
63984
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63985
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
63986
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
63987
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
63988
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "wilbur_spencer@nienowmueller.net"], ["LIMIT", 1]]
63989
+  (0.1ms) SAVEPOINT active_record_1
63990
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$L3LzUe3R264SQLXrbjL.8.MimUsNgSQp5B8QRFNU1STgCb831XCKa"], ["updated_at", "2019-11-26 17:23:05.515113"], ["id", 1]]
63991
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63992
+  (0.0ms) SAVEPOINT active_record_1
63993
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:23:05.516280"], ["id", 1]]
63994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63995
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63996
+ Completed 200 OK in 54ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2877)
63997
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
63998
+  (0.5ms) rollback transaction
63999
+  (0.0ms) begin transaction
64000
+  (0.1ms) SAVEPOINT active_record_1
64001
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "nubia@sauerhalvorson.net"], ["provider", "email"], ["LIMIT", 1]]
64002
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "nubia@sauerhalvorson.net"], ["encrypted_password", "$2a$04$AhCUmL1cVoYbwB/6Dg8pc.c3LEacxxvrkMPdSLsQD4gj.yIUmx6Su"], ["confirmed_at", "2019-11-26 17:23:05.522626"], ["name", "Reed Toomey"], ["email", "nubia@sauerhalvorson.net"], ["created_at", "2019-11-26 17:23:05.523586"], ["updated_at", "2019-11-26 17:23:05.523586"]]
64003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64004
+  (0.1ms) SAVEPOINT active_record_1
64005
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"by950Y2wzADKyuikUlRpaQ\":{\"token\":\"$2a$10$Pva/ioM.1m3Os6lnibOVD.d3LZJ69dbkDjoDvZTJ5yaaoI.DzX1UK\",\"expiry\":1575998585,\"updated_at\":\"2019-11-26 17:23:05 UTC\"}}"], ["updated_at", "2019-11-26 17:23:05.576966"], ["id", 1]]
64006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64007
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
64008
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64009
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
64010
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "nubia@sauerhalvorson.net"], ["LIMIT", 1]]
64011
+  (0.1ms) SAVEPOINT active_record_1
64012
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$wnegAEidqAVDFeafSWv.xeK2YHGOHV6yBKL3k8Fb4OjV5zZMfJkJW"], ["updated_at", "2019-11-26 17:23:05.630520"], ["id", 1]]
64013
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64014
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64015
+ Completed 200 OK in 54ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 2643)
64016
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64017
+  (0.3ms) rollback transaction
64018
+  (0.0ms) begin transaction
64019
+  (0.0ms) SAVEPOINT active_record_1
64020
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "sarah@kris.info"], ["provider", "email"], ["LIMIT", 1]]
64021
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "sarah@kris.info"], ["encrypted_password", "$2a$04$cto9NmeTSVraZ4z1AqhEIOY0PP2GsmlaZ0suGpGub8z8ni1bWkMLG"], ["confirmed_at", "2019-11-26 17:23:05.637618"], ["name", "Lou Zar"], ["email", "sarah@kris.info"], ["created_at", "2019-11-26 17:23:05.638313"], ["updated_at", "2019-11-26 17:23:05.638313"]]
64022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64023
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
64024
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64025
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
64026
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 1164)
64027
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64028
+  (0.3ms) rollback transaction
64029
+  (0.0ms) begin transaction
64030
+  (0.1ms) SAVEPOINT active_record_1
64031
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "dennis.bogan@swaniawski.info"], ["provider", "email"], ["LIMIT", 1]]
64032
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "dennis.bogan@swaniawski.info"], ["encrypted_password", "$2a$04$bXaQWI5wWHi7sDIRkN2CnOqRNq4y3fTjdBdtMDOrrHEGBEa0N9OjS"], ["confirmed_at", "2019-11-26 17:23:05.649276"], ["name", "Ilene Dover"], ["email", "dennis.bogan@swaniawski.info"], ["created_at", "2019-11-26 17:23:05.650959"], ["updated_at", "2019-11-26 17:23:05.650959"]]
64033
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64034
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "acaf3998591b85c3dd0db5f023570ec522797b3585b1ba947c5510f5b449cd24"], ["LIMIT", 1]]
64035
+  (0.0ms) SAVEPOINT active_record_1
64036
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "acaf3998591b85c3dd0db5f023570ec522797b3585b1ba947c5510f5b449cd24"], ["reset_password_sent_at", "2019-11-26 17:23:05.653132"], ["updated_at", "2019-11-26 17:23:05.653758"], ["id", 1]]
64037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64038
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22Fp9oFASus4NuJg_oayow%22%2C%0A++++++++++++redirectUrl%3A+%22%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
64039
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64040
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"Fp9oFASus4NuJg_oayow\",\n redirectUrl: \"\"\n ) {\n email\n }\n }\n"}
64041
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "acaf3998591b85c3dd0db5f023570ec522797b3585b1ba947c5510f5b449cd24"], ["LIMIT", 1]]
64042
+  (0.1ms) SAVEPOINT active_record_1
64043
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"0mF6RtN_z0NmlTnKmE-CHA\":{\"token\":\"$2a$10$I3/QoqWXnObM4QAUwOBzFOfjEm0PMiMj0UHtTCOq9ehmoUq8HhGYO\",\"expiry\":1575998585}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 17:23:05.712657"], ["id", 1]]
64044
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64045
+  (0.1ms) SAVEPOINT active_record_1
64046
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"0mF6RtN_z0NmlTnKmE-CHA\":{\"token\":\"$2a$10$I3/QoqWXnObM4QAUwOBzFOfjEm0PMiMj0UHtTCOq9ehmoUq8HhGYO\",\"expiry\":1575998585},\"dvVRwkeGcB_yMjJvA3XJ5Q\":{\"token\":\"$2a$10$55AO8ety/9d62o.3j7EmOORO0CgrrYadpM8IUGp6U4R5BdHeOmjZO\",\"expiry\":1575998585,\"updated_at\":\"2019-11-26 17:23:05 UTC\"}}"], ["updated_at", "2019-11-26 17:23:05.763053"], ["id", 1]]
64047
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64048
+ Completed 200 OK in 108ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2656)
64049
+  (0.5ms) rollback transaction
64050
+  (0.0ms) begin transaction
64051
+  (0.1ms) SAVEPOINT active_record_1
64052
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "arnold.klocko@farrell.name"], ["provider", "email"], ["LIMIT", 1]]
64053
+ User Create (0.6ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "arnold.klocko@farrell.name"], ["encrypted_password", "$2a$04$TjJMvvdkOwJGa8LODN171./7im.Pq83hT92Vh.Ijo4/VpIdYh8u9G"], ["confirmed_at", "2019-11-26 17:23:05.770759"], ["name", "Ima Klotz"], ["email", "arnold.klocko@farrell.name"], ["created_at", "2019-11-26 17:23:05.772533"], ["updated_at", "2019-11-26 17:23:05.772533"]]
64054
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64055
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "712517928dc50ac5510e16d9fee77a02e7e50859dddc52383fc460a18313824e"], ["LIMIT", 1]]
64056
+  (0.1ms) SAVEPOINT active_record_1
64057
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "712517928dc50ac5510e16d9fee77a02e7e50859dddc52383fc460a18313824e"], ["reset_password_sent_at", "2019-11-26 17:23:05.776599"], ["updated_at", "2019-11-26 17:23:05.776878"], ["id", 1]]
64058
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64059
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22Uxdu1YvGkiiyA63sRvk6%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-11-26 12:23:05 -0500
64060
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64061
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"Uxdu1YvGkiiyA63sRvk6\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64062
+ User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "712517928dc50ac5510e16d9fee77a02e7e50859dddc52383fc460a18313824e"], ["LIMIT", 1]]
64063
+  (0.1ms) SAVEPOINT active_record_1
64064
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"OwKg2ZTquP1bhwhAJnCTxA\":{\"token\":\"$2a$10$mhYcSvrOKRTvTlrtegaM4.kdRV1UsnYU1td2Y/2wuMfiUZdzj4.IS\",\"expiry\":1575998585}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 17:23:05.846020"], ["id", 1]]
64065
+  (0.6ms) RELEASE SAVEPOINT active_record_1
64066
+ Redirected to https://google.com?access-token=3ZrT7iW6y1JGDtpE0HQEsA&client=OwKg2ZTquP1bhwhAJnCTxA&client_id=OwKg2ZTquP1bhwhAJnCTxA&config=&expiry=1575998585&reset_password=true&token=3ZrT7iW6y1JGDtpE0HQEsA&uid=arnold.klocko%40farrell.name
64067
+ Completed 302 Found in 66ms (ActiveRecord: 1.6ms | Allocations: 1918)
64068
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64069
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64070
+  (0.5ms) rollback transaction
64071
+  (0.1ms) begin transaction
64072
+  (0.1ms) SAVEPOINT active_record_1
64073
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "tea_lindgren@reynoldsfranecki.biz"], ["provider", "email"], ["LIMIT", 1]]
64074
+ User Create (0.8ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "tea_lindgren@reynoldsfranecki.biz"], ["encrypted_password", "$2a$04$B7rd.BgJ7e6Yi0NGavpcJ.Nf9T9NfwLr7a8XrXO2lX7Dc8tONX0/y"], ["confirmed_at", "2019-11-26 07:23:05"], ["name", "Warren Piece"], ["email", "tea_lindgren@reynoldsfranecki.biz"], ["created_at", "2019-11-26 07:23:05"], ["updated_at", "2019-11-26 07:23:05"]]
64075
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64076
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "466611c5a431dbd3bda94b00078e6de7d1bd162546e840dd340a6c61204c42e8"], ["LIMIT", 1]]
64077
+  (0.1ms) SAVEPOINT active_record_1
64078
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ? WHERE "users"."id" = ? [["reset_password_token", "466611c5a431dbd3bda94b00078e6de7d1bd162546e840dd340a6c61204c42e8"], ["reset_password_sent_at", "2019-11-26 07:23:05"], ["id", 1]]
64079
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64080
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22TJsez2wq8Xx7sEwDszQ6%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-11-26 12:23:05 -0500
64081
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64082
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"TJsez2wq8Xx7sEwDszQ6\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64083
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "466611c5a431dbd3bda94b00078e6de7d1bd162546e840dd340a6c61204c42e8"], ["LIMIT", 1]]
64084
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1266)
64085
+  (0.4ms) rollback transaction
64086
+  (0.0ms) begin transaction
64087
+  (0.1ms) SAVEPOINT active_record_1
64088
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "milford@sporer.net"], ["provider", "email"], ["LIMIT", 1]]
64089
+ User Create (0.6ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "milford@sporer.net"], ["encrypted_password", "$2a$04$iWxZ7jBCGY6tizyddE75fusAGu835f.LM3JtavEAERBWEAZewQ2li"], ["confirmed_at", "2019-11-26 17:23:05.877211"], ["name", "Bob Inforapples"], ["email", "milford@sporer.net"], ["created_at", "2019-11-26 17:23:05.878897"], ["updated_at", "2019-11-26 17:23:05.878897"]]
64090
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64091
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "a4d4a499ac43675eee9c707ec87240d5459557e571cb8f45ee84b3c2bc80b411"], ["LIMIT", 1]]
64092
+  (0.1ms) SAVEPOINT active_record_1
64093
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "a4d4a499ac43675eee9c707ec87240d5459557e571cb8f45ee84b3c2bc80b411"], ["reset_password_sent_at", "2019-11-26 17:23:05.881485"], ["updated_at", "2019-11-26 17:23:05.881650"], ["id", 1]]
64094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64095
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%221w3U_9kgU7VXsSVsfY83invalid%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-11-26 12:23:05 -0500
64096
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64097
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"1w3U_9kgU7VXsSVsfY83invalid\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64098
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "bc3999380629684040083a00954ada027cfda5910b824d8de54c0fef5de4091a"], ["LIMIT", 1]]
64099
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms | Allocations: 1224)
64100
+  (0.5ms) rollback transaction
64101
+  (0.1ms) begin transaction
64102
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
64103
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64104
+ Parameters: {"query"=>" query {\n adminCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64105
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 722)
64106
+  (0.1ms) rollback transaction
64107
+  (0.1ms) begin transaction
64108
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
64109
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64110
+ Parameters: {"query"=>" query {\n guestCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64111
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 722)
64112
+  (0.1ms) rollback transaction
64113
+  (0.0ms) begin transaction
64114
+  (0.1ms) SAVEPOINT active_record_1
64115
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jae@lesch.co"], ["provider", "email"], ["LIMIT", 1]]
64116
+ User Create (0.6ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "jae@lesch.co"], ["encrypted_password", "$2a$04$f2kKlsIBqVz3.5FGS9w0wezUtTfDx59NruUGWB0u80Ihl8TXIJOzu"], ["confirmation_token", "wYjfxTB5APmZG5AUmCHr"], ["confirmation_sent_at", "2019-11-26 17:23:05.908698"], ["name", "Jay Bird"], ["email", "jae@lesch.co"], ["created_at", "2019-11-26 17:23:05.908562"], ["updated_at", "2019-11-26 17:23:05.908562"]]
64117
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64118
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
64119
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.5ms | Allocations: 234)
64120
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.0ms
64121
+ Delivered mail 5ddd5f79df079_58893fd07802e008932e5@Marios-MacBook-Pro.local.mail (1.8ms)
64122
+ Date: Tue, 26 Nov 2019 12:23:05 -0500
64123
+ From: please-change-me-at-config-initializers-devise@example.com
64124
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
64125
+ To: jae@lesch.co
64126
+ Message-ID: <5ddd5f79df079_58893fd07802e008932e5@Marios-MacBook-Pro.local.mail>
64127
+ Subject: Confirmation instructions
64128
+ Mime-Version: 1.0
64129
+ Content-Type: text/html;
64130
+ charset=UTF-8
64131
+ Content-Transfer-Encoding: 7bit
64132
+ client-config: default
64133
+ redirect-url:
64134
+
64135
+ <p>Welcome jae@lesch.co!</p>
64136
+
64137
+ <p>You can confirm your account email through the link below:</p>
64138
+
64139
+ <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=wYjfxTB5APmZG5AUmCHr">Confirm my account</a></p>
64140
+
64141
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22wYjfxTB5APmZG5AUmCHr%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fmitchellklocko.org%2Fjoey.sporer%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
64142
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64143
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"wYjfxTB5APmZG5AUmCHr\"\n redirectUrl: \"http://mitchellklocko.org/joey.sporer\"\n ) {\n email\n name\n }\n }\n"}
64144
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "wYjfxTB5APmZG5AUmCHr"], ["LIMIT", 1]]
64145
+  (0.2ms) SAVEPOINT active_record_1
64146
+ User Update (0.2ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:23:05.920786"], ["updated_at", "2019-11-26 17:23:05.921368"], ["id", 1]]
64147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64148
+ Redirected to http://mitchellklocko.org/joey.sporer?account_confirmation_success=true
64149
+ Completed 302 Found in 10ms (ActiveRecord: 1.0ms | Allocations: 1789)
64150
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64151
+  (0.5ms) rollback transaction
64152
+  (0.1ms) begin transaction
64153
+  (0.1ms) SAVEPOINT active_record_1
64154
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "leila@nitzschekris.org"], ["provider", "email"], ["LIMIT", 1]]
64155
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "leila@nitzschekris.org"], ["encrypted_password", "$2a$04$nY9773MeBAuVcBQhX6iLqeTZYYnoyE3QUtI9ZXo9F/XfYFTnUK1i."], ["confirmation_token", "Wg1H8-JRwnv5DxQZmGHz"], ["confirmation_sent_at", "2019-11-26 17:23:05.937512"], ["name", "Ben O'Drill"], ["email", "leila@nitzschekris.org"], ["created_at", "2019-11-26 17:23:05.937392"], ["updated_at", "2019-11-26 17:23:05.937392"]]
64156
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64157
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22Wg1H8-JRwnv5DxQZmGHz-invalid%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fdenesik.org%2Fjerald.metz%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 12:23:05 -0500
64158
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64159
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"Wg1H8-JRwnv5DxQZmGHz-invalid\"\n redirectUrl: \"http://denesik.org/jerald.metz\"\n ) {\n email\n name\n }\n }\n"}
64160
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "Wg1H8-JRwnv5DxQZmGHz-invalid"], ["LIMIT", 1]]
64161
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "22af78556ddc82d7fb055d9650029154c41f267964ddbe5ec81901b54a2e6cb3"], ["LIMIT", 1]]
64162
+ Completed 200 OK in 120ms (Views: 0.3ms | ActiveRecord: 0.5ms | Allocations: 2009)
64163
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64164
+  (0.6ms) rollback transaction
64165
+  (0.1ms) begin transaction
64166
+  (0.1ms) SAVEPOINT active_record_1
64167
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "dane@steubergrimes.co"], ["provider", "email"], ["LIMIT", 1]]
64168
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "dane@steubergrimes.co"], ["encrypted_password", "$2a$04$RdXaddv5fVv5CtIzT6dxlOSaZnmRJ4VwNPYj1C1waN1VmBsknGvFS"], ["confirmed_at", "2019-11-26 17:23:06.067238"], ["name", "Walter Melon"], ["email", "dane@steubergrimes.co"], ["created_at", "2019-11-26 17:23:06.068925"], ["updated_at", "2019-11-26 17:23:06.068925"]]
64169
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64170
+  (0.1ms) SAVEPOINT active_record_1
64171
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Z25Q5SbEYVRtjOJ6SxD2tg\":{\"token\":\"$2a$10$kiQQ8gb/kkG9TOaEUWllb.IQhqhBOXa0fN38CZNLs2F4KXol7tMzO\",\"expiry\":1575998586,\"updated_at\":\"2019-11-26 17:23:06 UTC\"}}"], ["updated_at", "2019-11-26 17:23:06.129040"], ["id", 1]]
64172
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64173
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-11-26 12:23:06 -0500
64174
+ Processing by Api::V1::GraphqlController#graphql as HTML
64175
+ Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
64176
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "dane@steubergrimes.co"], ["LIMIT", 1]]
64177
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64178
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64179
+ Completed 200 OK in 63ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 9774)
64180
+  (0.6ms) rollback transaction
64181
+  (0.1ms) begin transaction
64182
+  (0.1ms) SAVEPOINT active_record_1
64183
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "tish.jakubowski@schambergerhaley.net"], ["provider", "email"], ["LIMIT", 1]]
64184
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "tish.jakubowski@schambergerhaley.net"], ["encrypted_password", "$2a$04$Gvh2zfLE/0xplPJGYJEi8.wlpSg7kcQeNdfymnEueCCfArVK903D6"], ["confirmed_at", "2019-11-26 17:23:06.203283"], ["name", "Pete Zaria"], ["email", "tish.jakubowski@schambergerhaley.net"], ["created_at", "2019-11-26 17:23:06.204267"], ["updated_at", "2019-11-26 17:23:06.204267"]]
64185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64186
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-11-26 12:23:06 -0500
64187
+ Processing by Api::V1::GraphqlController#graphql as HTML
64188
+ Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
64189
+ Filter chain halted as :authenticate_user! rendered or redirected
64190
+ Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 168)
64191
+  (0.3ms) rollback transaction
64192
+  (1.7ms) SELECT sqlite_version(*)
64193
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
64194
+  (0.0ms) SELECT sqlite_version(*)
64195
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
64196
+  (0.1ms) begin transaction
64197
+  (0.1ms) rollback transaction
64198
+  (0.0ms) begin transaction
64199
+  (0.0ms) rollback transaction
64200
+  (0.0ms) begin transaction
64201
+  (0.1ms) SAVEPOINT active_record_1
64202
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "shirleen_hackett@hane.biz"], ["provider", "email"], ["LIMIT", 1]]
64203
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "shirleen_hackett@hane.biz"], ["encrypted_password", "$2a$04$dq8HB2pean6uFUaw85qHQ.cGD.mcyB8uHgUruUuTUBU.CEqOSLbKq"], ["confirmed_at", "2019-11-26 17:23:49.540444"], ["name", "Macon Paine"], ["email", "shirleen_hackett@hane.biz"], ["created_at", "2019-11-26 17:23:49.541842"], ["updated_at", "2019-11-26 17:23:49.541842"]]
64204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64205
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:49 -0500
64206
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64207
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"shirleen_hackett@hane.biz\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
64208
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shirleen_hackett@hane.biz"], ["LIMIT", 1]]
64209
+  (0.1ms) SAVEPOINT active_record_1
64210
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"Xmjic24sTqVlvy0j6h_LqA\":{\"token\":\"$2a$10$Ea/HXFUZQJya1OTJhl4.BuyuiOlBRV0hRn4HSE/W2qwVm/EfMGSVG\",\"expiry\":1575998629,\"updated_at\":\"2019-11-26 17:23:49 UTC\"}}"], ["updated_at", "2019-11-26 17:23:49.624517"], ["id", 1]]
64211
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64212
+  (0.0ms) SAVEPOINT active_record_1
64213
+ 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-11-26 17:23:49.628147"], ["last_sign_in_at", "2019-11-26 17:23:49.628147"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2019-11-26 17:23:49.628406"], ["id", 1]]
64214
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64215
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64216
+ Completed 200 OK in 73ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 20480)
64217
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64218
+  (0.6ms) rollback transaction
64219
+  (0.0ms) begin transaction
64220
+  (0.0ms) SAVEPOINT active_record_1
64221
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "melany@lednercarter.net"], ["provider", "email"], ["LIMIT", 1]]
64222
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "melany@lednercarter.net"], ["encrypted_password", "$2a$04$6hU6KcRmAxPpRl26MdB5..QhKCrichyF8JxLWh4Bu9GPwdT6n2DVy"], ["confirmed_at", "2019-11-26 17:23:49.637316"], ["name", "Max Little"], ["email", "melany@lednercarter.net"], ["created_at", "2019-11-26 17:23:49.638212"], ["updated_at", "2019-11-26 17:23:49.638212"]]
64223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64224
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:49 -0500
64225
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64226
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"melany@lednercarter.net\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
64227
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melany@lednercarter.net"], ["LIMIT", 1]]
64228
+ User Update All (0.1ms) UPDATE "users" SET "failed_attempts" = COALESCE("failed_attempts", 0) + ? WHERE "users"."id" = ? [["failed_attempts", 1], ["id", 1]]
64229
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64230
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 2042)
64231
+  (0.2ms) rollback transaction
64232
+  (0.0ms) begin transaction
64233
+  (0.0ms) SAVEPOINT active_record_1
64234
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "nery.runte@padberg.com"], ["provider", "email"], ["LIMIT", 1]]
64235
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "nery.runte@padberg.com"], ["encrypted_password", "$2a$04$dOtfxLgjtquehUl90FNnOu1CVOA1k5mylpPGwqtAtQ6SE4d3ZOfXu"], ["confirmation_token", "Vv2FfMsoyvsG4etbLdPH"], ["confirmation_sent_at", "2019-11-26 17:23:49.648204"], ["name", "Lee Nover"], ["email", "nery.runte@padberg.com"], ["created_at", "2019-11-26 17:23:49.648120"], ["updated_at", "2019-11-26 17:23:49.648120"]]
64236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64237
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:49 -0500
64238
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64239
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"nery.runte@padberg.com\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
64240
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nery.runte@padberg.com"], ["LIMIT", 1]]
64241
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1362)
64242
+  (0.2ms) rollback transaction
64243
+  (0.0ms) begin transaction
64244
+  (0.0ms) SAVEPOINT active_record_1
64245
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "maureen.jacobi@cormier.co"], ["provider", "email"], ["LIMIT", 1]]
64246
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "locked_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "maureen.jacobi@cormier.co"], ["encrypted_password", "$2a$04$ozT69rY2xkcYpGOnlxdBJOpKfqb2HH28CmEEvm3Cpd0/YsNit95S2"], ["confirmed_at", "2019-11-26 17:23:49.654748"], ["locked_at", "2019-11-26 17:23:49.654757"], ["name", "Missy Sippy"], ["email", "maureen.jacobi@cormier.co"], ["created_at", "2019-11-26 17:23:49.655494"], ["updated_at", "2019-11-26 17:23:49.655494"]]
64247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64248
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:49 -0500
64249
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64250
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"maureen.jacobi@cormier.co\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
64251
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maureen.jacobi@cormier.co"], ["LIMIT", 1]]
64252
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1381)
64253
+  (0.2ms) rollback transaction
64254
+  (0.0ms) begin transaction
64255
+  (0.0ms) SAVEPOINT active_record_1
64256
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "shela@hahn.co"], ["provider", "email"], ["LIMIT", 1]]
64257
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at", "auth_available") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "shela@hahn.co"], ["encrypted_password", "$2a$04$FFLd70pvJGmG566J49GWE.jwInXf4bQekHQXc9ewmeR2DVon3CNcK"], ["confirmed_at", "2019-11-26 17:23:49.662002"], ["name", "Kenny Dewitt"], ["email", "shela@hahn.co"], ["created_at", "2019-11-26 17:23:49.662741"], ["updated_at", "2019-11-26 17:23:49.662741"], ["auth_available", 0]]
64258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64259
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:49 -0500
64260
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64261
+ Parameters: {"query"=>" mutation {\n userLogin(\n email: \"shela@hahn.co\",\n password: \"12345678\"\n ) {\n user { email name signInCount }\n }\n }\n"}
64262
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shela@hahn.co"], ["LIMIT", 1]]
64263
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1359)
64264
+  (0.4ms) rollback transaction
64265
+  (0.1ms) begin transaction
64266
+  (0.1ms) SAVEPOINT active_record_1
64267
+ Admin Exists? (0.1ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "vernita@brakusheller.io"], ["provider", "email"], ["LIMIT", 1]]
64268
+ Admin Create (0.4ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "vernita@brakusheller.io"], ["encrypted_password", "$2a$04$TRTOPSDKPWXcD0UGGt7bwudlpgzTTwh2fEhkpugzIG5izTQx5BZYy"], ["confirmed_at", "2019-11-26 17:23:49.682899"], ["email", "vernita@brakusheller.io"], ["created_at", "2019-11-26 17:23:49.684306"], ["updated_at", "2019-11-26 17:23:49.684306"]]
64269
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64270
+ Started POST "/api/v1/admin/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:49 -0500
64271
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64272
+ Parameters: {"query"=>" mutation {\n adminLogin(\n email: \"vernita@brakusheller.io\",\n password: \"12345678\"\n ) {\n authenticatable { email customField }\n }\n }\n"}
64273
+ Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? LIMIT ? [["email", "vernita@brakusheller.io"], ["LIMIT", 1]]
64274
+  (0.1ms) SAVEPOINT active_record_1
64275
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"2n99ejInfChtaI1Yd9DGQg\":{\"token\":\"$2a$10$.118T1D3mRtCTkl5NvCdYOizVVd9sORF488ijMOSVMP2b5kFXceBa\",\"expiry\":1575998629,\"updated_at\":\"2019-11-26 17:23:49 UTC\"}}"], ["updated_at", "2019-11-26 17:23:49.748369"], ["id", 1]]
64276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64277
+ Completed 200 OK in 63ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2402)
64278
+  (0.5ms) rollback transaction
64279
+  (0.0ms) begin transaction
64280
+  (0.1ms) SAVEPOINT active_record_1
64281
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "elisa@mayer.io"], ["provider", "email"], ["LIMIT", 1]]
64282
+ Guest Create (0.4ms) INSERT INTO "guests" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "elisa@mayer.io"], ["encrypted_password", "$2a$04$E/pe1InTw8b9GAawt6JkBOUBi/FFrgKf5Vb8bv8BGT41iLhEgmxFu"], ["confirmed_at", "2019-11-26 17:23:49.763324"], ["email", "elisa@mayer.io"], ["created_at", "2019-11-26 17:23:49.764738"], ["updated_at", "2019-11-26 17:23:49.764738"]]
64283
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64284
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:49 -0500
64285
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64286
+ Parameters: {"query"=>" mutation {\n guestLogin(\n email: \"elisa@mayer.io\",\n password: \"12345678\"\n ) {\n authenticatable { email }\n }\n }\n"}
64287
+ Guest Load (0.1ms) SELECT "guests".* FROM "guests" WHERE "guests"."email" = ? LIMIT ? [["email", "elisa@mayer.io"], ["LIMIT", 1]]
64288
+  (0.1ms) SAVEPOINT active_record_1
64289
+ Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"qbJZaHMHtMhgYtAk9rbk_A\":{\"token\":\"$2a$10$IB4A.PMEInsRUNjy.8RD4utRhTD90O7lLbkrp76aagilBNzeOflqO\",\"expiry\":1575998629,\"updated_at\":\"2019-11-26 17:23:49 UTC\"}}"], ["updated_at", "2019-11-26 17:23:49.829021"], ["id", 1]]
64290
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64291
+ Completed 200 OK in 64ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 2273)
64292
+  (0.6ms) rollback transaction
64293
+  (0.1ms) begin transaction
64294
+  (0.1ms) SAVEPOINT active_record_1
64295
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jeremiah_conn@faypollich.com"], ["provider", "email"], ["LIMIT", 1]]
64296
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "jeremiah_conn@faypollich.com"], ["encrypted_password", "$2a$04$YN7KMeVMuQ/9UrWz7X0IcevRUvLECIrffBNXb2cWv0tZ2W8nOxJQS"], ["confirmed_at", "2019-11-26 17:23:49.835867"], ["name", "Ty Tannick"], ["email", "jeremiah_conn@faypollich.com"], ["created_at", "2019-11-26 17:23:49.837028"], ["updated_at", "2019-11-26 17:23:49.837028"]]
64297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64298
+  (0.1ms) SAVEPOINT active_record_1
64299
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"9MePXpFdwVoGiBwfsbD22g\":{\"token\":\"$2a$10$Qrd./2LxPZqDnEj2VmWJouhgK1LQNdtTEI.HO5MzBgejhmX.EjBdO\",\"expiry\":1575998629,\"updated_at\":\"2019-11-26 17:23:49 UTC\"}}"], ["updated_at", "2019-11-26 17:23:49.894975"], ["id", 1]]
64300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64301
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:49 -0500
64302
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64303
+ Parameters: {"query"=>" mutation {\n userLogout {\n authenticatable { email }\n }\n }\n"}
64304
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "jeremiah_conn@faypollich.com"], ["LIMIT", 1]]
64305
+  (0.1ms) SAVEPOINT active_record_1
64306
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", nil], ["updated_at", "2019-11-26 17:23:49.948578"], ["id", 1]]
64307
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64308
+ Completed 200 OK in 52ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 1898)
64309
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64310
+  (0.6ms) rollback transaction
64311
+  (0.1ms) begin transaction
64312
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:49 -0500
64313
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64314
+ Parameters: {"query"=>" mutation {\n userLogout {\n authenticatable { email }\n }\n }\n"}
64315
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 957)
64316
+  (0.0ms) SAVEPOINT active_record_1
64317
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "judy.keler@lubowitz.name"], ["provider", "email"], ["LIMIT", 1]]
64318
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "judy.keler@lubowitz.name"], ["encrypted_password", "$2a$04$RZLZTRIRl2Po13PSVP9HS.V1qO7PbFgyrl8vkrK8N.tJ0hSXe3.He"], ["confirmed_at", "2019-11-26 17:23:49.956279"], ["name", "Rusty Pipes"], ["email", "judy.keler@lubowitz.name"], ["created_at", "2019-11-26 17:23:49.957075"], ["updated_at", "2019-11-26 17:23:49.957075"]]
64319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64320
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64321
+  (0.2ms) rollback transaction
64322
+  (0.0ms) begin transaction
64323
+  (0.0ms) SAVEPOINT active_record_1
64324
+ Admin Exists? (0.1ms) SELECT 1 AS one FROM "admins" WHERE "admins"."email" = ? AND "admins"."provider" = ? LIMIT ? [["email", "dwain_koepp@pfannerstillkshlerin.name"], ["provider", "email"], ["LIMIT", 1]]
64325
+ Admin Create (0.3ms) INSERT INTO "admins" ("uid", "encrypted_password", "confirmed_at", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "dwain_koepp@pfannerstillkshlerin.name"], ["encrypted_password", "$2a$04$NIrE/6ypmQJL1xlUEMg7V.TA6Y71SuLR.BPiY/Dtpmf5sk.xABsqu"], ["confirmed_at", "2019-11-26 17:23:49.960789"], ["email", "dwain_koepp@pfannerstillkshlerin.name"], ["created_at", "2019-11-26 17:23:49.961530"], ["updated_at", "2019-11-26 17:23:49.961530"]]
64326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64327
+  (0.1ms) SAVEPOINT active_record_1
64328
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", "{\"hA8V2sekzF4LjaxDUsieGw\":{\"token\":\"$2a$10$XZhBPDq7AI9Skh/PLfdWhO.GJpCLL3Bri37Hth1l5ZqN4QodEpbjm\",\"expiry\":1575998630,\"updated_at\":\"2019-11-26 17:23:49 UTC\"}}"], ["updated_at", "2019-11-26 17:23:50.014924"], ["id", 1]]
64329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64330
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64331
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64332
+ Parameters: {"query"=>" mutation {\n adminLogout {\n authenticatable { email }\n }\n }\n"}
64333
+ Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."uid" = ? LIMIT ? [["uid", "dwain_koepp@pfannerstillkshlerin.name"], ["LIMIT", 1]]
64334
+  (0.1ms) SAVEPOINT active_record_1
64335
+ Admin Update (0.1ms) UPDATE "admins" SET "tokens" = ?, "updated_at" = ? WHERE "admins"."id" = ? [["tokens", nil], ["updated_at", "2019-11-26 17:23:50.065435"], ["id", 1]]
64336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64337
+ Completed 200 OK in 50ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 1827)
64338
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64339
+  (0.6ms) rollback transaction
64340
+  (0.0ms) begin transaction
64341
+  (0.0ms) SAVEPOINT active_record_1
64342
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jestine@lueilwitz.co"], ["provider", "email"], ["LIMIT", 1]]
64343
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "jestine@lueilwitz.co"], ["encrypted_password", "$2a$04$MAPmd6dkufGGQmi58uYEnu1u2sA2XVVedPblhYaumfW/h5anU3Bvu"], ["confirmation_token", "Tyxn_QaTQs14hFn7CjyT"], ["confirmation_sent_at", "2019-11-26 17:23:50.072679"], ["name", "Oren Jellow"], ["email", "jestine@lueilwitz.co"], ["created_at", "2019-11-26 17:23:50.072601"], ["updated_at", "2019-11-26 17:23:50.072601"]]
64344
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64345
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64346
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64347
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"jestine@lueilwitz.co\",\n redirectUrl:\"http://wiza.com/jimmie\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
64348
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "jestine@lueilwitz.co"], ["provider", "email"], ["LIMIT", 1]]
64349
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
64350
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 2.4ms | Allocations: 845)
64351
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 146.7ms
64352
+ Delivered mail 5ddd5fa637dfd_58f23fd46b02e020536b6@Marios-MacBook-Pro.local.mail (10.3ms)
64353
+ Date: Tue, 26 Nov 2019 12:23:50 -0500
64354
+ From: please-change-me-at-config-initializers-devise@example.com
64355
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
64356
+ To: jestine@lueilwitz.co
64357
+ Message-ID: <5ddd5fa637dfd_58f23fd46b02e020536b6@Marios-MacBook-Pro.local.mail>
64358
+ Subject: Confirmation instructions
64359
+ Mime-Version: 1.0
64360
+ Content-Type: text/html;
64361
+ charset=UTF-8
64362
+ Content-Transfer-Encoding: 7bit
64363
+ redirect-url: http://wiza.com/jimmie
64364
+ client-config: default
64365
+
64366
+ <p>Welcome jestine@lueilwitz.co!</p>
64367
+
64368
+ <p>You can confirm your account email through the link below:</p>
64369
+
64370
+ <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%2Fwiza.com%2Fjimmie&amp;variables%5Btoken%5D=Tyxn_QaTQs14hFn7CjyT">Confirm my account</a></p>
64371
+
64372
+ Completed 200 OK in 161ms (Views: 0.8ms | ActiveRecord: 0.1ms | Allocations: 66578)
64373
+ 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%2Fwiza.com%2Fjimmie&variables%5Btoken%5D=Tyxn_QaTQs14hFn7CjyT" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64374
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64375
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://wiza.com/jimmie", "token"=>"Tyxn_QaTQs14hFn7CjyT"}}
64376
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "Tyxn_QaTQs14hFn7CjyT"], ["LIMIT", 1]]
64377
+  (0.1ms) SAVEPOINT active_record_1
64378
+ User Update (0.9ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:23:50.243823"], ["updated_at", "2019-11-26 17:23:50.244027"], ["id", 1]]
64379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64380
+ Redirected to http://wiza.com/jimmie?account_confirmation_success=true
64381
+ Completed 302 Found in 8ms (ActiveRecord: 1.2ms | Allocations: 2246)
64382
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64383
+  (0.6ms) rollback transaction
64384
+  (0.0ms) begin transaction
64385
+  (0.0ms) SAVEPOINT active_record_1
64386
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "eie_morar@harber.biz"], ["provider", "email"], ["LIMIT", 1]]
64387
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "eie_morar@harber.biz"], ["encrypted_password", "$2a$04$OZohrGMT4sh3n5/LwtzIYO7sJQaIkd/MvxA8xgTYROb3BEvJGH5ee"], ["confirmation_token", "srwM6HRhdm1psHxgzeKe"], ["confirmation_sent_at", "2019-11-26 17:23:50.255634"], ["name", "Lina Ginster"], ["email", "eie_morar@harber.biz"], ["created_at", "2019-11-26 17:23:50.255540"], ["updated_at", "2019-11-26 17:23:50.255540"]]
64388
+  (0.7ms) RELEASE SAVEPOINT active_record_1
64389
+  (0.0ms) SAVEPOINT active_record_1
64390
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:23:50.257439"], ["updated_at", "2019-11-26 17:23:50.257575"], ["id", 1]]
64391
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64392
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64393
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64394
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"eie_morar@harber.biz\",\n redirectUrl:\"http://orn.net/kasey\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
64395
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "eie_morar@harber.biz"], ["provider", "email"], ["LIMIT", 1]]
64396
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1351)
64397
+  (0.3ms) rollback transaction
64398
+  (0.1ms) begin transaction
64399
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64400
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64401
+ Parameters: {"query"=>" mutation {\n userResendConfirmation(\n email:\"nothere@gmail.com\",\n redirectUrl:\"http://hodkiewicz.net/dorethea\"\n ) {\n message\n authenticatable {\n id\n email\n }\n }\n }\n"}
64402
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
64403
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1338)
64404
+  (0.1ms) rollback transaction
64405
+  (0.1ms) begin transaction
64406
+  (0.1ms) SAVEPOINT active_record_1
64407
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "roana@cristcartwright.com"], ["provider", "email"], ["LIMIT", 1]]
64408
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "roana@cristcartwright.com"], ["encrypted_password", "$2a$04$/1FYJ8nqC2.XKdPQfJ9bK.eRrPKJ2ZcEr0cI49TGIyl5b2k7.An1i"], ["confirmed_at", "2019-11-26 17:23:50.283124"], ["name", "Tommy Hawk"], ["email", "roana@cristcartwright.com"], ["created_at", "2019-11-26 17:23:50.284757"], ["updated_at", "2019-11-26 17:23:50.284757"]]
64409
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64410
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64411
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64412
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"roana@cristcartwright.com\",\n redirectUrl: \"http://littelnitzsche.info/kory_johnston\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
64413
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "roana@cristcartwright.com"], ["provider", "email"], ["LIMIT", 1]]
64414
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "b67358ad1d5783ea67b92d88b2f3b5f118e24b539afe62d67561c505cced40e8"], ["LIMIT", 1]]
64415
+  (0.1ms) SAVEPOINT active_record_1
64416
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "b67358ad1d5783ea67b92d88b2f3b5f118e24b539afe62d67561c505cced40e8"], ["reset_password_sent_at", "2019-11-26 17:23:50.389957"], ["updated_at", "2019-11-26 17:23:50.390143"], ["id", 1]]
64417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64418
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb
64419
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/reset_password_instructions.html.erb (Duration: 0.9ms | Allocations: 501)
64420
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 2.7ms
64421
+ Delivered mail 5ddd5fa660702_58f23fd46b02e020537ab@Marios-MacBook-Pro.local.mail (2.7ms)
64422
+ Date: Tue, 26 Nov 2019 12:23:50 -0500
64423
+ From: please-change-me-at-config-initializers-devise@example.com
64424
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
64425
+ To: roana@cristcartwright.com
64426
+ Message-ID: <5ddd5fa660702_58f23fd46b02e020537ab@Marios-MacBook-Pro.local.mail>
64427
+ Subject: Reset password instructions
64428
+ Mime-Version: 1.0
64429
+ Content-Type: text/html;
64430
+ charset=UTF-8
64431
+ Content-Transfer-Encoding: 7bit
64432
+ email: roana@cristcartwright.com
64433
+ provider: email
64434
+ redirect-url: http://littelnitzsche.info/kory_johnston
64435
+ client-config: default
64436
+
64437
+ <p>Hello roana@cristcartwright.com!</p>
64438
+
64439
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
64440
+
64441
+ <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%2Flittelnitzsche.info%2Fkory_johnston&amp;variables%5Btoken%5D=STHWThwNo6T3skqgbxYk">Change my password</a></p>
64442
+
64443
+ <p>If you didn&#39;t request this, please ignore this email.</p>
64444
+ <p>Your password won&#39;t change until you access the link above and create a new one.</p>
64445
+
64446
+ Completed 200 OK in 109ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 5435)
64447
+ 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%2Flittelnitzsche.info%2Fkory_johnston&variables%5Btoken%5D=STHWThwNo6T3skqgbxYk" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64448
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64449
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userCheckPasswordToken(resetPasswordToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://littelnitzsche.info/kory_johnston", "token"=>"STHWThwNo6T3skqgbxYk"}}
64450
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "b67358ad1d5783ea67b92d88b2f3b5f118e24b539afe62d67561c505cced40e8"], ["LIMIT", 1]]
64451
+  (0.0ms) SAVEPOINT active_record_1
64452
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"rtN7oqiuQT56hl5tJbTy_w\":{\"token\":\"$2a$10$kQFVmFQ09e6NF7uCi5bawe1SvDiz.JFbSofMNl/2fZEez7V1h7Li6\",\"expiry\":1575998630}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 17:23:50.452554"], ["id", 1]]
64453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64454
+ Redirected to http://littelnitzsche.info/kory_johnston?access-token=zua1AnnIHrYAW4i8hBT7wg&client=rtN7oqiuQT56hl5tJbTy_w&client_id=rtN7oqiuQT56hl5tJbTy_w&config=&expiry=1575998630&reset_password=true&token=zua1AnnIHrYAW4i8hBT7wg&uid=roana%40cristcartwright.com
64455
+ Completed 302 Found in 52ms (ActiveRecord: 0.2ms | Allocations: 2119)
64456
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64457
+  (0.5ms) rollback transaction
64458
+  (0.0ms) begin transaction
64459
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64460
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64461
+ Parameters: {"query"=>" mutation {\n userSendPasswordReset(\n email: \"nothere@gmail.com\",\n redirectUrl: \"http://bosco.co/diamond_bayer\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
64462
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT ? [["uid", "nothere@gmail.com"], ["provider", "email"], ["LIMIT", 1]]
64463
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1205)
64464
+  (0.0ms) rollback transaction
64465
+  (0.0ms) begin transaction
64466
+  (0.1ms) SELECT COUNT(*) FROM "users"
64467
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64468
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64469
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"jerry@naderlakin.com\"\n name: \"Mckenzie Shanahan I\"\n password: \"D6rAfD2bB5\"\n passwordConfirmation: \"D6rAfD2bB5\"\n confirmSuccessUrl: \"http://reynolds.net/estrella_cormier\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
64470
+  (0.1ms) SAVEPOINT active_record_1
64471
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "jerry@naderlakin.com"], ["provider", "email"], ["LIMIT", 1]]
64472
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "jerry@naderlakin.com"], ["encrypted_password", "$2a$04$eAhN8L4M/4UMSqkJ.7fXnum0.0YS7NuGCsC9mYQE/GI1orDshqjOW"], ["confirmation_token", "sKeFTzAtaD93LxqAzcx-"], ["confirmation_sent_at", "2019-11-26 17:23:50.468805"], ["name", "Mckenzie Shanahan I"], ["email", "jerry@naderlakin.com"], ["created_at", "2019-11-26 17:23:50.468683"], ["updated_at", "2019-11-26 17:23:50.468683"]]
64473
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64474
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
64475
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.4ms | Allocations: 248)
64476
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 1.9ms
64477
+ Delivered mail 5ddd5fa67391e_58f23fd46b02e02053897@Marios-MacBook-Pro.local.mail (3.1ms)
64478
+ Date: Tue, 26 Nov 2019 12:23:50 -0500
64479
+ From: please-change-me-at-config-initializers-devise@example.com
64480
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
64481
+ To: jerry@naderlakin.com
64482
+ Message-ID: <5ddd5fa67391e_58f23fd46b02e02053897@Marios-MacBook-Pro.local.mail>
64483
+ Subject: Confirmation instructions
64484
+ Mime-Version: 1.0
64485
+ Content-Type: text/html;
64486
+ charset=UTF-8
64487
+ Content-Transfer-Encoding: 7bit
64488
+ redirect-url: http://reynolds.net/estrella_cormier
64489
+ client-config: default
64490
+
64491
+ <p>Welcome jerry@naderlakin.com!</p>
64492
+
64493
+ <p>You can confirm your account email through the link below:</p>
64494
+
64495
+ <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%2Freynolds.net%2Festrella_cormier&amp;variables%5Btoken%5D=sKeFTzAtaD93LxqAzcx-">Confirm my account</a></p>
64496
+
64497
+ Completed 200 OK in 12ms (Views: 0.1ms | ActiveRecord: 0.7ms | Allocations: 4806)
64498
+  (0.1ms) SELECT COUNT(*) FROM "users"
64499
+ User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
64500
+ 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%2Freynolds.net%2Festrella_cormier&variables%5Btoken%5D=sKeFTzAtaD93LxqAzcx-" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64501
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64502
+ Parameters: {"query"=>"query($token:String!,$redirectUrl:String!){userConfirmAccount(confirmationToken:$token,redirectUrl:$redirectUrl){email}}", "variables"=>{"redirectUrl"=>"http://reynolds.net/estrella_cormier", "token"=>"sKeFTzAtaD93LxqAzcx-"}}
64503
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "sKeFTzAtaD93LxqAzcx-"], ["LIMIT", 1]]
64504
+  (0.1ms) SAVEPOINT active_record_1
64505
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:23:50.486051"], ["updated_at", "2019-11-26 17:23:50.486293"], ["id", 1]]
64506
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64507
+ Redirected to http://reynolds.net/estrella_cormier?account_confirmation_success=true
64508
+ Completed 302 Found in 8ms (ActiveRecord: 0.4ms | Allocations: 1925)
64509
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64510
+  (0.3ms) rollback transaction
64511
+  (0.1ms) begin transaction
64512
+  (0.2ms) SELECT COUNT(*) FROM "users"
64513
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64514
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64515
+ Parameters: {"query"=>" mutation {\n userSignUp(\n email: \"\"\n name: \"Shin Muller\"\n password: \"MyX4fIzLk\"\n passwordConfirmation: \"MyX4fIzLk\"\n confirmSuccessUrl: \"http://tillman.biz/frances.walsh\"\n ) {\n user {\n email\n name\n }\n }\n }\n"}
64516
+  (0.8ms) SAVEPOINT active_record_1
64517
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", ""], ["provider", "email"], ["LIMIT", 1]]
64518
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
64519
+ Completed 200 OK in 13ms (Views: 0.9ms | ActiveRecord: 1.0ms | Allocations: 2714)
64520
+  (0.1ms) SELECT COUNT(*) FROM "users"
64521
+  (0.1ms) rollback transaction
64522
+  (0.0ms) begin transaction
64523
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64524
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64525
+ Parameters: {"query"=>" mutation {\n adminSignUp(\n email: \"jude_mccullough@gaylord.net\"\n password: \"YgWvLyStB\"\n passwordConfirmation: \"YgWvLyStB\"\n confirmSuccessUrl: \"http://davis.co/hae\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
64526
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 818)
64527
+  (0.1ms) rollback transaction
64528
+  (0.1ms) begin transaction
64529
+  (0.2ms) SELECT COUNT(*) FROM "guests"
64530
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64531
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64532
+ Parameters: {"query"=>" mutation {\n guestSignUp(\n email: \"laurette@muller.org\"\n password: \"2VoJiEc7SmZ\"\n passwordConfirmation: \"2VoJiEc7SmZ\"\n confirmSuccessUrl: \"http://moen.org/edwin_ritchie\"\n ) {\n authenticatable {\n email\n }\n }\n }\n"}
64533
+  (0.1ms) SAVEPOINT active_record_1
64534
+ Guest Exists? (0.1ms) SELECT 1 AS one FROM "guests" WHERE "guests"."email" = ? AND "guests"."provider" = ? LIMIT ? [["email", "laurette@muller.org"], ["provider", "email"], ["LIMIT", 1]]
64535
+ Guest Create (0.6ms) INSERT INTO "guests" ("uid", "encrypted_password", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["uid", "laurette@muller.org"], ["encrypted_password", "$2a$04$x8YyZbQzINVGa9086ib1Z.RzxQ96KDXHagqd09.V3lwyve861QgPS"], ["email", "laurette@muller.org"], ["created_at", "2019-11-26 17:23:50.531961"], ["updated_at", "2019-11-26 17:23:50.531961"]]
64536
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64537
+  (0.1ms) SAVEPOINT active_record_1
64538
+ Guest Update (0.1ms) UPDATE "guests" SET "tokens" = ?, "updated_at" = ? WHERE "guests"."id" = ? [["tokens", "{\"28Y8Fvr9iBQE-CHKuQPwUw\":{\"token\":\"$2a$10$eS2vGFkq8RqiX4P3I9MV2.0JG/b3BC4vwnugsTuzk04JNsPhg7DdO\",\"expiry\":1575998630,\"updated_at\":\"2019-11-26 17:23:50 UTC\"}}"], ["updated_at", "2019-11-26 17:23:50.596884"], ["id", 1]]
64539
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64540
+ Completed 200 OK in 72ms (Views: 0.2ms | ActiveRecord: 1.1ms | Allocations: 2629)
64541
+  (0.1ms) SELECT COUNT(*) FROM "guests"
64542
+  (0.5ms) rollback transaction
64543
+  (0.0ms) begin transaction
64544
+  (0.2ms) SAVEPOINT active_record_1
64545
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "leonard@oconner.org"], ["provider", "email"], ["LIMIT", 1]]
64546
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "leonard@oconner.org"], ["encrypted_password", "$2a$04$Es8pU9Worj0YPZfSIGt7nuhPag7cAkWrVLuJBCypByWyqmDC7thlG"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:23:50.603470"], ["name", "Moe DeLawn"], ["email", "leonard@oconner.org"], ["created_at", "2019-11-26 17:23:50.604699"], ["updated_at", "2019-11-26 17:23:50.604699"]]
64547
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64548
+  (0.1ms) SAVEPOINT active_record_1
64549
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"0jJsM7nKRyPVODQ6ZsDGUA\":{\"token\":\"$2a$10$qWQIU3jabouuyMV2x7xHquZR/r3Auw.RSFJGUnIc2yoHo0raaubtS\",\"expiry\":1575998630,\"updated_at\":\"2019-11-26 17:23:50 UTC\"}}"], ["updated_at", "2019-11-26 17:23:50.664960"], ["id", 1]]
64550
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64551
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64552
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64553
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
64554
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "leonard@oconner.org"], ["LIMIT", 1]]
64555
+  (0.1ms) SAVEPOINT active_record_1
64556
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$eb4NcNpMF0DSZ2zVggfxJeP6oP/rFEZdKjW7BJCJIMFXtRuQQbFki"], ["updated_at", "2019-11-26 17:23:50.724644"], ["id", 1]]
64557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64558
+  (0.0ms) SAVEPOINT active_record_1
64559
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:23:50.737154"], ["id", 1]]
64560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64561
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64562
+ Completed 200 OK in 71ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2885)
64563
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64564
+  (0.3ms) rollback transaction
64565
+  (0.0ms) begin transaction
64566
+  (0.0ms) SAVEPOINT active_record_1
64567
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "morton@pfefferheller.io"], ["provider", "email"], ["LIMIT", 1]]
64568
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "morton@pfefferheller.io"], ["encrypted_password", "$2a$04$rru2iSJlFOUPiWDdLQE2Me8TNwxD9Kd96gVbBsqRzhKVyzt9evrhi"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:23:50.742637"], ["name", "Walter Melon"], ["email", "morton@pfefferheller.io"], ["created_at", "2019-11-26 17:23:50.743408"], ["updated_at", "2019-11-26 17:23:50.743408"]]
64569
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64570
+  (0.1ms) SAVEPOINT active_record_1
64571
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"MaeMG6bMdZPJKTHmBIm-Mw\":{\"token\":\"$2a$10$R10JHJgQ8P..9fvX.B2TyOmZvWy8Gck07EYrAG.xg1tfnlYbfU5NG\",\"expiry\":1575998630,\"updated_at\":\"2019-11-26 17:23:50 UTC\"}}"], ["updated_at", "2019-11-26 17:23:50.796389"], ["id", 1]]
64572
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64573
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64574
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64575
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
64576
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "morton@pfefferheller.io"], ["LIMIT", 1]]
64577
+  (0.1ms) SAVEPOINT active_record_1
64578
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$M5tBQe2illmX/xVAJkraU.L6iQg2guIaiBch5WWrSxvrCNAn7NxM6"], ["updated_at", "2019-11-26 17:23:50.852955"], ["id", 1]]
64579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64580
+  (0.0ms) SAVEPOINT active_record_1
64581
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:23:50.854186"], ["id", 1]]
64582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64583
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64584
+ Completed 200 OK in 56ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2874)
64585
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64586
+  (0.5ms) rollback transaction
64587
+  (0.0ms) begin transaction
64588
+  (0.0ms) SAVEPOINT active_record_1
64589
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "hobert@oberbrunnerkutch.info"], ["provider", "email"], ["LIMIT", 1]]
64590
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "hobert@oberbrunnerkutch.info"], ["encrypted_password", "$2a$04$7UGrSTrkD1aSt2HKKlhjqeSZnIVTjoiFo5xC8NqcyeaQhPTUt2I7i"], ["confirmed_at", "2019-11-26 17:23:50.860218"], ["name", "Doug Updegrave"], ["email", "hobert@oberbrunnerkutch.info"], ["created_at", "2019-11-26 17:23:50.860988"], ["updated_at", "2019-11-26 17:23:50.860988"]]
64591
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64592
+  (0.1ms) SAVEPOINT active_record_1
64593
+ User Update (0.2ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"OnlEv0dpHrOzlgMbxbqYIg\":{\"token\":\"$2a$10$ryEqdCMhIQWGcCghGtmut.y7/0HrZOBOhuiCqAYB/5FUyj/6cJe9G\",\"expiry\":1575998630,\"updated_at\":\"2019-11-26 17:23:50 UTC\"}}"], ["updated_at", "2019-11-26 17:23:50.912739"], ["id", 1]]
64594
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64595
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:50 -0500
64596
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64597
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"\"\n ) {\n authenticatable { email }\n }\n }\n"}
64598
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "hobert@oberbrunnerkutch.info"], ["LIMIT", 1]]
64599
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64600
+ Completed 200 OK in 52ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 2360)
64601
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64602
+  (0.6ms) rollback transaction
64603
+  (0.1ms) begin transaction
64604
+  (0.1ms) SAVEPOINT active_record_1
64605
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "alec.powlowski@huels.info"], ["provider", "email"], ["LIMIT", 1]]
64606
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "alec.powlowski@huels.info"], ["encrypted_password", "$2a$04$UVLmmmvqGk8UZKhRy34cIeiU67UISXl03y0kNbZ28URKHkLOk61h."], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:23:50.973123"], ["name", "Ray Zenz"], ["email", "alec.powlowski@huels.info"], ["created_at", "2019-11-26 17:23:50.973975"], ["updated_at", "2019-11-26 17:23:50.973975"]]
64607
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64608
+  (0.1ms) SAVEPOINT active_record_1
64609
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"_BMrHnhFTwOe0A9fro8A8g\":{\"token\":\"$2a$10$v/K8pJNH3XX9W0TlJh1jP.NjUs5KDHyZsoGOd3wfH5GgBRo7zA3ke\",\"expiry\":1575998631,\"updated_at\":\"2019-11-26 17:23:50 UTC\"}}"], ["updated_at", "2019-11-26 17:23:51.027085"], ["id", 1]]
64610
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64611
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64612
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64613
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
64614
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "alec.powlowski@huels.info"], ["LIMIT", 1]]
64615
+  (0.1ms) SAVEPOINT active_record_1
64616
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$Wmgrcog/G/NVVh6TiUgpi.nWXDTMMMUTg7w9c5aLpRBB7RvrYNBOW"], ["updated_at", "2019-11-26 17:23:51.082572"], ["id", 1]]
64617
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64618
+  (0.0ms) SAVEPOINT active_record_1
64619
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:23:51.083623"], ["id", 1]]
64620
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64621
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64622
+ Completed 200 OK in 55ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2877)
64623
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64624
+  (0.6ms) rollback transaction
64625
+  (0.0ms) begin transaction
64626
+  (0.0ms) SAVEPOINT active_record_1
64627
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "rina@bartonkreiger.name"], ["provider", "email"], ["LIMIT", 1]]
64628
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "allow_password_change", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "rina@bartonkreiger.name"], ["encrypted_password", "$2a$04$mAGpNpWKqsm0wYArE4zYUeHR2fqI/7CuHnnvXlSzND238o7oNYCmu"], ["allow_password_change", 1], ["confirmed_at", "2019-11-26 17:23:51.088984"], ["name", "Willie Waite"], ["email", "rina@bartonkreiger.name"], ["created_at", "2019-11-26 17:23:51.089903"], ["updated_at", "2019-11-26 17:23:51.089903"]]
64629
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64630
+  (0.1ms) SAVEPOINT active_record_1
64631
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"NZM6B94Zi3YnDzbltEvcBg\":{\"token\":\"$2a$10$AuZKba12GA.UIH7B37k0j.obAm0zsCa8JNTMTlYRf1J30y/CUFw6W\",\"expiry\":1575998631,\"updated_at\":\"2019-11-26 17:23:51 UTC\"}}"], ["updated_at", "2019-11-26 17:23:51.142754"], ["id", 1]]
64632
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64633
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64634
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64635
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
64636
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "rina@bartonkreiger.name"], ["LIMIT", 1]]
64637
+  (0.1ms) SAVEPOINT active_record_1
64638
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$piPleFCGb2xcPyHW9Hc2l.0EaiI21WDtP0g5jZLrVmBojxqYMy.ge"], ["updated_at", "2019-11-26 17:23:51.198999"], ["id", 1]]
64639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64640
+  (0.0ms) SAVEPOINT active_record_1
64641
+ User Update (0.1ms) UPDATE "users" SET "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["allow_password_change", 0], ["updated_at", "2019-11-26 17:23:51.200078"], ["id", 1]]
64642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64643
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64644
+ Completed 200 OK in 56ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2874)
64645
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64646
+  (0.6ms) rollback transaction
64647
+  (0.1ms) begin transaction
64648
+  (0.1ms) SAVEPOINT active_record_1
64649
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "kelly.klein@bosco.biz"], ["provider", "email"], ["LIMIT", 1]]
64650
+ User Create (0.5ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "kelly.klein@bosco.biz"], ["encrypted_password", "$2a$04$H0SGJwd2epNOQC3pkkrepu7sLkk76hrBxaRrYeSgMhBETKtrp9QYi"], ["confirmed_at", "2019-11-26 17:23:51.207221"], ["name", "Andy Structible"], ["email", "kelly.klein@bosco.biz"], ["created_at", "2019-11-26 17:23:51.208400"], ["updated_at", "2019-11-26 17:23:51.208400"]]
64651
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64652
+  (0.1ms) SAVEPOINT active_record_1
64653
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"JFmxsw7apb-uBbBHijkMKA\":{\"token\":\"$2a$10$GPq76rs.8JgiWPjOSnO8ee4DpunoesXHApmPTe4E/v1SXX9RQbpMC\",\"expiry\":1575998631,\"updated_at\":\"2019-11-26 17:23:51 UTC\"}}"], ["updated_at", "2019-11-26 17:23:51.261460"], ["id", 1]]
64654
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64655
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64656
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64657
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
64658
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "kelly.klein@bosco.biz"], ["LIMIT", 1]]
64659
+  (0.1ms) SAVEPOINT active_record_1
64660
+ User Update (0.1ms) UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ? [["encrypted_password", "$2a$04$emxH8EOIASz8STuIrL1Bz.SU4Lw7hZKQ2N3dq8G/awHcMyKWQJ/Ze"], ["updated_at", "2019-11-26 17:23:51.316785"], ["id", 1]]
64661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64662
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64663
+ Completed 200 OK in 54ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 2640)
64664
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64665
+  (0.2ms) rollback transaction
64666
+  (0.0ms) begin transaction
64667
+  (0.0ms) SAVEPOINT active_record_1
64668
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "willetta@trantow.org"], ["provider", "email"], ["LIMIT", 1]]
64669
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "willetta@trantow.org"], ["encrypted_password", "$2a$04$8O083iP0he42j3JmHAmnC.DH9oaAbKbapKf4FxBGI/ynu0OSVwoAW"], ["confirmed_at", "2019-11-26 17:23:51.322698"], ["name", "Anna Mull"], ["email", "willetta@trantow.org"], ["created_at", "2019-11-26 17:23:51.323308"], ["updated_at", "2019-11-26 17:23:51.323308"]]
64670
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64671
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64672
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64673
+ Parameters: {"query"=>" mutation {\n userUpdatePassword(\n password: \"safePassw0rd!\",\n passwordConfirmation: \"safePassw0rd!\",\n currentPassword: \"current_password\"\n ) {\n authenticatable { email }\n }\n }\n"}
64674
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 1164)
64675
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64676
+  (0.2ms) rollback transaction
64677
+  (0.0ms) begin transaction
64678
+  (0.0ms) SAVEPOINT active_record_1
64679
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "sallie_daugherty@kunde.io"], ["provider", "email"], ["LIMIT", 1]]
64680
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "sallie_daugherty@kunde.io"], ["encrypted_password", "$2a$04$2mtW4IQP8X.0ERF9zEWGXulU0XcoIbokOomDgNvnY419rpEGE7uZS"], ["confirmed_at", "2019-11-26 17:23:51.329237"], ["name", "Ilene Left"], ["email", "sallie_daugherty@kunde.io"], ["created_at", "2019-11-26 17:23:51.329923"], ["updated_at", "2019-11-26 17:23:51.329923"]]
64681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64682
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "e89718743f96fffe7ade30e52ae7fa5ca3833cf520aa0ae76a007bcb6208dcba"], ["LIMIT", 1]]
64683
+  (0.1ms) SAVEPOINT active_record_1
64684
+ User Update (0.2ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "e89718743f96fffe7ade30e52ae7fa5ca3833cf520aa0ae76a007bcb6208dcba"], ["reset_password_sent_at", "2019-11-26 17:23:51.331630"], ["updated_at", "2019-11-26 17:23:51.331943"], ["id", 1]]
64685
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64686
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22bbKyGodx9c5N2AP83sVN%22%2C%0A++++++++++++redirectUrl%3A+%22%22%0A++++++++++%29+%7B%0A++++++++++++email%0A++++++++++%7D%0A++++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64687
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64688
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"bbKyGodx9c5N2AP83sVN\",\n redirectUrl: \"\"\n ) {\n email\n }\n }\n"}
64689
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "e89718743f96fffe7ade30e52ae7fa5ca3833cf520aa0ae76a007bcb6208dcba"], ["LIMIT", 1]]
64690
+  (0.1ms) SAVEPOINT active_record_1
64691
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"zDoVRUeHizh_wS8gew4W4Q\":{\"token\":\"$2a$10$uv8UlRmj61P4ex0QCd2HzerKLLkwYQ/Vl6KGj5f2JSZYNn5CIqeyO\",\"expiry\":1575998631}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 17:23:51.392116"], ["id", 1]]
64692
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64693
+  (0.0ms) SAVEPOINT active_record_1
64694
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"zDoVRUeHizh_wS8gew4W4Q\":{\"token\":\"$2a$10$uv8UlRmj61P4ex0QCd2HzerKLLkwYQ/Vl6KGj5f2JSZYNn5CIqeyO\",\"expiry\":1575998631},\"jYTMIP6pzgSBX6Bda4JbqQ\":{\"token\":\"$2a$10$..6pEYvHParap3ckTMFr6eFo284u70iVjbbLzBludNZvpPtIKPxga\",\"expiry\":1575998631,\"updated_at\":\"2019-11-26 17:23:51 UTC\"}}"], ["updated_at", "2019-11-26 17:23:51.439711"], ["id", 1]]
64695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64696
+ Completed 200 OK in 105ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 2657)
64697
+  (0.5ms) rollback transaction
64698
+  (0.0ms) begin transaction
64699
+  (0.0ms) SAVEPOINT active_record_1
64700
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "kermit@blick.org"], ["provider", "email"], ["LIMIT", 1]]
64701
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "kermit@blick.org"], ["encrypted_password", "$2a$04$KQeFuf7doKGTM/sHCd1cTekPdScNOs.UL9Y8FNuPHJ6jqPcX1xW2y"], ["confirmed_at", "2019-11-26 17:23:51.443698"], ["name", "Juan Nightstand"], ["email", "kermit@blick.org"], ["created_at", "2019-11-26 17:23:51.444353"], ["updated_at", "2019-11-26 17:23:51.444353"]]
64702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64703
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "ce3423be31a69107fdf4a880300bd394cf3adf331e7fe8445f3751dcfab0e5cb"], ["LIMIT", 1]]
64704
+  (0.0ms) SAVEPOINT active_record_1
64705
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "ce3423be31a69107fdf4a880300bd394cf3adf331e7fe8445f3751dcfab0e5cb"], ["reset_password_sent_at", "2019-11-26 17:23:51.445532"], ["updated_at", "2019-11-26 17:23:51.445615"], ["id", 1]]
64706
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64707
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22HFcxn-SyxmY-dfhzp-M6%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-11-26 12:23:51 -0500
64708
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64709
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"HFcxn-SyxmY-dfhzp-M6\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64710
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "ce3423be31a69107fdf4a880300bd394cf3adf331e7fe8445f3751dcfab0e5cb"], ["LIMIT", 1]]
64711
+  (0.1ms) SAVEPOINT active_record_1
64712
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "allow_password_change" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"3rlAf3_MGk1xXKIj-o7YjA\":{\"token\":\"$2a$10$xiEb8DkE0oSrxblURD/sd.GdiZTMRcj8htmnZKP64xXStIB/1AQy2\",\"expiry\":1575998631}}"], ["allow_password_change", 1], ["updated_at", "2019-11-26 17:23:51.500218"], ["id", 1]]
64713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64714
+ Redirected to https://google.com?access-token=PGSLS0jlT0-8Ph94lzuD6g&client=3rlAf3_MGk1xXKIj-o7YjA&client_id=3rlAf3_MGk1xXKIj-o7YjA&config=&expiry=1575998631&reset_password=true&token=PGSLS0jlT0-8Ph94lzuD6g&uid=kermit%40blick.org
64715
+ Completed 302 Found in 54ms (ActiveRecord: 0.3ms | Allocations: 1916)
64716
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64717
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64718
+  (0.6ms) rollback transaction
64719
+  (0.1ms) begin transaction
64720
+  (0.0ms) SAVEPOINT active_record_1
64721
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "janetta_friesen@heelmills.com"], ["provider", "email"], ["LIMIT", 1]]
64722
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "janetta_friesen@heelmills.com"], ["encrypted_password", "$2a$04$Eh5uLQ0M4kfyX8Kh5DfcReDoG7eou.N0AV.oEXZ4X.lHtNAYIDMzu"], ["confirmed_at", "2019-11-26 07:23:51"], ["name", "Fletcher Bisceps"], ["email", "janetta_friesen@heelmills.com"], ["created_at", "2019-11-26 07:23:51"], ["updated_at", "2019-11-26 07:23:51"]]
64723
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64724
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "c03d83696ee9684aa8a4dedecbcaaf222464881ab148892a65da294872d4d0eb"], ["LIMIT", 1]]
64725
+  (0.0ms) SAVEPOINT active_record_1
64726
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ? WHERE "users"."id" = ? [["reset_password_token", "c03d83696ee9684aa8a4dedecbcaaf222464881ab148892a65da294872d4d0eb"], ["reset_password_sent_at", "2019-11-26 07:23:51"], ["id", 1]]
64727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64728
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%22PhcRk-AByzCa4sxCeSfs%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-11-26 12:23:51 -0500
64729
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64730
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"PhcRk-AByzCa4sxCeSfs\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64731
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "c03d83696ee9684aa8a4dedecbcaaf222464881ab148892a65da294872d4d0eb"], ["LIMIT", 1]]
64732
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1266)
64733
+  (0.2ms) rollback transaction
64734
+  (0.0ms) begin transaction
64735
+  (0.1ms) SAVEPOINT active_record_1
64736
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "kandis.white@collins.info"], ["provider", "email"], ["LIMIT", 1]]
64737
+ User Create (0.7ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "kandis.white@collins.info"], ["encrypted_password", "$2a$04$uACd6S4tnzuy9HGv1iwIieEh3gsR8zazKAZXD.Q7cUzOszkRIpZ6K"], ["confirmed_at", "2019-11-26 17:23:51.515736"], ["name", "Doug Updegrave"], ["email", "kandis.white@collins.info"], ["created_at", "2019-11-26 17:23:51.517604"], ["updated_at", "2019-11-26 17:23:51.517604"]]
64738
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64739
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "7c9610402ec78ef6e368410ecfb3524baf666a5dc03b82ad66c6e1a422190892"], ["LIMIT", 1]]
64740
+  (0.0ms) SAVEPOINT active_record_1
64741
+ User Update (0.1ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_token", "7c9610402ec78ef6e368410ecfb3524baf666a5dc03b82ad66c6e1a422190892"], ["reset_password_sent_at", "2019-11-26 17:23:51.520041"], ["updated_at", "2019-11-26 17:23:51.520185"], ["id", 1]]
64742
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64743
+ Started GET "/api/v1/graphql_auth?query=++++++++query+%7B%0A++++++++++userCheckPasswordToken%28%0A++++++++++++resetPasswordToken%3A+%225u73ncuss2p_KX2CEsXginvalid%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-11-26 12:23:51 -0500
64744
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64745
+ Parameters: {"query"=>" query {\n userCheckPasswordToken(\n resetPasswordToken: \"5u73ncuss2p_KX2CEsXginvalid\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64746
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["reset_password_token", "78afbb128fe0c6bc940d4d61c611f66fae85907a79d674c84b88170730ef4500"], ["LIMIT", 1]]
64747
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1224)
64748
+  (0.4ms) rollback transaction
64749
+  (0.0ms) begin transaction
64750
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64751
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64752
+ Parameters: {"query"=>" query {\n adminCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64753
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 722)
64754
+  (0.1ms) rollback transaction
64755
+  (0.1ms) begin transaction
64756
+ Started POST "/api/v1/graphql_auth" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64757
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64758
+ Parameters: {"query"=>" query {\n guestCheckPasswordToken(\n resetPasswordToken: \"not_important\",\n redirectUrl: \"https://google.com\"\n ) {\n email\n }\n }\n"}
64759
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 722)
64760
+  (0.1ms) rollback transaction
64761
+  (0.0ms) begin transaction
64762
+  (0.2ms) SAVEPOINT active_record_1
64763
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "dirk.casper@shields.com"], ["provider", "email"], ["LIMIT", 1]]
64764
+ User Create (0.7ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "dirk.casper@shields.com"], ["encrypted_password", "$2a$04$4Oe19noho78OCAHvkMiqEut.U4GKrpNKjnpMrjGnGDi9KC74//4B."], ["confirmation_token", "7iEyizGDBeeHm_iZNruq"], ["confirmation_sent_at", "2019-11-26 17:23:51.541528"], ["name", "Misty Meanor"], ["email", "dirk.casper@shields.com"], ["created_at", "2019-11-26 17:23:51.541281"], ["updated_at", "2019-11-26 17:23:51.541281"]]
64765
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64766
+ Rendering /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb
64767
+ Rendered /Users/mcelicalderon/dev/graphql_devise/app/views/graphql_devise/mailer/confirmation_instructions.html.erb (Duration: 0.7ms | Allocations: 235)
64768
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
64769
+ Delivered mail 5ddd5fa785a36_58f23fd46b02e02053919@Marios-MacBook-Pro.local.mail (2.1ms)
64770
+ Date: Tue, 26 Nov 2019 12:23:51 -0500
64771
+ From: please-change-me-at-config-initializers-devise@example.com
64772
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
64773
+ To: dirk.casper@shields.com
64774
+ Message-ID: <5ddd5fa785a36_58f23fd46b02e02053919@Marios-MacBook-Pro.local.mail>
64775
+ Subject: Confirmation instructions
64776
+ Mime-Version: 1.0
64777
+ Content-Type: text/html;
64778
+ charset=UTF-8
64779
+ Content-Transfer-Encoding: 7bit
64780
+ client-config: default
64781
+ redirect-url:
64782
+
64783
+ <p>Welcome dirk.casper@shields.com!</p>
64784
+
64785
+ <p>You can confirm your account email through the link below:</p>
64786
+
64787
+ <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=7iEyizGDBeeHm_iZNruq">Confirm my account</a></p>
64788
+
64789
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%227iEyizGDBeeHm_iZNruq%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fpadberg.co%2Ftoby_jacobi%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64790
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64791
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"7iEyizGDBeeHm_iZNruq\"\n redirectUrl: \"http://padberg.co/toby_jacobi\"\n ) {\n email\n name\n }\n }\n"}
64792
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "7iEyizGDBeeHm_iZNruq"], ["LIMIT", 1]]
64793
+  (0.1ms) SAVEPOINT active_record_1
64794
+ User Update (0.1ms) UPDATE "users" SET "confirmed_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2019-11-26 17:23:51.553038"], ["updated_at", "2019-11-26 17:23:51.553295"], ["id", 1]]
64795
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64796
+ Redirected to http://padberg.co/toby_jacobi?account_confirmation_success=true
64797
+ Completed 302 Found in 5ms (ActiveRecord: 0.4ms | Allocations: 1790)
64798
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64799
+  (0.4ms) rollback transaction
64800
+  (0.1ms) begin transaction
64801
+  (0.2ms) SAVEPOINT active_record_1
64802
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "katy@jacobs.io"], ["provider", "email"], ["LIMIT", 1]]
64803
+ User Create (1.0ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmation_token", "confirmation_sent_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["uid", "katy@jacobs.io"], ["encrypted_password", "$2a$04$zr2uYOuI4aVajff7W1kmyunp95XR/NBtsjzNqW3y2hNve/bVneaqO"], ["confirmation_token", "SyLRCtTQyuGfjhDzb2ui"], ["confirmation_sent_at", "2019-11-26 17:23:51.562920"], ["name", "Jacques Strap"], ["email", "katy@jacobs.io"], ["created_at", "2019-11-26 17:23:51.562522"], ["updated_at", "2019-11-26 17:23:51.562522"]]
64804
+  (0.2ms) RELEASE SAVEPOINT active_record_1
64805
+ Started GET "/api/v1/graphql_auth?query=++++++%7B%0A++++++++userConfirmAccount%28%0A++++++++++confirmationToken%3A+%22SyLRCtTQyuGfjhDzb2ui-invalid%22%0A++++++++++redirectUrl%3A+++++++%22http%3A%2F%2Fsanfordabbott.io%2Frashad%22%0A++++++++%29+%7B%0A++++++++++email%0A++++++++++name%0A++++++++%7D%0A++++++%7D%0A&" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64806
+ Processing by GraphqlDevise::GraphqlController#auth as HTML
64807
+ Parameters: {"query"=>" {\n userConfirmAccount(\n confirmationToken: \"SyLRCtTQyuGfjhDzb2ui-invalid\"\n redirectUrl: \"http://sanfordabbott.io/rashad\"\n ) {\n email\n name\n }\n }\n"}
64808
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "SyLRCtTQyuGfjhDzb2ui-invalid"], ["LIMIT", 1]]
64809
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT ? [["confirmation_token", "685e5965ced15dd5e12df1c7ec48af0389160771639502aa2356f64aa07a7d01"], ["LIMIT", 1]]
64810
+ Completed 200 OK in 115ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 2009)
64811
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64812
+  (0.6ms) rollback transaction
64813
+  (0.0ms) begin transaction
64814
+  (0.0ms) SAVEPOINT active_record_1
64815
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "lucile.lockman@larkin.net"], ["provider", "email"], ["LIMIT", 1]]
64816
+ User Create (0.4ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "lucile.lockman@larkin.net"], ["encrypted_password", "$2a$04$UmsVILAOjIdMw4b810qNLeOEENI0rKD12OtD1MeQeCUHLUotgcqOG"], ["confirmed_at", "2019-11-26 17:23:51.689579"], ["name", "Candy Kane"], ["email", "lucile.lockman@larkin.net"], ["created_at", "2019-11-26 17:23:51.690426"], ["updated_at", "2019-11-26 17:23:51.690426"]]
64817
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64818
+  (0.1ms) SAVEPOINT active_record_1
64819
+ User Update (0.1ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = ? [["tokens", "{\"UYKXPjrLSb5AwX402r1wwA\":{\"token\":\"$2a$10$2JSVhQy3h4q34PDBh15Noeb6R5FoHzu2CLysOAQuhNo0aGlhRe1rS\",\"expiry\":1575998631,\"updated_at\":\"2019-11-26 17:23:51 UTC\"}}"], ["updated_at", "2019-11-26 17:23:51.744845"], ["id", 1]]
64820
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64821
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64822
+ Processing by Api::V1::GraphqlController#graphql as HTML
64823
+ Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
64824
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? LIMIT ? [["uid", "lucile.lockman@larkin.net"], ["LIMIT", 1]]
64825
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64826
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64827
+ Completed 200 OK in 56ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 9777)
64828
+  (0.4ms) rollback transaction
64829
+  (0.0ms) begin transaction
64830
+  (0.0ms) SAVEPOINT active_record_1
64831
+ User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND "users"."provider" = ? LIMIT ? [["email", "micheal.hickle@hermiston.co"], ["provider", "email"], ["LIMIT", 1]]
64832
+ User Create (0.3ms) INSERT INTO "users" ("uid", "encrypted_password", "confirmed_at", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "micheal.hickle@hermiston.co"], ["encrypted_password", "$2a$04$FFh4aHS6P0lGWI0lenMnjehxEezUt4XhdwEm9XG5D4xaCVUmsY19G"], ["confirmed_at", "2019-11-26 17:23:51.809949"], ["name", "Chi Spurger"], ["email", "micheal.hickle@hermiston.co"], ["created_at", "2019-11-26 17:23:51.810626"], ["updated_at", "2019-11-26 17:23:51.810626"]]
64833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64834
+ Started POST "/api/v1/graphql" for 127.0.0.1 at 2019-11-26 12:23:51 -0500
64835
+ Processing by Api::V1::GraphqlController#graphql as HTML
64836
+ Parameters: {"query"=>" query {\n user(\n id: 1\n ) {\n id\n email\n }\n }\n"}
64837
+ Filter chain halted as :authenticate_user! rendered or redirected
64838
+ Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 168)
64839
+  (0.2ms) rollback transaction