--- load_config_file: __path_to(root/forms/defaults.yml)__ id: password elements: - type: Password name: current label_loc: Current password constraints: - Required - type: Password name: pass label_loc: New password constraints: - Required - type: Password name: pass_again label_loc: New password again constraints: - type: Equal others: pass message_loc: 'Password did not match' - Required - type: Submit name: submit value_loc: Save