mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Use https:// for password reset
This commit is contained in:
parent
282ae9e45d
commit
05711b6c7f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ post '/send_password_reset' do
|
||||||
body = <<-EOT
|
body = <<-EOT
|
||||||
Hello! This is the Neocities cat, and I have received a password reset request for your e-mail address.
|
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.
|
If you didn't request this password reset, you can ignore it. Or hide under a bed. Or take a nap. Your call.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue