[%# 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) #%] [% IF user.authorizer.can_change_password || (user.authorizer.can_change_email && Param('allowemailchange')) %] [% END %] [% IF user.authorizer.can_change_password %] [% END %] [% IF user.authorizer.can_change_email && Param('allowemailchange') %] [% IF login_change_date %] [% IF new_login_name %] [% ELSE %] [% END %] [% ELSE %] [% END %] [% END %] [% Hook.process('field') %]
Please enter your existing password to confirm account changes.

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 %]