Can't remember if the users tree has been refactored to angularjs yet - But if it has then maybe you could create a plugin, which could tweak the form. Perhaps you can just add some custom CSS hiding the fields you don't want to have displayed even if the tree has not been angularjsified.
I can't find a satisfying solution for this problem. Because the edit user view is loaded in an iframe, its pretty much impossible to inject javascript in a proper way.
So we went back to our old ways - adding a script to the EditUser.aspx page, which get overwritten on every update, so we have to remember to add it again.
Removing certain fields in backend
Hi,
I want to remove/hide the some of the fields in the edituser form in the backend.
How can this be achived?
Hi Tom
Can't remember if the users tree has been refactored to angularjs yet - But if it has then maybe you could create a plugin, which could tweak the form. Perhaps you can just add some custom CSS hiding the fields you don't want to have displayed even if the tree has not been angularjsified.
Try having a look at this article from Matt Brailsford http://24days.in/umbraco/2015/umbraco-7-back-office-tweaks/
Does this help?
/Jan
I can't find a satisfying solution for this problem. Because the edit user view is loaded in an iframe, its pretty much impossible to inject javascript in a proper way.
So we went back to our old ways - adding a script to the EditUser.aspx page, which get overwritten on every update, so we have to remember to add it again.
is working on a reply...