10 'wgCaptchaClass' =>
'SimpleCaptcha',
11 'wgCaptchaStorageClass' => CaptchaHashStore::class,
24 [ [
'123', [
'question' =>
'1+2',
'answer' =>
'3' ] ] ],
31 [
'123', [
'question' =>
'1+2',
'answer' =>
'3' ] ],
36 [
'123', [
'question' =>
'1+2',
'answer' =>
'3' ] ],
37 [
'captchaId' =>
'345' ],
41 [
'123', [
'question' =>
'1+2',
'answer' =>
'3' ] ],
42 [
'captchaId' =>
'234',
'captchaWord' =>
'5' ],
46 [
'123', [
'question' =>
'1+2',
'answer' =>
'3' ] ],
47 [
'captchaId' =>
'345',
'captchaWord' =>
'5' ],
48 [
'captchaId' =>
'345',
'captchaData' => [
'question' =>
'2+2',
'answer' =>
'4' ],
49 'captchaWord' =>
'5' ],
static provideGetFieldInfo()
provideLoadFromSubmission()
getInstance(array $args=[])
Generic captcha authentication request class.
static unsetInstanceForTests()
static get()
Get somewhere to store captcha data that will persist between requests.