From fc54758da9df3bc7cc8669d2cb0b2cb5e5b77838 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Thu, 17 Sep 1998 18:16:01 +0000 Subject: [PATCH] Give my full e-mail address. git-svn-id: svn://10.0.0.236/trunk@10281 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/despot/despot.cgi | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/despot/despot.cgi b/mozilla/webtools/despot/despot.cgi index 9cb3b504091..14558941b05 100755 --- a/mozilla/webtools/despot/despot.cgi +++ b/mozilla/webtools/despot/despot.cgi @@ -53,8 +53,8 @@ if (!param()) { if ($ENV{"HTTPS"} ne "ON") { my $fixedurl = $ENV{"SERVER_URL"} . $ENV{"SCRIPT_NAME"}; $fixedurl =~ s/^http:/https:/; - print b("If possible, please use the secure version " . - "of this form, by " . a({href=>$fixedurl}, "clicking here") . + print b("If possible, please use the " . + a({href=>$fixedurl}, "secure version of this form") . "."); } print h2("Login, please."); @@ -70,9 +70,10 @@ if (!param()) { -size=>20)))); print submit(-name=>"Log in"); print hr(); - print p("If you think you should be able to use this system, but you -haven't been issued a login, please send mail to " . - a({href=>"mailto:terry"}, "terry") . "."); + print p("If you do not yet have a mozilla.org account, or you have one " . + "but have forgotten your password, please fill in your e-mail " . + "address above, and click here: " . + submit({name=>"mailMePassword"}, "Email me a password") . ""); exit; }