Thats why I suggested the abuse filter extension, it is and will be actively maintained
On Sun, Dec 20, 2015 at 11:13 AM, 2007 <[email protected]> wrote: > I'll check those out.. I was hoping there was a native way to do this > because so far my wiki has been fairly low maintenance and I want to keep > it that way and therefore I'm wary of extensions. SemanticACL is not > actively maintained and has been updated since 2013. > > On Sun, Dec 20, 2015 at 8:06 AM, <[email protected]> wrote: > > > Hi John, > > > > Two extensions come to mind for access control on user pages. Look at > > Extension:Article Protection or if you have semantic Mediawiki installed, > > Extension: SemanticACL. Haven't tried Article Protection, but SemanticACL > > works great. > > > > Sent from my iPad > > > > > On Dec 20, 2015, at 7:43 AM, John <[email protected]> wrote: > > > > > > The easiest way to do something like that would be to set an abuse > filter > > > rule. > > > > > >> On Sun, Dec 20, 2015 at 10:41 AM, 2007 <[email protected]> wrote: > > >> > > >> 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 > > > _______________________________________________ > > > 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 > _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
