s:option(Value, "domain", translate("hostname")).rmempty = true
s:option(Value, "username", translate("username")).rmempty = true
-s:option(Value, "password", translate("password")).rmempty = true
+pw = s:option(Value, "password", translate("password"))
+pw.rmempty = true
+pw.password = true
src = s:option(ListValue, "ip_source")
src:value("network", translate("network"))
unit:value("hours", "h")
-return m
\ No newline at end of file
+return m
s:option(Value, "domain", translate("hostname")).rmempty = true
s:option(Value, "username", translate("username")).rmempty = true
-s:option(Value, "password", translate("password")).rmempty = true
+pw = s:option(Value, "password", translate("password"))
+pw.rmempty = true
+pw.password = true
s.defaults.ip_source = "network"
s.defaults.ip_network = "wan"
unit:value("hours", "h")
-return m
\ No newline at end of file
+return m