luci-app-alist: hide the MySQL password
This commit is contained in:
parent
8b15448511
commit
1e3d272afa
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user