Page 1 of 1
Hide some users from admin
Posted: 23 Mar 2018, 07:54
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.
Re: Hide some users from admin
Posted: 23 Mar 2018, 09:27
by atrol
It's not stored who created the user, thus it's not possible to get what you want with standard Mantis.
Re: Hide some users from admin
Posted: 23 Mar 2018, 10:19
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?
Re: Hide some users from admin
Posted: 23 Mar 2018, 17:47
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
Re: Hide some users from admin
Posted: 23 Mar 2018, 17:56
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.