Hello,
Is-it possible to change the write permission for a specific page of my wiki with the localsettings file (bots : True - Users : False) ? The protection option doesn't allow bots to write on the page.
If so, how should you proceed ?
Thank you
Hello,
Is-it possible to change the write permission for a specific page of my wiki with the localsettings file (bots : True - Users : False) ? The protection option doesn't allow bots to write on the page.
If so, how should you proceed ?
Thank you
It's not possible in the LocalSettings.php, if I'm right, but you could use Manual:$wgRestrictionLevels to add new protection levels.
Or allow bots to edit protected pages:
$wgGroupPermissions['bot']['editprotected'] = true;