Does anyone have any suggested strategies for preventing users from editing page names?
I'm developing a site on Umbraco where various partners have their own specific page they can edit exclusively. Access to this page is controlled through the standard Umbraco permissions. However we've found that some of these users have been editing the page title, but we'd like to limit them to only being able to edit the content.
I can't see any obvious way to control this through the built-in permissions.
Perhaps it's possible to plug in some page pre-save code that checks if the user has certain permissions, and if they don't the page name is set to it's pre-edit state?
Any suggestions / pointers are greatly appreciated.