Hostname on the login page
-
Hi all,
Is it possible to display the hostname on the login page on pfsense 2.3 ?
Thanks,
Regards
Yannick -
System->General setup->Hostname in menu
-
Thanks for you answer but this option replace the help menu by the hostname but don't add the hostname on the login page.
if the hostname is firewall01, I'm need to see (for example) "Login to firewall01" instead of 'Login to pfSense" (or on other place).
Thanks,
Regards,
Yannick -
This is expected to be in the next snapshot. System->General->Show hostname at login
-
is it accurate the "Login to pfsense" string itself is located in the gettext pfsense.po file. It looks like from the code that it's inserted from a gettext($Login) . If not can you please point me in the correct location to manually edit that "Login To pfsense" string. Thanks in advance.
Mr Johnathan Bravo
-
/etc/inc/authgui.inc
Change line (+/- line 283):for (example):
## ' at '. htmlspecialchars(isset($config['system']['hostname']) ? $config['system']['hostname'] : '[No hostname is set]'). '.'. htmlspecialchars(isset($config['system']['domain']) ? $config['system']['domain'] : '[No domaine is set]') )?>
Works for me
-
This has already been implemented. There is a control in the GUI settings that allows you to enable or disable the feature.
-
This has already been implemented. There is a control in the GUI settings that allows you to enable or disable the feature.
Where is it? I'm looking but i can't see it … ???
-
System -> General setup