Ah here it is.. $wgNamespaceProtection[NS_USER] = array( 'protect' ); $wgNamespaceProtection[NS_USER_TALK] = array( 'protect' );
Any thoughts on how I could set this up so that only the user can edit their own user page but leave their talk open to edits from other users? On Sat, Dec 19, 2015 at 6:26 PM, John <[email protected]> wrote: > What rights have you revoked? > > On Sat, Dec 19, 2015 at 9:24 PM, 2007 <[email protected]> wrote: > > > It recently came to my attention that users of my wiki cannot edit/create > > their user and talk pages and it's probably been this way for some time > and > > I didn't realize it til now. > > > > It's using v1.24.4 > > > > They have the following permissions. > > > > $wgGroupPermissions['autoconfirmed']['read'] = true; > > $wgGroupPermissions['autoconfirmed']['edit'] = true; > > $wgGroupPermissions['autoconfirmed']['createpage'] = true; > > $wgGroupPermissions['autoconfirmed']['createtalk'] = true; > > $wgGroupPermissions['autoconfirmed']['upload'] = true; > > $wgGroupPermissions['autoconfirmed']['reupload'] = true; > > $wgGroupPermissions['autoconfirmed']['reupload-shared'] = true; > > $wgGroupPermissions['autoconfirmed']['move'] = false; > > $wgGroupPermissions['autoconfirmed']['minoredit'] = false; > > $wgGroupPermissions['autoconfirmed']['createaccount'] = false; > > $wgGroupPermissions['autoconfirmed']['editprotected'] = false; > > $wgGroupPermissions['autoconfirmed']['editsemiprotected'] = false; > > > > > > Any thoughts on how to fix this? > > > > Thanks > > > > Adrian > > _______________________________________________ > > MediaWiki-l mailing list > > To unsubscribe, go to: > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
