[5.8] How to hide create user button in admin panel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2014 07:11 AM
Hi there,
I'm trying to hide the createUser button in the adminpanel (we are creating users using a custom API call)
I know some buttons (like tabs, and the import button) can be filtered using extensionpoints But I couldn't find one for the createUser button.
Is there a way to do this for the createUser button to?
Thanks in advance, Bauke Roo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2014 05:36 AM
Hi,
The createUser button is not defined as an action (so not possible to disable it in a contribution) but as a subview in a XHTML template. The name of the template is user_views.xhtml. You can override this template by removing the inclusion of the subview create_user.xhtml.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2015 06:47 AM
Hi Gildas,
