[%# 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. #%] [% inline_style = BLOCK %] .field-hr, .field-row { clear: both; } .field-row { height: 2.5em; } .field-name { text-align: right; width: 150px; float: left; padding-top: 2px; font-weight: bold; } .field-value { margin-left: 160px; } #errors, #complexity_rules { margin-left: 160px; max-width: 500px; } #errors { color: #dd4848; position: absolute; margin-left: 500px; } #errors ul { padding: 0; margin: 0; } #complexity_rules { margin-bottom: 50px; } [% END %] [% inline_js = BLOCK %] $(function() { $('#forgot_password') .click(function(event) { event.preventDefault(); $('#forgot-form').submit(); }); }); [% END %] [% PROCESS global/header.html.tmpl title = "Password change required" style = inline_style style_urls = ['skins/standard/admin.css'] javascript = inline_js javascript_urls = ['js/account.js'] %]

Password Reset

[% user.password_change_reason || "You are required to update your password." FILTER html %]

 
Email
[% user.login FILTER html %]
Current Password
 
New Password
New Password
(again)
 
[% INCLUDE "global/password-features.html.tmpl" class="flex-right" password_page="reset_password" %]
[% PROCESS global/footer.html.tmpl %]