Page 1 of 1

Real name instead of username

Posted: 23 Sep 2008, 08:27
by Frenzel
Hi,

Is it possible to switch Mantis over to use the users real name instead of the users username?

Regards,

Frenzel

Re: Real name instead of username

Posted: 23 Sep 2008, 12:49
by deboutv
Add this in your config_inc.php file:

Code: Select all

$g_show_realname = ON;

Re: Real name instead of username

Posted: 10 Apr 2009, 16:45
by Salsakid
Thanks for this info.

We are moving now to LDAP.

And we will use real names instead currnet user names.

We need to replace the user names with new ones (network user names).

Is it possible to copy->past new user names to some tables?
How to find the right tables?

Thanks in advance!

BR,
dk

Re: Real name instead of username

Posted: 10 Apr 2009, 16:57
by Salsakid
deboutv wrote:Add this in your config_inc.php file:

Code: Select all

$g_show_realname = ON;
Thanks for usefull info!

One more quesion.

we are moving to LDAP and we need to replace the usernames with new ones (newtwork usernames).

Where is the table, which I can use to copy->past new usernames from Excel file? :?:

Thanks in advance!

BR,
dk