Skip to content
Snippets Groups Projects
Unverified Commit 821690ec authored by nl6720's avatar nl6720
Browse files

archwiki/templates/LocalSettings.php.j2: place the commands in the...

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

This makes it more easier to distinguish the command from the rest of the text.
parent 10042c59
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
......@@ -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