summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_zones_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-25 12:51:17 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 10:26:10 -0200
commita6caa27eb615dbfb298553249fecb8f2734c9339 (patch)
treebf67b07404d2329a4f0860daa14191e8a2e00322 /src/usr/local/www/services_captiveportal_zones_edit.php
parent57965f9b79ed0971cf2bf17161d7c0ec7af9f937 (diff)
downloadpfsense-a6caa27eb615dbfb298553249fecb8f2734c9339.zip
pfsense-a6caa27eb615dbfb298553249fecb8f2734c9339.tar.gz
Required fields for Captive Portal
(cherry picked from commit c06865be6de6b164d06ee9bb1768dfe6829d783c)
Diffstat (limited to 'src/usr/local/www/services_captiveportal_zones_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_zones_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_zones_edit.php b/src/usr/local/www/services_captiveportal_zones_edit.php
index 16e8d22..b84a1f8 100644
--- a/src/usr/local/www/services_captiveportal_zones_edit.php
+++ b/src/usr/local/www/services_captiveportal_zones_edit.php
@@ -118,7 +118,7 @@ $section = new Form_Section('Add Captive Portal Zone');
$section->addInput(new Form_Input(
'zone',
- 'Zone name'
+ '*Zone name'
))->setPattern('^[A-Za-z_][0-9A-Za-z_]+')->setHelp('Zone name. Can only contain letters, digits, and underscores (_) and may not start with a digit.');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud