
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
CaptchaPluginA visual confirmation plugin, known as Captcha, for new user registration. This plugin prevents automated scripts in creating users and spam your wiki with their url's to get a better google ranking. | ||||||||
| Line: 32 to 32 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < | Additionally, the following settings can be added to lib/LocalSite.cfg. In time, the above options will be moved to that file too. | |||||||
| > > | Additionally, the following settings can be changed in lib/LocalSite.cfg, the list below shows the defaults. In time, the above options will be moved to that file too. | |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Plugin Installation Instructions | ||||||||
| Line: 134 to 138 | ||||||||
# verify captcha
| ||||||||
| Added: | ||||||||
| > > | eval { use TWiki::Plugins::CaptchaPlugin; }; | |||||||
| my %database; my $vcHash = $data->{CaptchaHash}; my $vcTxt = $data->{CaptchaString}; | ||||||||
| Line: 158 to 164 | ||||||||
| dbmclose(%database); close(LOCKFILE); | ||||||||
| Added: | ||||||||
| > > | if($TWiki::cfg{Plugins}{CaptchaPlugin}{DeleteAfterRegistration}) { TWiki::Plugins::CaptchaPlugin::expire($vcHash); } | |||||||
| Now find: | ||||||||
| Line: 188 to 199 | ||||||||
Plugin Info
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||