[% INCLUDE 'header.html', title = loc('Change Password') %]

[% loc('Change Password') %]

[% IF password_changed %]

[% loc('Your password has been changed') %]

[% END %]
[% IF password_error; errors = { missing => loc('Please enter a password'), mismatch => loc('The passwords do not match'), other => loc('Please check the passwords and try again'), }; loc_password_error = errors.$password_error || errors.other; %]
[% loc_password_error %]
[% END %]
[% INCLUDE 'footer.html' %]