From: Paul Donald Date: Thu, 14 May 2026 10:33:42 +0000 (+0300) Subject: luci-proto-openvpn: align askpass parameter with proto handler X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=47c8d278266235f820efdd98ce189173c446afc3;p=openwrt-luci.git luci-proto-openvpn: align askpass parameter with proto handler the proto handlers look for `askpass` which is a file type param. Closes #8630 Signed-off-by: David Perez Signed-off-by: Paul Donald --- diff --git a/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js b/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js index 0bf1dde04b..bd39fa0e62 100644 --- a/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js +++ b/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js @@ -953,7 +953,7 @@ const openvpnOptions = [ tab: 'cryptography', type: form.FileUpload, root_directory: '/etc', - name: 'askpass_file', + name: 'askpass', label: _('Get certificate password from file before we daemonize') }, {