From 05711b6c7f4e89b1dcc1a87d43e46e8f2d5741c9 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 10 May 2017 22:40:01 -0700 Subject: [PATCH] Use https:// for password reset --- app/password_reset.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/password_reset.rb b/app/password_reset.rb index 2328c356..81383a9e 100644 --- a/app/password_reset.rb +++ b/app/password_reset.rb @@ -21,7 +21,7 @@ post '/send_password_reset' do body = <<-EOT Hello! This is the Neocities cat, and I have received a password reset request for your e-mail address. -Go to this URL to reset your password: http://neocities.org/password_reset_confirm?username=#{Rack::Utils.escape(site.username)}&token=#{token} +Go to this URL to reset your password: https://neocities.org/password_reset_confirm?username=#{Rack::Utils.escape(site.username)}&token=#{token} If you didn't request this password reset, you can ignore it. Or hide under a bed. Or take a nap. Your call.