diff options
author | Dan McGee <dan@archlinux.org> | 2012-10-21 18:05:51 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-10-22 12:33:11 +0200 |
commit | 5222bf09320ebc1cd5da799970fcc0d2dd32bb3f (patch) | |
tree | 2a3c1a5018e6898ef5df624b7b53f3d6b998907c /web/html/passreset.php | |
parent | 7e201e5a3a7e85aea89f076b89626604b6b2b7bb (diff) | |
download | aur-5222bf09320ebc1cd5da799970fcc0d2dd32bb3f.tar.gz aur-5222bf09320ebc1cd5da799970fcc0d2dd32bb3f.tar.xz |
Use HTTPS links everywhere for Arch sites
The main site, wiki, and BBS are using HTTPS exclusively, so link
directly to the correct protocol rather than forcing a redirect.
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/passreset.php')
-rw-r--r-- | web/html/passreset.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/passreset.php b/web/html/passreset.php index 42dfc86d..064e3de6 100644 --- a/web/html/passreset.php +++ b/web/html/passreset.php @@ -100,7 +100,7 @@ html_header(__("Password Reset")); } else { ?> <p><?= __('If you have forgotten the e-mail address you used to register, please send a message to the %saur-general%s mailing list.', - '<a href="http://mailman.archlinux.org/mailman/listinfo/aur-general">', + '<a href="https://mailman.archlinux.org/mailman/listinfo/aur-general">', '</a>'); ?></p> <form action="" method="post"> <p><?= __("Enter your e-mail address:"); ?> |