Advertisement
Guest User

Untitled

a guest
Jun 4th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. Started POST "/users/password_reset_link" for ::1 at 2018-06-04 16:04:15 +0200
  2. Processing by UsersController#password_reset_link as JSON
  3. Parameters: {"email"=>"vladislavk2@yahoo.com", "host"=>"localhost:5000", "user"=>{"email"=>"vladislavk2@yahoo.com"}}
  4. MONGODB | localhost:27017 | gibanica_development.find | STARTED | {"find"=>"users", "filter"=>{"email"=>"vladislavk2@yahoo.com"}, "sort"=>{"_id"=>1}, "limit"=>1, "singleBatch"=>true, "lsid"=>{"id"=><BSON::Binary:0x70118574487640 type=uuid data=0x6cc36b530b7c433d...>}}
  5. MONGODB | localhost:27017 | gibanica_development.find | SUCCEEDED | 0.000779s
  6. MONGODB | localhost:27017 | gibanica_development.insert | STARTED | {"insert"=>"password_change_requests", "ordered"=>true, "lsid"=>{"id"=><BSON::Binary:0x70118574487640 type=uuid data=0x6cc36b530b7c433d...>}, "documents"=>[{"_id"=>BSON::ObjectId('5b1546df9f5c552cf2e26920'), "reset_link"=>"$2a$10$hQmuRnd9su0mlVIPDRSMp...
  7. MONGODB | localhost:27017 | gibanica_development.insert | SUCCEEDED | 0.0011690000000000001s
  8. [ActiveJob] Enqueued ActionMailer::Parameterized::DeliveryJob (Job ID: 416686e0-26a1-4e61-8234-7c71c98076e7) to Async(mailers) with arguments: "UserMailer", "password_reset", "deliver_now", {:email=>"vladislavk2@yahoo.com", :name=>"Vladislav", :link=>"$2a$10$hQmuRnd9su0mlVIPDRSMp.merDJMW0S2ctPazLsVNmsnXV8Sc1JcC", :host=>"localhost:5000"}
  9. Completed 200 OK in 538ms
  10.  
  11.  
  12. [ActiveJob] [ActionMailer::Parameterized::DeliveryJob] [416686e0-26a1-4e61-8234-7c71c98076e7] Performing ActionMailer::Parameterized::DeliveryJob (Job ID: 416686e0-26a1-4e61-8234-7c71c98076e7) from Async(mailers) with arguments: "UserMailer", "password_reset", "deliver_now", {:email=>"vladislavk2@yahoo.com", :name=>"Vladislav", :link=>"$2a$10$hQmuRnd9su0mlVIPDRSMp.merDJMW0S2ctPazLsVNmsnXV8Sc1JcC", :host=>"localhost:5000"}
  13. [ActiveJob] [ActionMailer::Parameterized::DeliveryJob] [416686e0-26a1-4e61-8234-7c71c98076e7] Rendering user_mailer/password_reset.html.erb within layouts/mailer
  14. [ActiveJob] [ActionMailer::Parameterized::DeliveryJob] [416686e0-26a1-4e61-8234-7c71c98076e7] Rendered user_mailer/password_reset.html.erb within layouts/mailer (3.4ms)
  15. [ActiveJob] [ActionMailer::Parameterized::DeliveryJob] [416686e0-26a1-4e61-8234-7c71c98076e7] Rendering user_mailer/password_reset.text.erb within layouts/mailer
  16. [ActiveJob] [ActionMailer::Parameterized::DeliveryJob] [416686e0-26a1-4e61-8234-7c71c98076e7] Rendered user_mailer/password_reset.text.erb within layouts/mailer (1.1ms)
  17. [ActiveJob] [ActionMailer::Parameterized::DeliveryJob] [416686e0-26a1-4e61-8234-7c71c98076e7] UserMailer#password_reset: processed outbound mail in 381.2ms
  18. [ActiveJob] [ActionMailer::Parameterized::DeliveryJob] [416686e0-26a1-4e61-8234-7c71c98076e7] Sent mail to vladislavk2@yahoo.com (577.8ms)
  19. [ActiveJob] [ActionMailer::Parameterized::DeliveryJob] [416686e0-26a1-4e61-8234-7c71c98076e7] Date: Mon, 04 Jun 2018 16:04:16 +0200
  20. From: password@gibanica-security.com
  21. To: vladislavk2@yahoo.com
  22. Message-ID: <5b1546e06d020_2cf23fc5c05360042881b@Vladislavs-MacBook-Air.local.mail>
  23. Subject: Password reset request
  24. Mime-Version: 1.0
  25. Content-Type: multipart/alternative;
  26. boundary="--==_mimepart_5b1546e06a68c_2cf23fc5c053600428767";
  27. charset=UTF-8
  28. Content-Transfer-Encoding: 7bit
  29.  
  30.  
  31. ----==_mimepart_5b1546e06a68c_2cf23fc5c053600428767
  32. Content-Type: text/plain;
  33. charset=UTF-8
  34. Content-Transfer-Encoding: 7bit
  35.  
  36. Reset your password?
  37.  
  38. ======================
  39. If you requested a password reset for @Vladislav,
  40. click the button below. If you didn't make this request,
  41. ignore this email.
  42.  
  43.  
  44. https://localhost:5000/reset_password?link=$2a$10$hQmuRnd9su0mlVIPDRSMp.merDJMW0S2ctPazLsVNmsnXV8Sc1JcC
  45.  
  46.  
  47. ----==_mimepart_5b1546e06a68c_2cf23fc5c053600428767
  48. Content-Type: text/html;
  49. charset=UTF-8
  50. Content-Transfer-Encoding: 7bit
  51.  
  52. <!DOCTYPE html>
  53. <html>
  54. <head>
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56. <style>
  57. /* Email styles need to be inline */
  58. </style>
  59. </head>
  60.  
  61. <body>
  62. <!DOCTYPE html>
  63. <html>
  64. <head>
  65. <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
  66. </head>
  67. <body>
  68. <h1>Reset your password?</h1>
  69. <p>
  70. If you requested a password reset for @Vladislav,<br />
  71. click the button below. If you didn't make this request,<br />
  72. ignore this email. <br />
  73. </p>
  74. <a href="https://localhost:5000/reset_password?link=$2a$10$hQmuRnd9su0mlVIPDRSMp.merDJMW0S2ctPazLsVNmsnXV8Sc1JcC" role="button">Click Me</a>
  75. </a>
  76. </body>
  77. </html>
  78. </body>
  79. </html>
  80.  
  81. ----==_mimepart_5b1546e06a68c_2cf23fc5c053600428767--
  82.  
  83. [ActiveJob] [ActionMailer::Parameterized::DeliveryJob] [416686e0-26a1-4e61-8234-7c71c98076e7] Performed ActionMailer::Parameterized::DeliveryJob (Job ID: 416686e0-26a1-4e61-8234-7c71c98076e7) from Async(mailers) in 981.97ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement