Show user information to everyone

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
jazz
Posts: 9
Joined: 23 Jun 2016, 18:48

Show user information to everyone

Post by jazz »

Is it possible to show user information of developer to everyone who clicks on username in ticket.Right now , there is access denied even when developer wants to see information of other developer.

See attached image for understanding problem.
Attachments
userinfo.jpg
userinfo.jpg (16.66 KiB) Viewed 5248 times
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Show user information to everyone

Post by atrol »

Add the following lines to file config_inc.php

Code: Select all

$g_show_user_email_threshold = VIEWER;
$g_show_user_realname_threshold = VIEWER;
Please use Search before posting and read the Manual
jazz
Posts: 9
Joined: 23 Jun 2016, 18:48

Re: Show user information to everyone

Post by jazz »

Thanks Atrol ..
You saved my day :)
Post Reply