diff options
author | mkanat%bugzilla.org <> | 2007-11-28 23:35:52 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-11-28 23:35:52 +0100 |
commit | 2e37faa78bb9963f38caefa6d59336e1bd4447ef (patch) | |
tree | 0034f5ee195d88f910d15b8f80f57ac2fb5be79f /template/en/default/global/messages.html.tmpl | |
parent | c031e0bf0b505e711e48dbe71dd248326e9e77f3 (diff) | |
download | bugzilla-2e37faa78bb9963f38caefa6d59336e1bd4447ef.tar.gz bugzilla-2e37faa78bb9963f38caefa6d59336e1bd4447ef.tar.xz |
Bug 353995: Make checksetup able to reset a user's password
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Diffstat (limited to 'template/en/default/global/messages.html.tmpl')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 12 |
1 files changed, 9 insertions, 3 deletions
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 |