mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +02:00
switch captcha question
This commit is contained in:
parent
cf97b25daa
commit
d9a07a8a1f
@ -69,8 +69,7 @@ in
|
|||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
|
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
|
||||||
$wgCaptchaQuestions = [
|
$wgCaptchaQuestions = [
|
||||||
"What Linux distribution is this wiki about?" => [ 'nixos', 'NixOS', 'NIXOS', 'Nixos' ],
|
"What is the output of this command: nix-instantiate --raw --eval --expr 'builtins.hashString \"sha256\" \"NixOS wiki\"' ?" => "62e65110a5a6fa4f08256f7d9ee3461412babb37dc0955531b79dcf9732c9c91"
|
||||||
"What is the package manager of NixOS called?" => [ 'Nix', 'nix', 'NIX' ],
|
|
||||||
];
|
];
|
||||||
wfLoadExtensions([ 'ConfirmEdit/QuestyCaptcha' ]);
|
wfLoadExtensions([ 'ConfirmEdit/QuestyCaptcha' ]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user