diff options
author | jocuri%softhome.net <> | 2003-11-07 17:27:12 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2003-11-07 17:27:12 +0100 |
commit | 289d6065fa88192e3f0ba213f4bb810b98e68a80 (patch) | |
tree | 41785d75ea820d0d4e5d941db2e366bd8349b3cc | |
parent | 987fd76c89d1e6c025f1e6923c4343f8d7dbf238 (diff) | |
download | bugzilla-289d6065fa88192e3f0ba213f4bb810b98e68a80.tar.gz bugzilla-289d6065fa88192e3f0ba213f4bb810b98e68a80.tar.xz |
Bug 198460: Better wording for create account to stress valid email address; r=kiko; a=justdave.
-rw-r--r-- | template/en/default/account/create.html.tmpl | 15 |
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"> |