diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php index e68bd4f14e..c4345e5555 100755 --- a/usr/local/www/services_captiveportal.php +++ b/usr/local/www/services_captiveportal.php @@ -222,9 +222,9 @@ function enable_change(enable_change) { document.iform.radiuskey.disabled = radius_endis; document.iform.radiuskey2.disabled = radius_endis; document.iform.radacct_enable.disabled = radius_endis; - //document.iform.peruserbw.disabled = endis; - //document.iform.bwdefaultdn.disabled = endis; - //document.iform.bwdefaultup.disabled = endis; + document.iform.peruserbw.disabled = endis; + document.iform.bwdefaultdn.disabled = endis; + document.iform.bwdefaultup.disabled = endis; document.iform.reauthenticate.disabled = radius_endis; document.iform.auth_method[0].disabled = endis; document.iform.auth_method[1].disabled = endis; @@ -349,8 +349,6 @@ to access after they've authenticated. This is required when the MAC address of the client cannot be determined (usually because there are routers between and the clients). If this is enabled, RADIUS MAC authentication cannot be used. - Per-user bandwidth restriction @@ -366,10 +364,8 @@ to access after they've authenticated. Kbit/s
- If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. RADIUS can override the default settings. Leave empty or set to 0 for no limit. You will need to enable the traffic shaper for this to be effective. + If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. RADIUS can override the default settings. Leave empty or set to 0 for no limit. -*/ -?> Authentication