[% USE JSON -%] [% USE CPList -%] [% WRAPPER 'master_templates/master.tmpl' theme="yui" app_key='password_strength_configuration' scripts = [ '/yui/slider/slider-min.js' ] -%] [% PROCESS '_ajaxapp.tmpl' -%] [% IF data.is_linked %]

[% locale.maketext("Changing the password strength on the parent node only affects the parent node. You must update password strength on a child node to apply changes to the child node.") %]

[% END %] [%# txt, key, off_label, setting -%] [% VIEW row_block; BLOCK hash -%] [% item.txt %]:
[% END; END -%]
[% locale.maketext('Default Required Password Strength') %]:

[% locale.maketext('The “[_1]” setting will propagate to any individual options that are set to “[_2]”.', locale.maketext('Default Required Password Strength'), locale.maketext('Default')) %]

[% FOR str = data.strengths.sort('label') -%] [% row_block.print( { is_odd_row => loop.index % 2, setting => str.setting, txt => str.label, key => str.key, } ) -%] [% END -%]


[% PROCESS '_ajaxapp.tmpl' -%] [% END -%]