Files
archived-wlan-ucentral-schema/schema/service.captive.credentials.yml
John Crispin bab27cb967 add support for advanced captive-portal
Signed-off-by: John Crispin <john@phrozen.org>
2022-08-23 14:58:32 +02:00

22 lines
504 B
YAML

description:
This section can be used to setup a captive portal on the AP with a
credentials splash page.
type: object
properties:
auth-mode:
description:
This field must be set to 'credentials'
type: string
const: credentials
credentials:
description:
The list of local username/password pairs that can be used to login.
type: array
items:
type: object
properties:
username:
type: string
password:
type: string