diff options
author | mkanat%bugzilla.org <> | 2006-09-10 11:27:35 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-09-10 11:27:35 +0200 |
commit | 58834a5ae7ba866aa066911bfdec8b9a60249659 (patch) | |
tree | c9c6e58aa84fe78ac2e9f4163f301de36ddfeac9 /template/en/default | |
parent | e0c777f375e063fbe16dbb18a995bf865475ca43 (diff) | |
download | bugzilla-58834a5ae7ba866aa066911bfdec8b9a60249659.tar.gz bugzilla-58834a5ae7ba866aa066911bfdec8b9a60249659.tar.xz |
Bug 351983: Move admin creation out of checksetup.pl and into Bugzilla::Install
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ <a href="editflagtypes.cgi">Back to flag types.</a> </p> + [% 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 <em>[% product FILTER html %]</em> does not exist |