https://bugzilla.wikimedia.org/show_bug.cgi?id=47480
--- Comment #20 from Patrick Westerhoff <[email protected]> --- > What can you do when you encounter this bug? The only thing you can do to make it work is to enable Write-API [1], and give your users the necessary group rights to access it [2]. For example the following configuration disallows the write API for unregistered users but allows it for registered users, making them use the watch API: $wgGroupPermissions['*']['writeapi'] = false; $wgGroupPermissions['user']['writeapi'] = true; [1] http://www.mediawiki.org/wiki/Manual:$wgEnableWriteAPI [2] http://www.mediawiki.org/wiki/Manual:User_rights -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
