Captive Portal Customizations - Captive Portal Secret
From Social ID Developers
Description
Set the captive portal secret required by vendors like EdgeCore and OpenMesh CloudTrax.
Important: generate a secret only for this purpose since it is exposed to public clients (e.g. browser).
Default Value
The default captive portal secret is set to coffeebean.
Customization Example
<script> appConfig.customization = appConfig.customization || {}; appConfig.customization.captivePortalSecret = 'my-secret'; </script>