summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-04-19 23:59:19 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-04-19 23:59:19 +0200
commit5ea9fc197dc286d4dee78df24f6422a92797cdd5 (patch)
tree19fc5fc33ed37908fc2bfa5fc78f8404a73bb72d
parent1e7b9d570da1bcf442906a4597b20ff54aca8a48 (diff)
downloadaur-5ea9fc197dc286d4dee78df24f6422a92797cdd5.tar.gz
aur-5ea9fc197dc286d4dee78df24f6422a92797cdd5.tar.xz
Use HTTPs for links in password reset confirmation mails.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r--web/html/passreset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/passreset.php b/web/html/passreset.php
index 0b0b0309..2c7801d7 100644
--- a/web/html/passreset.php
+++ b/web/html/passreset.php
@@ -67,7 +67,7 @@ if (isset($_GET['resetkey'], $_POST['email'], $_POST['password'], $_POST['confir
'your password follow the link below, otherwise ignore '.
'this message and nothing will happen.').
"\n\n".
- 'http://aur.archlinux.org/passreset.php?'.
+ 'https://aur.archlinux.org/passreset.php?'.
"resetkey={$resetkey}";
$body = wordwrap($body, 70);
$headers = "To: {$email}\nReply-to: nobody@archlinux.org\nFrom:aur-notify@archlinux.org\nX-Mailer: PHP\nX-MimeOLE: Produced By AUR";