Revert "Export/import passwords"

This reverts commit 124f97bf56.
This commit is contained in:
M66B
2018-11-14 10:57:21 +01:00
parent 85f860467d
commit 4e04df2c85
3 changed files with 5 additions and 5 deletions

View File

@@ -72,9 +72,9 @@ public class EntityAccount {
json.put("insecure", insecure);
json.put("port", port);
json.put("user", user);
json.put("password", password);
json.put("password", "");
json.put("auth_type", auth_type);
json.put("synchronize", synchronize);
json.put("synchronize", false);
json.put("primary", primary);
if (color != null)
json.put("color", color);