]> www.vanbest.org Git - motioneye-debian/commitdiff
wifictl: password (key) is no longer mandatory
authorCalin Crisan <ccrisan@gmail.com>
Sat, 14 Mar 2015 15:52:46 +0000 (17:52 +0200)
committerCalin Crisan <ccrisan@gmail.com>
Sat, 14 Mar 2015 15:52:46 +0000 (17:52 +0200)
src/wifictl.py

index e2e066effaf9516983994b368099b725c7d65401..846d437c6949a76dfc95fe2b15274702ff30c744 100644 (file)
@@ -239,7 +239,7 @@ def wifiNetworkKey():
         'type': 'pwd',
         'section': 'network',
         'advanced': True,
-        'required': True,
+        'required': False,
         'reboot': True,
         'depends': ['wifiEnabled'],
         'get': _get_wifi_settings,