summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-02-08 07:11:53 +0100
committerterry%mozilla.org <>2000-02-08 07:11:53 +0100
commit310d90b7d9dd9a4c93c8927f1000d43c771d75ea (patch)
treed14bd4db299c17b1726e3360b816b72a3eef98f4 /defparams.pl
parent88d999247265e0d8884fb55d8f73887c69c40503 (diff)
downloadbugzilla-310d90b7d9dd9a4c93c8927f1000d43c771d75ea.tar.gz
bugzilla-310d90b7d9dd9a4c93c8927f1000d43c771d75ea.tar.xz
Make the "mail a new password" text be a param.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl22
1 files changed, 22 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 6bd398c73..742ca3746 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -226,6 +226,28 @@ DefParam("warnfooterhtml",
"</font>");
+DefParam("passwordmail",
+q{The email that gets sent to people to tell them their password. Within
+this text, %mailaddress% gets replaced by the person's email address,
+%login% gets replaced by the person's login (usually the same thing), and
+%password% gets replaced by their password. %<i>anythingelse</i>% gets
+replaced by the definition of that parameter (as defined on this page).},
+ "l",
+ q{From: bugzilla-daemon
+To: %mailaddress%
+Subject: Your Bugzilla password.
+
+To use the wonders of Bugzilla, you can use the following:
+
+ E-mail address: %login%
+ Password: %password%
+
+ To change your password, go to:
+ %urlbase%userprefs.cgi
+});
+
+
+
DefParam("changedmail",
q{The email that gets sent to people when a bug changes. Within this
text, %to% gets replaced by the assigned-to and reported-by people,