Jump to content

Topic on Project:Support desk/Flow

User rights - specific pages

4
109.208.83.70 (talkcontribs)

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

Florianschmidtwelzow (talkcontribs)
Ciencia Al Poder (talkcontribs)

Or allow bots to edit protected pages:

$wgGroupPermissions['bot']['editprotected'] = true;

Florianschmidtwelzow (talkcontribs)

But this would allow bots to edit _all_ protected pages :)