luci-app-alist: hide the MySQL password

This commit is contained in:
sbwml 2023-06-22 13:09:44 +08:00
parent 8b15448511
commit 1e3d272afa

View File

@ -49,6 +49,7 @@ o:depends("mysql", "1")
o = s:option(Value,"mysql_password", translate("MySQL Password"))
o.datatype = "string"
o.password = true
o:depends("mysql", "1")
o = s:option(Value,"mysql_database", translate("Database Name"))