Hide some users from admin

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ashwin.kain
Posts: 3
Joined: 17 Feb 2018, 21:00

Hide some users from admin

Post by ashwin.kain »

Suppose Admin1 creates 5 users and admin2 also creates 5 uses. But all these 10 users are visible to both admins. I want users to be visible to only admin who created their account, so admin2 cannot view users of admin1 and vice-versa.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Hide some users from admin

Post by atrol »

It's not stored who created the user, thus it's not possible to get what you want with standard Mantis.
Please use Search before posting and read the Manual
ashwin.kain
Posts: 3
Joined: 17 Feb 2018, 21:00

Re: Hide some users from admin

Post by ashwin.kain »

Can we expect this type of functionality in future release? If not then what approach should I use to implement this in current version? Any hint about where I have to create columns and what code I've to edit.

Also I want to make some contribution in latest version, how to do that, I've to create a github Issue or make a PR?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Hide some users from admin

Post by atrol »

ashwin.kain wrote: 23 Mar 2018, 10:19Can we expect this type of functionality in future release?
I am not aware that any of the core developers plans to work on something like that at the moment, but who knows ..

Submitting a patch is always a good idea, as it increases the chances of improvement eventually making it into MantisBT core. All contributions are welcome and greatly appreciated.

A good way to start is:
- talk about your plan on our Gitter channel https://gitter.im/mantisbt/mantisbt
- create a report at https://www.mantisbt.org/bugs
- send us a Pull Request on our Github repository https://github.com/mantisbt/mantisbt

Please make sure that your submissions adhere to our Coding Guidelines https://www.mantisbt.org/wiki/doku.php/ ... guidelines
Please use Search before posting and read the Manual
Starbuck
Posts: 219
Joined: 14 Feb 2006, 02:53
Location: USA
Contact:

Re: Hide some users from admin

Post by Starbuck »

And if you want to create a custom plugin rather than a patch, then it won't need to be added to the core for others to use it. See the plugin forum.
If you want Mantis to work differently, use or create a plugin. Visit the Plugins forums.
Ask developers to create a plugin that you need - and motivate them to help you!
Post Reply