mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use HTTPs for links in password reset confirmation mails.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
1e7b9d570d
commit
5ea9fc197d
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue