Mobile app version of vmapp.org
Login or Join
Caterina187

: Mediawiki: how to allow users to edit their User pages (but not other pages) Is there a permission in Mediawiki that allows a user with username A-User to create and edit pages A-User, A-User/A-new-page

@Caterina187

Posted in: #Mediawiki

Is there a permission in Mediawiki that allows a user with username A-User to create and edit pages A-User, A-User/A-new-page etc but not to edit other pages?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Caterina187

1 Comments

Sorted by latest first Latest Oldest Best

 

@Caterina187

Not by default. You can find the list of permissions here, and the permissions each user group on a wiki has at Special:ListGroupRights. There is editmyusercss/editmyuserjs which allows users to edit user subpages ending in .css/.js, but probably even that requires the normal edit right.

It would be pretty simple to write an extension granting that right, though. See UserPageEditProtection for a similar example (which does the opposite: instead of granting the right to edit own subpages, it takes away the right to edit others' subpages). You could make it do what you want by tweaking the return values in the userCan hook a bit.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme