summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authormgrooms <mgrooms@shrew.net>2009-03-15 00:31:55 +0000
committermgrooms <mgrooms@shrew.net>2009-03-15 00:39:19 +0000
commit0092b3bd47bdfa8b3bc24e140235e4693918ee46 (patch)
tree1618c52053505a6eb015e0a683fa5e95b2e1ecfc /usr/local/www/services_captiveportal.php
parentd1d1e96136b30e0069474d8c204feca6c9e25985 (diff)
downloadpfsense-0092b3bd47bdfa8b3bc24e140235e4693918ee46.zip
pfsense-0092b3bd47bdfa8b3bc24e140235e4693918ee46.tar.gz
Modify captive portal to use centralized user management. The user manager has
been modified to include an account expiration option to support this service.
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index c4345e5..180840d 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -264,7 +264,6 @@ function enable_change(enable_change) {
$tab_array[] = array("Captive portal", true, "services_captiveportal.php");
$tab_array[] = array("Pass-through MAC", false, "services_captiveportal_mac.php");
$tab_array[] = array("Allowed IP addresses", false, "services_captiveportal_ip.php");
- $tab_array[] = array("Users", false, "services_captiveportal_users.php");
$tab_array[] = array("File Manager", false, "services_captiveportal_filemanager.php");
display_top_tabs($tab_array);
?> </td></tr>
@@ -372,15 +371,15 @@ to access after they've authenticated.</td>
<table cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><input name="auth_method" type="radio" id="auth_method" value="none" onClick="enable_change(false)" <?php if($pconfig['auth_method']!="local" && $pconfig['auth_method']!="radius") echo "checked"; ?>>
- No authentication</td>
+ No Authentication</td>
</tr>
<tr>
<td colspan="2"><input name="auth_method" type="radio" id="auth_method" value="local" onClick="enable_change(false)" <?php if($pconfig['auth_method']=="local") echo "checked"; ?>>
- Local <a href="services_captiveportal_users.php">user manager</a></td>
+ Local <a href="system_usermanager.php">User Manager</a></td>
</tr>
<tr>
<td colspan="2"><input name="auth_method" type="radio" id="auth_method" value="radius" onClick="enable_change(false)" <?php if($pconfig['auth_method']=="radius") echo "checked"; ?>>
- RADIUS authentication</td>
+ RADIUS Authentication</td>
</tr><tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
OpenPOWER on IntegriCloud