summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/create.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2003-11-07 17:27:12 +0100
committerjocuri%softhome.net <>2003-11-07 17:27:12 +0100
commit289d6065fa88192e3f0ba213f4bb810b98e68a80 (patch)
tree41785d75ea820d0d4e5d941db2e366bd8349b3cc /template/en/default/account/create.html.tmpl
parent987fd76c89d1e6c025f1e6923c4343f8d7dbf238 (diff)
downloadbugzilla-289d6065fa88192e3f0ba213f4bb810b98e68a80.tar.gz
bugzilla-289d6065fa88192e3f0ba213f4bb810b98e68a80.tar.xz
Bug 198460: Better wording for create account to stress valid email address; r=kiko; a=justdave.
Diffstat (limited to 'template/en/default/account/create.html.tmpl')
-rw-r--r--template/en/default/account/create.html.tmpl15
1 files changed, 11 insertions, 4 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl
index ec3964e9f..bf8813375 100644
--- a/template/en/default/account/create.html.tmpl
+++ b/template/en/default/account/create.html.tmpl
@@ -27,10 +27,17 @@ Create a new [% terms.Bugzilla %] account
[% PROCESS global/header.html.tmpl %]
<p>
- To create a [% terms.Bugzilla %] account, all that you need to do is to enter a
- legitimate e-mail address. The account will be created, and its
- password will be mailed to you. Optionally you may enter your real name
- as well.
+ To create a [% terms.Bugzilla %] account, all you need to do is
+ enter a legitimate e-mail address. The account will be created, and
+ its password will be mailed to you. <b>You will not be able to log
+ in until you receive the password.</b> If it doesn't arrive within a
+ reasonable amount of time, you can contact the maintainer of this
+ [% terms.Bugzilla %] installation
+ at <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>.
+</p>
+
+<p>
+ Optionally you may enter your real name as well.
</p>
<form method="get" action="createaccount.cgi">