Skip to content

Commit

Permalink
Merge pull request #154 from opentechinstitute/issue_142
Browse files Browse the repository at this point in the history
Fixes bug where mesh settings GUI did not disable encryption when requested.

tested by areynold
  • Loading branch information
areynold committed Feb 6, 2014
2 parents aecd31a + 9f23251 commit 514cdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luasrc/model/cbi/commotion/security_pass.lua
Expand Up @@ -72,7 +72,7 @@ function pw_sec_opt(pw_s, iface, mode)
enc = pw_s:option(Flag, "encryption", translate("Require a Password?"), helptext)
enc.disabled = "none"
enc.enabled = "psk2"
enc.rmempty = true
enc.rmempty = false
enc.default = enc.disabled --default must == disabled value for rmempty to work

--Make enc flag actually check for section.changed and set that flag for the confirmation page to work
Expand Down

0 comments on commit 514cdc4

Please sign in to comment.