<#assign leftRTL = "left"> <#assign rightRTL = "right"> <#if enableRTL?? && enableRTL=="true"> <#assign leftRTL = "right"> <#assign rightRTL = "left"> <#include "/public/template/setTemplate.html"> <#macro setContent>
<@i18n 'system_authSecurity_setParams' />
<@i18n 'system_authSecurity_loginVerificationSetting' />
<#if "${Application['system.language']}" != "zh_CN"> <#if hasPermission('auth:securityParams:2FA') == true> <@ZKUI.Input hideLabel="true" type="radio" name="verificationOption" value="0" /> <@i18n 'system_authSecurity_verificationCode' /> <@ZKUI.Input hideLabel="true" type="radio" name="verificationOption" value="1" /> <@i18n 'system_authSecurity_twoStepVerification' /> <#else> <@ZKUI.Input hideLabel="true" type="hidden" name="verificationOption" value="0" /> <#else> <@ZKUI.Input hideLabel="true" type="hidden" name="verificationOption" value="0" />
<@ZKUI.Combo empty="false" id="verCode${uuid}" name="verificationCodeOpen" autoFirst="true" width="480px" hideLabel="true" followType="close" followScroll=".content_div">
<@i18n 'auth_security_passwordMinStrengthLevel' />
<@ZKUI.Input hideLabel="true" name="passwordStrengthLevel" id="Level4" type="radio" value="3"/> <@i18n 'common_none' /> <@ZKUI.Input hideLabel="true" name="passwordStrengthLevel" id="Level0" type="radio" value="0"/> <@i18n 'auth_security_strengthLevel0'/> <@ZKUI.Input hideLabel="true" name="passwordStrengthLevel" id="Level1" type="radio" value="1"/> <@i18n 'auth_security_strengthLevel1' /> <@ZKUI.Input hideLabel="true" name="passwordStrengthLevel" id="Level2" type="radio" value="2"/> <@i18n 'auth_security_strengthLevel2' />
<@i18n 'system_authSecurity_loginErrorCount' />
<@ZKUI.Combo empty="false" id="loginErrorCont${uuid}" onChange="changeErrorCount" name="loginErrorCont" autoFirst="true" width="480px" hideLabel="true" followType="close" followScroll=".content_div">
<@i18n 'common_times' />
<@i18n 'system_authSecurity_lockTime' />
<@ZKUI.Combo empty="false" id="lockTime${uuid}" name="lockTime" autoFirst="true" width="480px" hideLabel="true" followType="close" followScroll=".content_div">
<@i18n 'common_minutes'/>
<@i18n 'system_authSecurity_effectiveTime' />(<@i18n 'common_days'/>)
<@ZKUI.Combo empty="false" id="effectiveTime${uuid}" name="effectiveTime" autoFirst="true" onChange="selectEffectiveTime" width="480px" hideLabel="true" followType="close" followScroll=".content_div">
<@i18n 'auth_authSecurity_initPwd' />
<@ZKUI.Combo empty="false" id="initPwd${uuid}" name="initPwd" autoFirst="true" width="480px" hideLabel="true" followType="close" followScroll=".content_div">
<@ZKUI.Input hideLabel="true" eventCheck="true" type="checkbox" id="idPwdRequiredForOperation" name="pwdRequiredForOperation" trueValue="1" falseValue="0" /> <@i18n 'system_pwd_required'/>
<@i18n 'system_pwd_authentication_interval'/>
<@ZKUI.Combo empty="false" hideLabel="true" id="idPwdAuthenticationInterval" name="pwdAuthenticationInterval" width="480px" followType="close" followScroll=".content_div">