xref: /plugin/passwd/conf/default.php (revision eb872c2a652d2b4294f9c5ebca2ba18675c61627)
1<?php
2if (!defined("DOKU_INC")) die();
3
4$conf['require_captcha'] = 1;
5$conf['prompt_text']     = '�� This content requires a password';
6$conf['btn_text']        = 'Unlock';
7$conf['error_text']      = 'Invalid password or captcha';
8