[%# 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: # email_change_date: string. The date the email change will be complete. (optional) # new_email: string. The user's new email address whilst not confirmed. (optional) #%] [% IF user.authorizer.can_change_password || (user.authorizer.can_change_email && Param('allowemailchange')) || user.authorizer.can_change_login %] [% END %] [% IF user.authorizer.can_change_password %] [% END %] [% UNLESS Param('use_email_as_login') %] [% END %] [% IF user.authorizer.can_change_email && Param('allowemailchange') && email_change_date %] [% IF new_email %] [% ELSE %] [% END %] [% ELSE %] [% END %] [% Hook.process('field') %]
Please enter your current password to confirm any changes in this section.
(Leave empty to keep current password)
[% IF user.authorizer.can_change_login %] [% ELSE %] [% user.login FILTER html %] [% END %]
[% new_email FILTER html %]
[% email_change_date FILTER time %]
[% user.email FILTER html %]
[% email_change_date FILTER time %]
[% IF user.authorizer.can_change_email && Param('allowemailchange') %] [% ELSE %] [% user.email FILTER html %] [% END %]