[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # realname: string. The user's real name, if any. # login_change_date: string. The date the email change will be complete. (optional) # new_login_name: string. The user's new Bugzilla login whilst not confirmed. (optional) #%]
| Please enter your existing password to confirm account changes. | ||
| Password: | ||
|---|---|---|
| New password: | ||
| Confirm new password: | ||
| Your real name (optional, but encouraged): | ||
| Pending email address: | [% new_login_name FILTER html %] | |
| Change request expires: | [% login_change_date FILTER time %] | |
| Confirmed email address: | [% user.login FILTER html %] | |
| Completion date: | [% login_change_date FILTER time %] | |
| [% IF Param('emailsuffix') %] New login: [% ELSE %] New email address: [% END %] | ||