From 58834a5ae7ba866aa066911bfdec8b9a60249659 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 10 Sep 2006 09:27:35 +0000 Subject: Bug 351983: Move admin creation out of checksetup.pl and into Bugzilla::Install Patch By Max Kanat-Alexander (module owner) a=justdave --- template/en/default/global/messages.html.tmpl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'template') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 4a7c4591c..096791805 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -262,6 +262,26 @@ Back to flag types.

+ [% ELSIF message_tag == "install_admin_get_email" %] + Enter the e-mail address of the administrator: + + [% ELSIF message_tag == "install_admin_get_name" %] + Enter the real name of the administrator: + + [% ELSIF message_tag == "install_admin_get_password" %] + Enter a password for the administrator account: + + [% ELSIF message_tag == "install_admin_get_password2" %] + Please retype the password to verify: + + [% ELSIF message_tag == "install_admin_created" %] + [% user.login FILTER html %] is now set up as an administrator. + + [% ELSIF message_tag == "install_admin_setup" %] + Looks like we don't have an administrator set up yet. + Either this is your first time using Bugzilla, or your + administrator's privileges might have accidentally been deleted. + [% ELSIF message_tag == "product_invalid" %] [% title = "$terms.Bugzilla Component Descriptions" %] The product [% product FILTER html %] does not exist -- cgit v1.2.3-24-g4f1b