securityconfiguration #parse ( "/template/includes/actionerrors.vm" ) #if ($actionErrors.size() == 0) #set ($editText = $action.getText("edit.name"))
$action.getText("sub.title.security")
$action.getText("sub.title.security.description")
$action.getText("ext.user.management"): #onoff ($action.externalUserManagement)
$action.getText("users.addwildcards"): #onoff ($action.addWildcardsToUserAndGroupSearches)
$action.getText("allow.public.signup"): #onoff ($action.allowPublicSignup)
$action.getText("nofollow.external.links"): #onoff ($action.nofollowExternalLinks)
$action.getText("email.address.visibility"): $!action.getText($emailAddressVisibility)
$action.getText("allow.remoteapi.anonymous"): #onoff ($action.allowRemoteApiAnonymous)
$action.getText("enable.space.styles"): #onoff ($action.enableSpaceStyles)
$action.getText("rss.max.items"): $action.maxRssItems
$action.getText("sys.info.500"): #onoff ($action.showSystemInfoIn500Page)
$action.getText("login.elevatedsecurity.use.captcha") : #onoff ($action.enableElevatedSecurityCheck) #if ($action.enableElevatedSecurityCheck && $action.loginAttemptsThreshold >= 0) #if($action.loginAttemptsThreshold == 0) ($action.getText('login.elevatedsecurity.loginAttemptsThreshold.label.always')) #elseif($action.loginAttemptsThreshold == 1) ($action.getText('login.elevatedsecurity.loginAttemptsThreshold.label.singular')) #else ($action.getText('login.elevatedsecurity.loginAttemptsThreshold.label.plural', [$action.loginAttemptsThreshold]) ) #end #end
$action.getText("sub.title.xsrf")
$action.getText("sub.title.xsrf.description")
$action.getText("xsrf.addComments"): #onoff ($action.xsrfAddComments)
$action.getText("sub.title.websudo")
$action.getText("sub.title.websudo.description")
$action.getText("xsrf.webSudoEnabled"): #onoff ($action.xsrfAddComments)
$action.getText("xsrf.webSudoTimeout"): $action.webSudoTimeout $action.getText('xsrf.webSudoTimeout.units')
#end #parse("/breadcrumbs.vm")