Skip exporting passwords

This commit is contained in:
M66B
2018-09-20 17:25:41 +00:00
parent 14108aea8f
commit 76b7133eee
3 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ public class EntityIdentity {
json.put("port", port);
json.put("starttls", starttls);
json.put("user", user);
json.put("password", password);
json.put("password", "");
json.put("auth_type", auth_type);
json.put("primary", primary);
json.put("synchronize", synchronize);