$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 |