[% INCLUDE input element_data = {
name = "username"
type = "hidden"
value = user.login
};
INCLUDE input element_data = {
name = "company"
type = "hidden"
value = user.company
};
password_strings = "title:'" _ text("Change Password") _
"', old password:'" _ text("Old Password") _
"', new password:'" _ text("New password") _
"', verify:'" _ text("Verify") _
"', change:'" _ text("Change Password") _
"', no-oldpw:'" _ text("No Old Password") _
"', strength:'" _ text("Strength");
%]