User:Wynter/Tech:Guide: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (→‎Logo: end of line comma is important)
Line 39: Line 39:


# Find the <code>wmgDisableAnonEditing</code> array in [https://github.com/Orain/ansible-playbook/blob/master/roles/mediawiki/files/localsettings/LocalSettings.php.j2 LocalSettings.php.j2].
# Find the <code>wmgDisableAnonEditing</code> array in [https://github.com/Orain/ansible-playbook/blob/master/roles/mediawiki/files/localsettings/LocalSettings.php.j2 LocalSettings.php.j2].
# Add the following line: <code>'wiki_id' => true</code>
# Add the following line: <code>'wiki_id' => true,</code> (be sure to make the indentation match and have ' ' around the wiki id)