From 8e5a021d7b29393a4c451d021a623bc5f84878b5 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Wed, 20 Dec 2006 22:31:16 +0000 Subject: [PATCH] More little fixes ... maybe we should hire a robot or a monkey. --- www/password.php3 | 2 +- www/url_defs.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/password.php3 b/www/password.php3 index 5bc68b5f82..b8ee921e6b 100644 --- a/www/password.php3 +++ b/www/password.php3 @@ -184,7 +184,7 @@ TBMAIL("$uid_name <$uid_email>", "password. If the link expires, you can request a new one from the\n". "web interface.\n". "\n". - " ${TBBASE}/chpasswd.php3?reset_uid=$uid&key=$keyB&simple=$simple\n". + " ${TBBASE}/chpasswd.php3?user=$uid&key=$keyB&simple=$simple\n". "\n". "The request originated from IP: " . $_SERVER['REMOTE_ADDR'] . "\n". "\n". diff --git a/www/url_defs.php b/www/url_defs.php index 53a7ff8536..c7ce1d0d5f 100644 --- a/www/url_defs.php +++ b/www/url_defs.php @@ -44,6 +44,7 @@ $url_mapping["freezeuser"] = "freezeuser.php3"; $url_mapping["changeuid"] = "changeuid.php"; $url_mapping["resendkey"] = "resendkey.php3"; $url_mapping["sendtestmsg"] = "sendtestmsg.php3"; +$url_mapping["chpasswd"] = "chpasswd.php3"; # # The caller will pass in a page id, and a list of things. If the thing -- GitLab