Home
last modified time | relevance | path

Searched +full:captcha +(+path:plugin +path:preregister) -(+path:plugin +path:preregister +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/preregister/
H A Daction.php21 private $captcha; variable in action_plugin_preregister
40 if($this->captcha == 'none' || $this->captcha == 'builtin') {
78 if($this->captcha =='captcha') {
79 $captcha = $this->loadHelper('captcha', true);
80 if(!$captcha->check()) {
201 $this->captcha = $this->getConf('captcha');
202 if(!in_array('captcha', $list)) {
203 if(preg_match("/captcha/", $this->captcha)) {
208 if($this->captcha == 'none' || $this->captcha == 'builtin') {
212 $this->captcha = 'builtin';
[all …]
H A DREADME.md4 Dokuwiki plugin for registering by means of a confirmation link, with built-in captcha as well as
5 choice of using the captcha plugin instead.
/plugin/preregister/conf/
H A Dmetadata.php2 #$meta['captcha'] = array('onoff');
3 $meta['captcha'] = array('multichoice','_choices' => array('builtin','captcha plugin','none'));
H A Ddefault.php2 $conf['captcha'] = 'builtin';