: 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
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?
More posts by @Caterina187
1 Comments
Sorted by latest first Latest Oldest Best
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.