Hi,
Is it possible to switch Mantis over to use the users real name instead of the users username?
Regards,
Frenzel
Real name instead of username
Moderators: Developer, Contributor
Re: Real name instead of username
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
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Re: Real name instead of username
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
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
Thanks for usefull info!deboutv wrote:Add this in your config_inc.php file:Code: Select all
$g_show_realname = ON;
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