Skip to content
Snippets Groups Projects
Verified Commit 46ba1356 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Merge branch 'archwiki-captcha-question-in-codetags' into 'master'

archwiki/templates/LocalSettings.php.j2: place the commands in the QuestyCaptcha question inside <code> tags

See merge request !551
parents 10042c59 821690ec
No related branches found
No related tags found
1 merge request!551archwiki/templates/LocalSettings.php.j2: place the commands in the QuestyCaptcha question inside <code> tags
Pipeline #17085 passed
......@@ -27,7 +27,7 @@ $wgSecretKey = "{{ vault_archwiki_wg_secret_key }}";
$wgUpgradeKey = "{{ vault_archwiki_wg_upgrade_key }}";
$wgCaptchaQuestions = [
'What is the output of "pacman -V|base32|head -1"' => trim(file_get_contents("{{ archwiki_question_answer_file }}"))
'What is the output of: <code>pacman -V|base32|head -1</code>' => trim(file_get_contents("{{ archwiki_question_answer_file }}"))
];
$wgSMTP = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment