Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom 119 posts 447 karma points
    Nov 03, 2016 @ 09:21
    Tom
    0

    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?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Nov 03, 2016 @ 20:25
    Jan Skovgaard
    0

    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

  • Tom 119 posts 447 karma points
    Nov 23, 2016 @ 09:01
    Tom
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft