on ‎2018 Aug 08 10:12 PM
I would like to hide/remove "encodedPassword" attribute from item type "User" in backoffice editor area. I have seen older posts where it is recommended to use hiddenForUI="true" in items.xml but this apporach is only possible for new item types since you cannot redeclare attribute of existing Item Type. Any ideas how to resolve this?
Thank you, Boban
Request clarification before answering.
Hi Boban,
Could you please put an example here? I am having the same requirement.
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Boban,
If you are looking for resolving it in UI, without changes to types you have a few options - all of them require editing the backoffice editor-area for User type.
Your problem is result of Unbound Section, which displays all the attributes not listed in any other section. (link Editor area page)
You could try the following:
Overrwrite the UnboundSectionRenderer (with proper xml configuration) to skip the encoded password field
Put the encoded password in different section (so it doesn't appear in Unbound section), and make it invisible using merge-mode="remove"
Remove Unbound section all together ( possibly moving fields you find useful to different one).
Hope this helps.
Best Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey If we move it to other section and use merge-mode="remove" will it work? I tried this and happens it didn't work.It appears to be in unbound section.
Hi ,
Maybe a simple impex would do the work - in the end it is only a flag in database.
Cheers, Jacek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.