]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 198460: Better wording for create account to stress valid email address; r=kiko...
authorjocuri%softhome.net <>
Fri, 7 Nov 2003 16:27:12 +0000 (16:27 +0000)
committerjocuri%softhome.net <>
Fri, 7 Nov 2003 16:27:12 +0000 (16:27 +0000)
template/en/default/account/create.html.tmpl

index ec3964e9f5ca957f9b3329d5a8967ec6e5269ba1..bf881337576a77e1f961544c217a2c69a3566055 100644 (file)
@@ -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">