import
[web.mtrack] / defaults / help / plugin / Recaptcha
1 = MTrackCaptcha_Recaptcha =
2
3 When used in a public facing environment, in order to reduce automated spam,
4 you may want to enable a CAPTCHA.  Mtrack has an API that allows different
5 captcha implementations to be used, and ships with support for the reCaptcha
6 service.
7
8 == configuration ==
9
10 The plugin is loaded by adding a line like the following to your [help:ConfigIni config.ini]:
11
12 {{{
13 [plugins]
14 MTrackCaptcha_Recaptcha = publickey, privatekey, userclass
15 }}}
16
17 The first parameter is your publickey key and the second is your privatekey.
18 You can obtain keys from [http://recaptcha.net/api/getkey?app=mtrack recaptcha.net].
19
20 The userclass parameter indicates which classes (separated by a pipe character)
21 of user should have the captcha applied.  The default value is
22 {{{anonymous|authenticated}}} which means that everyone except for admin users
23 will be presented with a captcha.