From 2e37faa78bb9963f38caefa6d59336e1bd4447ef Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 28 Nov 2007 22:35:52 +0000 Subject: Bug 353995: Make checksetup able to reset a user's password Patch By Max Kanat-Alexander (module owner) a=mkanat --- template/en/default/global/messages.html.tmpl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'template/en') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index aa7068add..28557bfcb 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -356,9 +356,6 @@ [% 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. @@ -376,6 +373,9 @@ [% ELSIF message_tag == "install_column_rename" %] Renaming column '[% old FILTER html %]' to '[% new FILTER html %]'... + [% ELSIF message_tag == "install_confirm_password" %] + Please retype the password to verify: + [% ELSIF message_tag == "install_default_classification" %] Creating default classification '[% name FILTER html %]'... @@ -406,6 +406,12 @@ account) to ensure it is set up as you wish - this includes setting the 'urlbase' option to the correct URL. + [% ELSIF message_tag == "install_reset_password" %] + Enter a new password for [% user.login FILTER html %]: + + [% ELSIF message_tag == "install_reset_password_done" %] + New password set. + [% ELSIF message_tag == "install_webservergroup_empty" %] **************************************************************************** WARNING! You have not entered a value for the "webservergroup" parameter -- cgit v1.2.3-24-g4f1b