Joomla - name instead of username

Hello,

I don’t know if it’s the best solution but to have the name of the user instead of his username (nickname), in the file config_init.php I’ve modified the next line:

$config->users_login = 'username';

into:

$config->users_login = 'name';

HTH somebody.
JMi

Hi,
it’s ok. user_login is used only to show user’s name in scheduler and admin panel.