Real name instead of username

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Frenzel
Posts: 1
Joined: 23 Sep 2008, 08:24

Real name instead of username

Post by Frenzel »

Hi,

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

Regards,

Frenzel
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: Real name instead of username

Post by deboutv »

Add this in your config_inc.php file:

Code: Select all

$g_show_realname = ON;
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Salsakid
Posts: 3
Joined: 10 Apr 2009, 12:59

Re: Real name instead of username

Post 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
Salsakid
Posts: 3
Joined: 10 Apr 2009, 12:59

Re: Real name instead of username

Post 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
Post Reply