[Mediawiki-l] User:name/subpage not working for users

Bass, Joshua L joshua.l.bass at lmco.com
Tue Sep 20 19:08:18 UTC 2005


Adding this to LocalSettings.php fixed the problem:

	$wgGroupPermissions['user']['protect']    = true;

However this doesn't seem like it should be doing this?

-----Original Message-----
From: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Rowan Collins
Sent: Tuesday, September 20, 2005 2:05 PM
To: MediaWiki announcements and site admin list
Subject: Re: [Mediawiki-l] User:name/subpage not working for users

> On 9/20/05, Bass, Joshua L <joshua.l.bass at lmco.com> wrote:
> > How can I allow users to have subpages? Currently only sysops can
make
> > User: subpages. I couldn't find a setting to allow this.
> >
> > Mediawiki 1.5

On 20/09/05, Jared Brown <jaredbrown at gmail.com> wrote:
> To enable subpages for a namespace copy the wg enable sub pages array
> constructor from DefaultSettings.php and copy it to LocalSettings.php
then
> set the 0's to 1's.

But that shouldn't affect people ability to actually *create* the
pages, only whether they're treated specially. Besides, NS_USER is set
to "true" by default anyway.

Maybe a setting *has* been added, perhaps for a different purpose but
in some kind of bodged way. (/me goes off and looks through
DefaultSettings.php for any likely candidates...)  Hm, can't see
anything, unless you've done anything odd...

I can't actually think of a situation where it requires a sysop to
create *any* page, unless only they can edit. Much less a reason why
[[User:Foo]] should be fine, but [[User:Foo/bar]] restricted, as you
seem to be implying...
-- 
Rowan Collins BSc
[IMSoP]
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l





More information about the MediaWiki-l mailing list