{* * $Revision: 1.6 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{g->text text="Always require the Captcha value to be entered before proceeding."}
{g->text text="Users are not required to pass the Captcha test unless they have failed validation or user input at least this many times. After that, they have to enter the Captcha value to log in, or perform certain other secured actions."}
{g->text text="Failed attempts:"}{g->text text="Medium security counts failures by a key value such as the username used in a login attempt. This means after one username has too many failures then anyone, even the real account owner, must perform captcha validation for their next login. Low security counts failures in the session. This provides some protection against casual password guessers, but no protection against automated attacks."}
{g->text text="Configure validation policy for modules using captcha:"}
| {g->text text="High"} | {g->text text="Medium"} | {g->text text="Low"} | {g->text text="Off"} | |
|---|---|---|---|---|
| {$option.title} | {if in_array('HIGH', $option.choices)} {/if} | {if in_array('MEDIUM', $option.choices)} {/if} | {if in_array('LOW', $option.choices)} {/if} | {if in_array('OFF', $option.choices)} {/if} |