[% 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") _
"', strength:'" _ text("Strength") _ "'";
%]