You can customize some aspects of the web interface. This includes changes to the text strings shown on the Captive Portal Network Login page. You can make changes to the default English language or edit files to show text strings in other languages.
You can change English text that is shown on the Captive Portal to different English text through the SmartConsole. The changes are saved in the database and can be upgraded.
To configure other languages to show text strings in a specified language on the Captive Portal, you must configure language files. These language files are saved on the Security Gateway and cannot be upgraded. If you upgrade the Security Gateway, these files must be configured again.
To help you understand what each string ID means, you can set the Captive Portal to String ID Help Mode. This mode lets you view the string IDs used for the text captions.
To set the Captive Portal to String ID Help mode:
/opt/CPNacPortal/phpincs/utils/L10N.php
// return $stringID;
with return $stringID;
return $stringID
).The Captive Portal opens showing the string IDs.
L10N.php
and put backslashes before the text return #stringID
. See the highlighted text in step number 2 above.To change the text that shows in SmartConsole:
DEFAULT
and type the new English text in the required field.