Topic on Project:Support desk

Prevent editing other users' user pages

4
PlavorSeol (talkcontribs)

Is there an extension for preventing users from editing other users' user pages (including subpages), except users have specific rights?

Lens0021 (talkcontribs)

Use the Extension:AbuseFilter. You can make any rule you want. For example, article_namespace === 2 & !(article_text contains user_name) & !(user_groups contains "sysop") will detect user page edits made by the other users that is not sysop.

AhmadF.Cheema (talkcontribs)
PlavorSeol (talkcontribs)

But it allows users whose username is part of other users to edit those people's userpages.