<?php
if (!defined("DOKU_INC")) die();

$conf['require_captcha'] = 1;
$conf['prompt_text']     = '🔒 This content requires a password';
$conf['btn_text']        = 'Unlock';
$conf['error_text']      = 'Invalid password or captcha';
